aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed memory leak.Vincent Richard2012-04-061-0/+6
|
* Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard2012-04-052-10/+51
|
* Added function to retrieve sequence numbers of messages whose UID is greater ↵Vincent Richard2012-04-053-0/+68
| | | | or equal than a specified UID (thanks to Zahi Mashael).
* Set Diffie-Hellman prime size (bug SF#3434852).Vincent Richard2011-11-151-0/+1
|
* GNU TLS 3 has no 'extra' (thanks to mabrand).Vincent Richard2011-11-151-0/+2
|
* Removed dependency on gcrypt for gnutls version >= 2.12.Vincent Richard2011-08-211-2/+12
|
* Use gnutls_strerror() for reporting errors.Vincent Richard2011-08-201-111/+9
|
* Fixed encoding of whitespace. Fixed old test case.Vincent Richard2011-06-261-6/+0
|
* Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.Vincent Richard2011-06-261-0/+17
|
* Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).Vincent Richard2011-06-251-0/+5
|
* Added support for mailboxes that specify an (encoded) full name with an ↵Vincent Richard2011-06-191-1/+3
| | | | empty email address, set by a <> marker (Zarafa).
* Fixed messageBuilder to accept an empty mailbox group in 'To:' field, to ↵Vincent Richard2011-06-191-5/+3
| | | | allow for undisclosed-recipients (Zarafa).
* Alias for UTF-7 charset.Vincent Richard2011-06-191-0/+7
|
* Correctly generate attachment names which are long and have high characters ↵Vincent Richard2011-06-191-22/+48
| | | | for Outlook Express (Zarafa).
* Fixed parsing of an attachment filename that is between 66 and 76 characters ↵Vincent Richard2011-06-191-1/+2
| | | | long (Zarafa).
* Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).Vincent Richard2011-03-311-4/+9
|
* Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. ↵Vincent Richard2011-03-092-14/+25
| | | | Fixed 'no encoding' when forced.
* Fixed possible read to invalid memory location (thanks to Alexander Konovalov).Vincent Richard2011-01-281-1/+1
|
* Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).Vincent Richard2011-01-211-1/+1
|
* Fixed boundary parsing (thanks to John van der Kamp, Zarafa).Vincent Richard2010-12-101-2/+41
|
* No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ↵Vincent Richard2010-12-081-2/+3
| | | | response after QUIT and before closing connection.
* Return failed email address in exception for RCPT TO.Vincent Richard2010-10-201-1/+1
|
* Added support for DRAFT flag.Vincent Richard2010-10-193-1/+7
|
* Fold non-encoded lines in the case there is no whitespace in them.Vincent Richard2010-10-181-1/+34
|
* Fixed missing whitespace in text parsing.Vincent Richard2010-10-121-0/+12
|
* Better RFC-2047 encoding.Vincent Richard2010-10-122-147/+169
|
* Encode quotation marks in QP/RFC-2047.Vincent Richard2010-10-121-0/+1
|
* 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
|