aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard2009-12-013-7/+10
* Added and moved tests for RFC-2231.Vincent Richard2009-12-011-40/+64
* Fixed missing function.Vincent Richard2009-12-012-0/+8
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-3013-22/+78
* Quote mailbox name instead of encoding it whenever it's possible.Vincent Richard2009-11-123-5/+18
* Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambigu...Vincent Richard2009-11-044-17/+95
* Removed some unnecessary consts on integral types where overrides conflict. A...Vincent Richard2009-11-043-3/+4
* Reset EOF flag when stream is reset.Vincent Richard2009-11-031-1/+3
* Fixed possible segfault (thanks to László Vadócz).Vincent Richard2009-11-031-1/+1
* Fixed possible segfault (thanks to John van der Kamp, from Zarafa).Vincent Richard2009-09-151-1/+4
* Added workaround for Decider() for legacy versions of SCons.Vincent Richard2009-09-141-1/+5
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-06346-952/+1293
* Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler).Vincent Richard2009-08-191-1/+1
* maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...Vincent Richard2009-07-112-12/+23
* fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...Vincent Richard2009-07-111-0/+6
* Ensure 'unsigned long' is 4 bytes long (Georg Sauthoff).Vincent Richard2009-07-111-2/+5
* gnutls_x509_crt_list_import does not support multiple DER certificates (Georg...Vincent Richard2009-06-211-13/+12
* Include hostname in message id (ensure unicity when working on a network file...Vincent Richard2009-06-211-0/+3
* Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).Vincent Richard2009-06-211-0/+2
* Changed posix write wrapper since a) write can be interrupted and b) write ca...Vincent Richard2009-06-211-2/+23
* Added other missing return error checks for posix system calls; check consist...Vincent Richard2009-06-211-18/+62
* Check return status of fsync (Georg Sauthoff).Vincent Richard2009-06-212-1/+3
* 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
* Fixed duplicate switch case on AIX (thanks to Robin Rawson-Tetley).Vincent Richard2009-04-091-0/+2
* Fixed block size through filtered streams.Vincent Richard2009-04-094-6/+27
* Use Decider() method instead of deprecated SourceSignatures/TargetSignatures().Vincent Richard2009-03-011-3/+1
* Fixed non-numeric timezone parsing (thanks to John van der Kamp, Zarafa).Vincent Richard2009-01-091-1/+3
* Fixed week of year for 53th week (non ISO-compliant).Vincent Richard2008-12-291-0/+3
* Send CRLF in the same packet as command to avoid problems with some servers.Vincent Richard2008-12-161-2/+4
* Missing #include for GCC 4.4 (thanks to Martin Michlmayr).Vincent Richard2008-11-091-0/+1
* Started version 0.9.1.Vincent Richard2008-10-192-1/+9
* Fixed autotools support.Vincent Richard2008-10-195-3/+195
* Removed automake version check.Vincent Richard2008-10-191-27/+2
* Version 0.9.0.Vincent Richard2008-10-192-4/+4
* Updated doc to take into account the new namespace for encoders.Vincent Richard2008-10-121-7/+8
* New namespace for encoders.Vincent Richard2008-10-1232-179/+247
* Fixed compilation warnings.Vincent Richard2008-10-12207-789/+796
* Encode '?' characters to avoid breaking QP encoding (Zarafa).Vincent Richard2008-07-111-1/+1
* Fixed 'negative unsigned' index causing crash (Zarafa).Vincent Richard2008-07-111-2/+2
* Enable re-generation of broken Content-Id's that had no '@' sign in them (Zar...Vincent Richard2008-07-112-4/+9
* Treat empty encoding as default '7-bit' (Zarafa).Vincent Richard2008-07-111-0/+3
* Fixed bad buffer length causing duplicate data (Zarafa).Vincent Richard2008-07-111-1/+1
* Fixed missing std includes.Vincent Richard2008-07-112-0/+3
* Escape all RFC-2047 'especials' characters (Zarafa).Vincent Richard2008-07-111-0/+8
* Fix for possible NULL return value for setlocale() (Zarafa).Vincent Richard2008-07-111-2/+2
* Actually add the 'Final-Recipient' header (Zarafa).Vincent Richard2008-07-111-0/+2
* Remove BCC headers before sending the message over SMTP (Zarafa).Vincent Richard2008-07-111-0/+10
* Recover from broken emails without a final boundary (Zarafa).Vincent Richard2008-07-113-1/+53
* Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...Vincent Richard2008-04-286-55/+157