aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed calls to 'empty' instead of 'clear' (thanks to John van der Kamp, from ↵Vincent Richard2010-03-161-2/+2
| | | | Zarafa).
* Return false instead of throwing an exception if file does not exist in ↵Vincent Richard2010-03-161-0/+12
| | | | isDirectory(), isFile(), canRead() and canWrite().
* Fixed compilation issue with 'const'.Vincent Richard2010-03-101-1/+1
|
* Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF).Vincent Richard2010-03-102-5/+3
|
* Use 'glibtoolize' instead of 'libtoolize' on MacOSX.Vincent Richard2010-03-061-1/+8
|
* Fixed shebang for systems that don't have /bin/bash.Vincent Richard2010-02-171-0/+1
|
* Fixed test for global constructor failing when cross building.Vincent Richard2010-02-151-1/+1
|
* Updated gettext m4 macros to 0.17.Vincent Richard2010-02-122-56/+244
|
* Solved 'underquoted' warnings from m4 macros.Vincent Richard2010-02-123-8/+8
|
* Replaced 'Options' with 'Variables' to solve warnings about the former being ↵Vincent Richard2010-02-121-12/+12
| | | | deprecated.
* Fixed missing M4 file in dist tarball.Vincent Richard2010-02-101-0/+1
|
* Don't quote if no encoding is needed.Vincent Richard2010-02-101-1/+2
|
* Allow spaces to appear in mailbox display name without encoding or quoting. ↵Vincent Richard2010-02-101-2/+3
| | | | Encode or quote if CR or LF is present.
* Fixed compilation issue on Windows.Vincent Richard2010-02-031-1/+1
|
* Use homemade isSpace() instead of std::ispace() for portability.Vincent Richard2010-02-031-1/+1
|
* Removed wide-char support.Vincent Richard2010-02-038-67/+0
|
* Fixed memory leak.Vincent Richard2010-02-012-2/+2
|
* Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.Vincent Richard2010-02-011-14/+24
|
* Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.Vincent Richard2010-02-011-1/+12
|
* Fixed bug #2933667: CRLF filter broken.Vincent Richard2010-01-202-2/+3
|
* Makes 'To' optional, like 'Cc' and 'Bcc'. An exception is still thrown if ↵Vincent Richard2009-12-131-2/+8
| | | | there are no recipients at all (see bug #2912670).
* Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).Vincent Richard2009-12-081-0/+44
|
* Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard2009-12-0814-62/+55
| | | | leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
* Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).Vincent Richard2009-12-081-0/+19
|
* Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report).Vincent Richard2009-12-021-1/+1
|
* Fixed directory renaming.Vincent Richard2009-12-014-3/+85
|
* 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 ↵Vincent Richard2009-11-044-17/+95
| | | | disambiguity. Added constructor for input stream. Use 'word' instead of 'string' for filename.
* Removed some unnecessary consts on integral types where overrides conflict. ↵Vincent Richard2009-11-043-3/+4
| | | | Added <cctype> to get the std::isspace that doesn't require a 2nd arg 'locale' (thanks to Ben Jackson).
* 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-984/+1325
|
* 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 ↵Vincent Richard2009-07-112-12/+23
| | | | 'new' instead of 'cur' (Georg Sauthoff).
* fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive ↵Vincent Richard2009-07-111-0/+6
| | | | semantics - if dst exists it fails (Georg Sauthoff).
* 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 ↵Vincent Richard2009-06-211-13/+12
| | | | (Georg Sauthoff).
* Include hostname in message id (ensure unicity when working on a network ↵Vincent Richard2009-06-211-0/+3
| | | | file system).
* 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 ↵Vincent Richard2009-06-211-2/+23
| | | | can write less than specified without error (Georg Sauthoff).
* Added other missing return error checks for posix system calls; check ↵Vincent Richard2009-06-211-18/+62
| | | | consistent for -1 (Georg Sauthoff).
* 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
|