Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SMTP Command Pipelining (RFC-2920). | Vincent Richard | 2012-11-11 | 4 | -33/+147 | |
| | ||||||
* | Compatibility with RFC-1341. | Vincent Richard | 2012-11-10 | 1 | -0/+9 | |
| | ||||||
* | Removed unused file. | Vincent Richard | 2012-11-10 | 1 | -60/+0 | |
| | ||||||
* | Fixed compilation issues on Windows. | Vincent Richard | 2012-11-06 | 2 | -3/+3 | |
| | ||||||
* | Thread-safe initialization for OpenSSL. | Vincent Richard | 2012-11-06 | 2 | -4/+8 | |
| | ||||||
* | Added missing file. | Vincent Richard | 2012-11-06 | 2 | -1/+12 | |
| | ||||||
* | Updated for recent changes. | Vincent Richard | 2012-11-03 | 1 | -0/+11 | |
| | ||||||
* | Removed unused M4 files. | Vincent Richard | 2012-11-03 | 10 | -2270/+0 | |
| | ||||||
* | Fixed runtime error on cast. | Vincent Richard | 2012-11-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed compilation issues. | Vincent Richard | 2012-11-03 | 1 | -4/+4 | |
| | ||||||
* | OpenSSL support (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-11-03 | 39 | -963/+3557 | |
| | ||||||
* | Migrated build system to CMake. Conditional file compilation. Automatic ↵ | Vincent Richard | 2012-11-01 | 144 | -1576/+2168 | |
| | | | | selection of platform handler. | |||||
* | Fixed typo in doc. | Vincent Richard | 2012-11-01 | 2 | -90/+1 | |
| | ||||||
* | Fixed compilation issues. | Vincent Richard | 2012-10-25 | 2 | -5/+1 | |
| | ||||||
* | Added ignore files (Mac and build files). | Vincent Richard | 2012-10-25 | 1 | -0/+6 | |
| | ||||||
* | Added support for timeout when receiving data from a socket (POSIX platform). | Vincent Richard | 2012-10-15 | 1 | -1/+49 | |
| | ||||||
* | Support for bogus encoding name 'bmoted-printable' (Zarafa). | Vincent Richard | 2012-10-15 | 1 | -0/+3 | |
| | ||||||
* | Do not fail if charset is not recognized. | Vincent Richard | 2012-10-15 | 1 | -1/+10 | |
| | ||||||
* | Merge pull request #12 from burner/patch-1 | Vincent Richard | 2012-09-21 | 1 | -1/+1 | |
|\ | | | | | Typo fix: oject instead of object | |||||
| * | Typo fix: oject instead of object | burner | 2012-09-21 | 1 | -1/+1 | |
|/ | ||||||
* | Added README about autotools scripts. | Vincent Richard | 2012-07-30 | 1 | -0/+8 | |
| | ||||||
* | Fixed body part extraction (only body should be extracted). | Vincent Richard | 2012-07-30 | 3 | -12/+49 | |
| | ||||||
* | Fixed compilation warning. | Vincent Richard | 2012-07-30 | 1 | -2/+2 | |
| | ||||||
* | Added functions to get messages by UID (IMAP only for now). | Vincent Richard | 2012-07-28 | 11 | -27/+301 | |
| | ||||||
* | Fixed issue #10. | Vincent Richard | 2012-07-06 | 1 | -2/+0 | |
| | ||||||
* | Fixed error in sample code. | Vincent Richard | 2012-05-10 | 1 | -1/+1 | |
| | ||||||
* | Fixed duplicate file reference (thanks to Enes Albay). | Vincent Richard | 2012-04-27 | 1 | -1/+0 | |
| | ||||||
* | Added ability to parse directly from an input stream (eg. file). This allows ↵ | Vincent Richard | 2012-04-16 | 74 | -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 Richard | 2012-04-14 | 65 | -867/+1884 | |
| | ||||||
* | Fixed memory leak. | Vincent Richard | 2012-04-06 | 1 | -0/+6 | |
| | ||||||
* | Fixed wrong encoding of line breaks in QP-encoded text (issue #7). | Vincent Richard | 2012-04-05 | 4 | -10/+91 | |
| | ||||||
* | Added tests for Quoted-Printable encoding. | Vincent Richard | 2012-04-05 | 1 | -0/+31 | |
| | ||||||
* | Added test: Ensure '7bit' encoding is used when body is 7-bit only. | Vincent Richard | 2012-04-05 | 1 | -0/+14 | |
| | ||||||
* | Updated README. | Vincent Richard | 2012-04-05 | 1 | -1/+29 | |
| | ||||||
* | Added check before dereferencing. | Vincent Richard | 2012-04-05 | 1 | -1/+3 | |
| | ||||||
* | Added .gitignore. | Vincent Richard | 2012-04-05 | 1 | -0/+11 | |
| | ||||||
* | Added function to retrieve sequence numbers of messages whose UID is greater ↵ | Vincent Richard | 2012-04-05 | 7 | -0/+81 | |
| | | | | or equal than a specified UID (thanks to Zahi Mashael). | |||||
* | Updated coding conventions. | Vincent Richard | 2011-12-22 | 1 | -8/+45 | |
| | ||||||
* | Set Diffie-Hellman prime size (bug SF#3434852). | Vincent Richard | 2011-11-15 | 1 | -0/+1 | |
| | ||||||
* | GNU TLS 3 has no 'extra' (thanks to mabrand). | Vincent Richard | 2011-11-15 | 1 | -0/+2 | |
| | ||||||
* | Fixed HAVE_GNUTLS_PRIORITY_FUNCS never defined when configured with no TLS ↵ | Vincent Richard | 2011-08-21 | 1 | -0/+6 | |
| | | | | support. | |||||
* | Removed dependency on gcrypt for gnutls version >= 2.12. | Vincent Richard | 2011-08-21 | 1 | -2/+12 | |
| | ||||||
* | Use gnutls_strerror() for reporting errors. | Vincent Richard | 2011-08-20 | 1 | -111/+9 | |
| | ||||||
* | Fixed encoding of whitespace. Fixed old test case. | Vincent Richard | 2011-06-26 | 2 | -7/+41 | |
| | ||||||
* | Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions. | Vincent Richard | 2011-06-26 | 2 | -0/+50 | |
| | ||||||
* | Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa). | Vincent Richard | 2011-06-25 | 2 | -0/+24 | |
| | ||||||
* | Added missing libs in pkg-config file. | Vincent Richard | 2011-06-24 | 1 | -1/+1 | |
| | ||||||
* | Added support for mailboxes that specify an (encoded) full name with an ↵ | Vincent Richard | 2011-06-19 | 2 | -1/+18 | |
| | | | | empty email address, set by a <> marker (Zarafa). | |||||
* | Fixed messageBuilder to accept an empty mailbox group in 'To:' field, to ↵ | Vincent Richard | 2011-06-19 | 1 | -5/+3 | |
| | | | | allow for undisclosed-recipients (Zarafa). | |||||
* | Alias for UTF-7 charset. | Vincent Richard | 2011-06-19 | 1 | -0/+7 | |
| |