aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-03Fixed compilation issue on Windows.Vincent Richard1-1/+1
2010-02-03Use homemade isSpace() instead of std::ispace() for portability.Vincent Richard1-1/+1
2010-02-03Removed wide-char support.Vincent Richard3-35/+0
2010-02-01Fixed memory leak.Vincent Richard1-1/+1
2010-02-01Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.Vincent Richard1-14/+24
2010-02-01Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.Vincent Richard1-1/+12
2010-01-20Fixed bug #2933667: CRLF filter broken.Vincent Richard1-2/+2
2009-12-13Makes 'To' optional, like 'Cc' and 'Bcc'. An exception is still thrown if the...Vincent Richard1-2/+8
2009-12-08Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).Vincent Richard1-0/+44
2009-12-08Fixed not exception-safe constructor, which could lead to possible memory lea...Vincent Richard7-44/+36
2009-12-08Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).Vincent Richard1-0/+19
2009-12-01Fixed directory renaming.Vincent Richard1-1/+5
2009-12-01Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard1-2/+2
2009-11-30Added block size on sockets to allow different buffer size for SSL.Vincent Richard7-12/+46
2009-11-12Quote mailbox name instead of encoding it whenever it's possible.Vincent Richard2-4/+16
2009-11-04Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambigu...Vincent Richard2-11/+72
2009-11-04Removed some unnecessary consts on integral types where overrides conflict. A...Vincent Richard1-2/+2
2009-11-03Reset EOF flag when stream is reset.Vincent Richard1-1/+3
2009-11-03Fixed possible segfault (thanks to László Vadócz).Vincent Richard1-1/+1
2009-09-15Fixed possible segfault (thanks to John van der Kamp, from Zarafa).Vincent Richard1-1/+4
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard142-284/+284
2009-07-11maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...Vincent Richard2-12/+23
2009-07-11fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...Vincent Richard1-0/+6
2009-07-11Ensure 'unsigned long' is 4 bytes long (Georg Sauthoff).Vincent Richard1-2/+5
2009-06-21gnutls_x509_crt_list_import does not support multiple DER certificates (Georg...Vincent Richard1-13/+12
2009-06-21Include hostname in message id (ensure unicity when working on a network file...Vincent Richard1-0/+3
2009-06-21Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).Vincent Richard1-0/+2
2009-06-21Changed posix write wrapper since a) write can be interrupted and b) write ca...Vincent Richard1-2/+23
2009-06-21Added other missing return error checks for posix system calls; check consist...Vincent Richard1-18/+62
2009-06-21Check return status of fsync (Georg Sauthoff).Vincent Richard1-1/+2
2009-04-09Fixed duplicate switch case on AIX (thanks to Robin Rawson-Tetley).Vincent Richard1-0/+2
2009-04-09Fixed block size through filtered streams.Vincent Richard2-3/+19
2009-01-09Fixed non-numeric timezone parsing (thanks to John van der Kamp, Zarafa).Vincent Richard1-1/+3
2008-12-29Fixed week of year for 53th week (non ISO-compliant).Vincent Richard1-0/+3
2008-12-16Send CRLF in the same packet as command to avoid problems with some servers.Vincent Richard1-2/+4
2008-11-09Missing #include for GCC 4.4 (thanks to Martin Michlmayr).Vincent Richard1-0/+1
2008-10-12New namespace for encoders.Vincent Richard17-91/+122
2008-10-12Fixed compilation warnings.Vincent Richard93-365/+373
2008-07-11Encode '?' characters to avoid breaking QP encoding (Zarafa).Vincent Richard1-1/+1
2008-07-11Fixed 'negative unsigned' index causing crash (Zarafa).Vincent Richard1-2/+2
2008-07-11Enable re-generation of broken Content-Id's that had no '@' sign in them (Zar...Vincent Richard1-2/+7
2008-07-11Treat empty encoding as default '7-bit' (Zarafa).Vincent Richard1-0/+3
2008-07-11Fixed bad buffer length causing duplicate data (Zarafa).Vincent Richard1-1/+1
2008-07-11Escape all RFC-2047 'especials' characters (Zarafa).Vincent Richard1-0/+8
2008-07-11Fix for possible NULL return value for setlocale() (Zarafa).Vincent Richard1-2/+2
2008-07-11Actually add the 'Final-Recipient' header (Zarafa).Vincent Richard1-0/+2
2008-07-11Remove BCC headers before sending the message over SMTP (Zarafa).Vincent Richard1-0/+10
2008-07-11Recover from broken emails without a final boundary (Zarafa).Vincent Richard1-1/+22
2008-04-28Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...Vincent Richard2-46/+99
2008-04-14Removed old GNU TLS error.Vincent Richard1-1/+1