aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 i...Vincent Richard2013-02-241-1/+8
* 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 SMTPCommandSet::isFinish...Vincent Richard2013-02-121-0/+2
* Rewrote SMTP command sending. Better code for pipelining. Report full command...Vincent Richard2013-02-121-0/+2
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...Vincent Richard2013-02-051-0/+4
* 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 selec...Vincent Richard2012-11-011-1459/+19
* 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
* 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 su...Vincent Richard2011-08-211-0/+6
* 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' inst...Vincent Richard2011-03-271-2/+2
* Started version 0.9.2.Vincent Richard2010-11-161-1/+1
* Fixed unit tests build on OSX.Vincent Richard2010-05-201-0/+4
* Added helper function to construct parsed message from net message. Splitted ...Vincent Richard2010-05-181-0/+3
* Fixed typo.Vincent Richard2010-05-041-5/+5
* Migrated config script for newer versions of SCons.Vincent Richard2010-03-161-3/+6
* Fixed test for global constructor failing when cross building.Vincent Richard2010-02-151-1/+1
* Replaced 'Options' with 'Variables' to solve warnings about the former being ...Vincent Richard2010-02-121-12/+12
* Fixed missing M4 file in dist tarball.Vincent Richard2010-02-101-0/+1
* Removed wide-char support.Vincent Richard2010-02-031-18/+0
* Added workaround for Decider() for legacy versions of SCons.Vincent Richard2009-09-141-1/+5
* Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler).Vincent Richard2009-08-191-1/+1
* Fixed dynamic_cast support detection on HPUX (aCC).Vincent Richard2009-05-011-2/+2
* Removed '-pipe' compiler flags, as it is not available on all platforms.Vincent Richard2009-04-091-2/+1
* Use Decider() method instead of deprecated SourceSignatures/TargetSignatures().Vincent Richard2009-03-011-3/+1
* Started version 0.9.1.Vincent Richard2008-10-191-1/+1
* Fixed autotools support.Vincent Richard2008-10-191-2/+2
* Version 0.9.0.Vincent Richard2008-10-191-2/+2
* New namespace for encoders.Vincent Richard2008-10-121-10/+11
* Fixed bug #1755458: The project generator does not exclude the SASL sources. ...Vincent Richard2007-12-221-45/+60
* Fixed bug #1721186: thread-safe reference counting.Vincent Richard2007-05-221-1/+11
* Fail if GNU TLS or GNU SASL dev packages are required but not installed.Vincent Richard2007-05-221-1/+12
* Added support for Courier maildir format.Vincent Richard2007-03-221-2/+6