aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Added an option to recognize inline objects as attachments.Vincent Richard2010-09-071-42/+54
|
* Support filenames with charset (thanks to John van der Kamp, Zarafa).Vincent Richard2010-09-071-2/+10
|
* Fixed extraction of root part body.Vincent Richard2010-09-061-2/+5
|
* Fixed pointer-type argument for gnutls_credentials_set (thanks to Mike Smellie).Vincent Richard2010-08-191-2/+2
|
* Encode TSpecials in RFC-2231 encoded chunks.Vincent Richard2010-08-171-0/+12
|
* Added stubs for timeout handler (#3045770).Vincent Richard2010-08-161-3/+8
|
* Connection time out.Vincent Richard2010-08-054-10/+121
|
* Take account of charset recommended encoding (thanks to John van der Kamp, ↵Vincent Richard2010-07-171-8/+19
| | | | Zarafa).
* Do not generate 7-bit value for parameter if RFC-2231 extended value is ↵Vincent Richard2010-06-231-6/+43
| | | | generated (thanks to Eugene A. Shatokhin).
* Improved automatic encoding selection. Added helper functions on body for ↵Vincent Richard2010-05-2310-71/+226
| | | | setting contents, type, charset and encoding.
* Always encode special charsets.Vincent Richard2010-05-213-22/+90
|
* Fixed missing #include.Vincent Richard2010-05-211-0/+1
|
* Fixed case-sensitive include.Vincent Richard2010-05-201-1/+1
|
* Fixed type size.Vincent Richard2010-05-201-7/+7
|
* Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard2010-05-188-198/+561
| | | | IMAP source files.
* Fixed parsing of header field value with no data on the first line (folding).Vincent Richard2010-05-141-0/+6
|
* Use STARTTLS for additional connections (thanks to Andrei).Vincent Richard2010-05-041-1/+1
|
* Register non-standard encoding names.Vincent Richard2010-04-131-0/+4
|
* Fixed parsing of non-significant whitespaces in field values.Vincent Richard2010-04-081-3/+23
|
* 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-101-2/+2
|
* 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-033-35/+0
|
* Fixed memory leak.Vincent Richard2010-02-011-1/+1
|
* 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-201-2/+2
|
* 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-087-44/+36
| | | | 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 directory renaming.Vincent Richard2009-12-011-1/+5
|
* Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard2009-12-011-2/+2
|
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-307-12/+46
|
* Quote mailbox name instead of encoding it whenever it's possible.Vincent Richard2009-11-122-4/+16
|
* Auto-detect filename. Renamed 'filename' argument to 'filepath' for ↵Vincent Richard2009-11-042-11/+72
| | | | 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-041-2/+2
| | | | 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
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-06142-284/+284
|
* 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).