aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SMTP Command Pipelining (RFC-2920).Vincent Richard2012-11-114-33/+147
|
* Compatibility with RFC-1341.Vincent Richard2012-11-101-0/+9
|
* Removed unused file.Vincent Richard2012-11-101-60/+0
|
* Fixed compilation issues on Windows.Vincent Richard2012-11-062-3/+3
|
* Thread-safe initialization for OpenSSL.Vincent Richard2012-11-062-4/+8
|
* Added missing file.Vincent Richard2012-11-062-1/+12
|
* Updated for recent changes.Vincent Richard2012-11-031-0/+11
|
* Removed unused M4 files.Vincent Richard2012-11-0310-2270/+0
|
* Fixed runtime error on cast.Vincent Richard2012-11-031-1/+1
|
* Fixed compilation issues.Vincent Richard2012-11-031-4/+4
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-0339-963/+3557
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-01144-1576/+2168
| | | | selection of platform handler.
* Fixed typo in doc.Vincent Richard2012-11-012-90/+1
|
* Fixed compilation issues.Vincent Richard2012-10-252-5/+1
|
* Added ignore files (Mac and build files).Vincent Richard2012-10-251-0/+6
|
* Added support for timeout when receiving data from a socket (POSIX platform).Vincent Richard2012-10-151-1/+49
|
* Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard2012-10-151-0/+3
|
* Do not fail if charset is not recognized.Vincent Richard2012-10-151-1/+10
|
* Merge pull request #12 from burner/patch-1Vincent Richard2012-09-211-1/+1
|\ | | | | Typo fix: oject instead of object
| * Typo fix: oject instead of objectburner2012-09-211-1/+1
|/
* Added README about autotools scripts.Vincent Richard2012-07-301-0/+8
|
* Fixed body part extraction (only body should be extracted).Vincent Richard2012-07-303-12/+49
|
* Fixed compilation warning.Vincent Richard2012-07-301-2/+2
|
* 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
|