aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-1124/+0
| | | | build.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-3/+0
|
* Custom fetch attributes.Vincent Richard2013-11-141-0/+7
|
* Fixed group parsing in mailboxList.Vincent Richard2013-10-161-0/+1
|
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-211-0/+3
|
* SMTP-specific exceptions.Vincent Richard2013-09-081-0/+1
|
* Fixed segfault at POP3 connection error.Vincent Richard2013-08-161-0/+1
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-0/+2
| | | | Warning: this is an API-breaking change.
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵Vincent Richard2013-07-161-3/+5
| | | | code in multiple files.
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-0/+4
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* 64-bit type detection.Vincent Richard2013-07-151-0/+11
|
* Do not QP-encode CRLFs when content type is text.Vincent Richard2013-06-271-0/+1
|
* Unit tests for content handlers.Vincent Richard2013-06-261-0/+4
|
* New content handler for file. Automatically set file size with file attachment.Vincent Richard2013-06-251-0/+1
|
* Renamed default encoder.Vincent Richard2013-06-241-1/+1
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-241-1/+3
|
* Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵Vincent Richard2013-06-201-0/+1
| | | | for SMTP.
* Moved SMTP connection-related things to SMTPConnection object.Vincent Richard2013-06-191-0/+1
|
* Moved POP3 connection-related things to POP3Connection object.Vincent Richard2013-06-121-0/+1
|
* Moved POP3 client command related things to POP3Command class.Vincent Richard2013-06-111-0/+2
|
* Fixed SCons build for export header.Vincent Richard2013-05-131-0/+19
|
* Allow SPACEs at end of response line (Apple iCloud IMAP server).Vincent Richard2013-04-261-0/+1
|
* Added unit tests for IMAPTag. Initialize sequence number at 1.Vincent Richard2013-04-261-0/+1
|
* Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2013-03-251-0/+15
|
* Updated tests for charset conversion.Vincent Richard2013-03-181-0/+1
| | | | | | Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests.
* Fixed mailbox and mailbox group parsing. Added unit tests.Vincent Richard2013-03-111-0/+1
|
* Refactored unit tests.Vincent Richard2013-03-081-2/+4
|
* Throw exception when an invalid value type is set in a header field.Vincent Richard2013-02-271-0/+1
|
* Unit tests for wordEncoder.Vincent Richard2013-02-251-0/+1
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-1/+8
| | | | implementation of RFC-6532.
* Unit tests for seekableInputStreamRegionAdapter.Vincent Richard2013-02-151-0/+1
|
* Unit tests for output stream adapters.Vincent Richard2013-02-141-0/+3
|
* Unit tests for POP3Utils.Vincent Richard2013-02-141-0/+1
|
* Unit tests for POP3Response.Vincent Richard2013-02-131-0/+1
|
* Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵Vincent Richard2013-02-121-0/+2
| | | | SMTPCommandSet::isFinished().
* Rewrote SMTP command sending. Better code for pipelining. Report full ↵Vincent Richard2013-02-121-0/+2
| | | | command text on MAIL/RCPT errors.
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵Vincent Richard2013-02-051-0/+4
| | | | Use localtime_s and gmtime_s on Windows, if available.
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-0/+2
|
* SSL server identity check.Vincent Richard2012-12-101-0/+1
|
* Moved POP3 response receiving and parsing to a separate class.Vincent Richard2012-12-061-0/+1
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-3/+31
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-1459/+19
| | | | selection of platform handler.
* Fixed duplicate file reference (thanks to Enes Albay).Vincent Richard2012-04-271-1/+0
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-161-0/+3
| | | | very big messages to be parsed without loading the whole message data into memory.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+14
|
* Fixed HAVE_GNUTLS_PRIORITY_FUNCS never defined when configured with no TLS ↵Vincent Richard2011-08-211-0/+6
| | | | support.
* Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.Vincent Richard2011-06-261-0/+33
|
* Added missing libs in pkg-config file.Vincent Richard2011-06-241-1/+1
|
* Allow static linking in mingw-cross-env. Added 'iconv' and uses 'ws2_32' ↵Vincent Richard2011-03-271-2/+2
| | | | instead of 'winsock32' (#3213487).
* Started version 0.9.2.Vincent Richard2010-11-161-1/+1
|