aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-2811-27/+301
|
* Fixed issue #10.Vincent Richard2012-07-061-2/+0
|
* Fixed error in sample code.Vincent Richard2012-05-101-1/+1
|
* Fixed duplicate file reference (thanks to Enes Albay).Vincent Richard2012-04-271-1/+0
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-1674-378/+1643
| | | | very big messages to be parsed without loading the whole message data into memory.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-1465-867/+1884
|
* Fixed memory leak.Vincent Richard2012-04-061-0/+6
|
* Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard2012-04-054-10/+91
|
* Added tests for Quoted-Printable encoding.Vincent Richard2012-04-051-0/+31
|
* Added test: Ensure '7bit' encoding is used when body is 7-bit only.Vincent Richard2012-04-051-0/+14
|
* Updated README.Vincent Richard2012-04-051-1/+29
|
* Added check before dereferencing.Vincent Richard2012-04-051-1/+3
|
* Added .gitignore.Vincent Richard2012-04-051-0/+11
|
* Added function to retrieve sequence numbers of messages whose UID is greater ↵Vincent Richard2012-04-057-0/+81
| | | | or equal than a specified UID (thanks to Zahi Mashael).
* Updated coding conventions.Vincent Richard2011-12-221-8/+45
|
* 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
|
* Fixed HAVE_GNUTLS_PRIORITY_FUNCS never defined when configured with no TLS ↵Vincent Richard2011-08-211-0/+6
| | | | support.
* 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-262-7/+41
|
* Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.Vincent Richard2011-06-262-0/+50
|
* Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).Vincent Richard2011-06-252-0/+24
|
* Added missing libs in pkg-config file.Vincent Richard2011-06-241-1/+1
|
* Added support for mailboxes that specify an (encoded) full name with an ↵Vincent Richard2011-06-192-1/+18
| | | | 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).
* 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
|