aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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).
* Fixed compilation issue following namespace change.Vincent Richard2011-06-141-3/+3
|
* Requested email change.Vincent Richard2011-06-101-1/+1
|
* Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).Vincent Richard2011-03-312-4/+19
|
* Allow static linking in mingw-cross-env. Added 'iconv' and uses 'ws2_32' ↵Vincent Richard2011-03-271-2/+2
| | | | instead of 'winsock32' (#3213487).
* Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. ↵Vincent Richard2011-03-093-14/+101
| | | | 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-212-1/+12
|
* Fixed boundary parsing (thanks to John van der Kamp, Zarafa).Vincent Richard2010-12-102-3/+42
|
* Fixed unit test after bug fix.Vincent Richard2010-12-101-1/+1
|
* 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.
* Updated deprecated function.Vincent Richard2010-12-061-1/+1
|
* Initialize and delete object.Vincent Richard2010-11-301-1/+4
|
* Started version 0.9.2.Vincent Richard2010-11-162-1/+9
|
* Version 0.9.1.Vincent Richard2010-11-161-2/+2
|
* Updated AUTHORS with patch licensing information.Vincent Richard2010-11-161-1/+10
|
* Return failed email address in exception for RCPT TO.Vincent Richard2010-10-201-1/+1
|
* Fixed wrong name.Vincent Richard2010-10-191-1/+1
|
* Added support for DRAFT flag.Vincent Richard2010-10-195-1/+9
|
* Fold non-encoded lines in the case there is no whitespace in them.Vincent Richard2010-10-182-1/+48
|
* Fixed missing whitespace in text parsing.Vincent Richard2010-10-122-2/+64
|
* Better RFC-2047 encoding.Vincent Richard2010-10-123-147/+173
|
* Encode quotation marks in QP/RFC-2047.Vincent Richard2010-10-123-1/+45
|
* Added an option to recognize inline objects as attachments.Vincent Richard2010-09-072-52/+83
|
* 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-172-0/+67
|
* Added stubs for timeout handler (#3045770).Vincent Richard2010-08-162-3/+12
|
* Connection time out.Vincent Richard2010-08-057-11/+143
|
* Added section about deleting messages from store.Vincent Richard2010-07-211-0/+21
|
* 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-2318-79/+334
| | | | setting contents, type, charset and encoding.
* FileSystemFactory is now a ref.Vincent Richard2010-05-231-1/+1
|
* Rewritten doc.Vincent Richard2010-05-211-2/+2
|
* Always encode special charsets.Vincent Richard2010-05-216-26/+144
|
* Fixed missing #include.Vincent Richard2010-05-211-0/+1
|
* Fixed case-sensitive include.Vincent Richard2010-05-201-1/+1
|
* Fixed unit tests build on OSX.Vincent Richard2010-05-201-0/+4
|
* Fixed type size.Vincent Richard2010-05-202-10/+10
|
* Added helper function to construct parsed message from net message. Splitted ↵Vincent Richard2010-05-1819-199/+835
| | | | 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
|
* Fixed typo.Vincent Richard2010-05-041-5/+5
|
* Register non-standard encoding names.Vincent Richard2010-04-131-0/+4
|
* Fixed duplicate shebang.Vincent Richard2010-04-101-1/+0
|
* Fixed parsing of non-significant whitespaces in field values.Vincent Richard2010-04-082-3/+42
|
* Migrated config script for newer versions of SCons.Vincent Richard2010-03-161-3/+6
|