Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added missing symbol exports. | Vincent Richard | 2013-05-12 | 51 | -207/+207 | |
| | ||||||
* | Explicit platform handler initialization is not needed anymore. | Vincent Richard | 2013-05-12 | 1 | -3/+0 | |
| | ||||||
* | Lowered wait delay on Windows. | Vincent Richard | 2013-05-12 | 1 | -1/+1 | |
| | ||||||
* | Export class and functions in shared libraries. | Vincent Richard | 2013-05-12 | 131 | -205/+226 | |
| | ||||||
* | Fixed missing includes. | Vincent Richard | 2013-05-12 | 2 | -0/+3 | |
| | ||||||
* | Fixed BIO_METHOD initialization for thread safety. | Vincent Richard | 2013-05-12 | 2 | -14/+18 | |
| | ||||||
* | Better random seed. | Vincent Richard | 2013-05-12 | 2 | -7/+13 | |
| | ||||||
* | Allow SPACEs at end of response line (Apple iCloud IMAP server). | Vincent Richard | 2013-04-26 | 3 | -1/+96 | |
| | ||||||
* | Added unit tests for IMAPTag. Initialize sequence number at 1. | Vincent Richard | 2013-04-26 | 5 | -5/+103 | |
| | ||||||
* | Issue #36: added support for wildcard in Common Name when verifying host ↵ | Vincent Richard | 2013-04-26 | 3 | -1/+30 | |
| | | | | name (thanks to Anthony Dervish). | |||||
* | Fixed invalid buffer access. | Vincent Richard | 2013-04-26 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue #37. | Vincent Richard | 2013-04-26 | 1 | -1/+1 | |
| | ||||||
* | Fixed double read of response. | Vincent Richard | 2013-04-18 | 1 | -2/+4 | |
| | ||||||
* | Added filtered output stream to transform LFs to CRLFs. | Vincent Richard | 2013-04-16 | 4 | -0/+139 | |
| | ||||||
* | Issue #4: set envelope sender. | Vincent Richard | 2013-04-03 | 6 | -10/+53 | |
| | ||||||
* | Remove +x bit from source files | Jan Engelhardt | 2013-03-27 | 16 | -0/+0 | |
| | ||||||
* | examples: remove binaries from SCM repo | Jan Engelhardt | 2013-03-27 | 3 | -0/+1 | |
| | ||||||
* | Mutually exclusive build options. | Vincent Richard | 2013-03-25 | 2 | -2/+10 | |
| | ||||||
* | Added build settings for ICU and OpenSSL. | Vincent Richard | 2013-03-25 | 1 | -1/+3 | |
| | ||||||
* | Added support for charset conversion with ICU (thanks to Mehmet Bozkurt). | Vincent Richard | 2013-03-25 | 13 | -17/+727 | |
| | ||||||
* | Pkg-config file changed back to "vmime.pc" (fixed issue #35). | Vincent Richard | 2013-03-24 | 3 | -3/+3 | |
| | | | | Do not break compatibility with previous releases. | |||||
* | Removed workaround for old compiler. | Vincent Richard | 2013-03-24 | 1 | -7/+0 | |
| | ||||||
* | Strip spaces at end of header lines (Zarafa). | Vincent Richard | 2013-03-24 | 2 | -1/+32 | |
| | ||||||
* | Fixed warnings and 64-bit issues. | Vincent Richard | 2013-03-24 | 16 | -31/+35 | |
| | ||||||
* | OpenSSL library already mentioned in Required.private, don't need to be ↵ | Vincent Richard | 2013-03-24 | 1 | -2/+0 | |
| | | | | specified again in Cflags or Libs. | |||||
* | Merge pull request #31 from mabrand/fix-double-libs | Vincent Richard | 2013-03-24 | 1 | -4/+0 | |
|\ | | | | | fix duplicate info in .pc files | |||||
| * | fix duplicate info in .pc files | Mark Brand | 2013-03-04 | 1 | -4/+0 | |
| | | ||||||
* | | Let whitespace break the value of a parameterized header field, not just a ↵ | Vincent Richard | 2013-03-24 | 2 | -1/+19 | |
| | | | | | | | | ';' (thanks to Zarafa). | |||||
* | | Checks for a charset in all words of a parameter in a parameterizedHeader. | Vincent Richard | 2013-03-24 | 1 | -2/+15 | |
| | | | | | | | | | | | | Fixes filename encoding when the quoted-printable starts halfway, but if multiple charsets are used (unlikely) it may still fail (thanks to Zarafa). | |||||
* | | Also check for RFC-2047 end sequence. | Vincent Richard | 2013-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed parsing header field value on next line. | Vincent Richard | 2013-03-24 | 3 | -9/+35 | |
| | | ||||||
* | | Fixed whitespace parsing before word. | Vincent Richard | 2013-03-24 | 1 | -4/+6 | |
| | | ||||||
* | | Fixed library version. | Vincent Richard | 2013-03-24 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed use of CMAKE_INSTALL_LIBDIR. | Vincent Richard | 2013-03-20 | 1 | -19/+41 | |
| | | ||||||
* | | Updated tests for charset conversion. | Vincent Richard | 2013-03-18 | 11 | -414/+388 | |
| | | | | | | | | | | | | Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests. | |||||
* | | Fixed and clarified text about handleTimeout() return value. | Vincent Richard | 2013-03-13 | 1 | -3/+5 | |
| | | ||||||
* | | Rewrote text for better understanding. | Vincent Richard | 2013-03-13 | 1 | -2/+3 | |
| | | ||||||
* | | Travis-CI: install CppUnit for unit testing. | Vincent Richard | 2013-03-11 | 1 | -1/+1 | |
| | | ||||||
* | | Travis-CI: run CTest. | Vincent Richard | 2013-03-11 | 1 | -1/+2 | |
| | | ||||||
* | | Testing with CTest. | Vincent Richard | 2013-03-11 | 2 | -6/+46 | |
| | | ||||||
* | | Fixed mailbox and mailbox group parsing. Added unit tests. | Vincent Richard | 2013-03-11 | 8 | -10/+149 | |
| | | ||||||
* | | Refactored unit tests. | Vincent Richard | 2013-03-08 | 44 | -353/+316 | |
| | | ||||||
* | | Fixed compilation warning. | Vincent Richard | 2013-03-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #33 from mabrand/fix-static-ws | Vincent Richard | 2013-03-07 | 1 | -0/+2 | |
|\ \ | | | | | | | link winsock for static builds | |||||
| * | | link winsock for static builds | Mark Brand | 2013-03-07 | 1 | -0/+2 | |
|/ / | ||||||
* | | Fixed compilation warnings. | Vincent Richard | 2013-03-06 | 3 | -3/+3 | |
| | | ||||||
* | | Fixed maximum block size for read(). | Vincent Richard | 2013-03-06 | 1 | -1/+1 | |
| | | ||||||
* | | Travis-CI: install dev package for GNU SASL. | Vincent Richard | 2013-03-06 | 1 | -1/+1 | |
| | | ||||||
* | | Travis-CI: install missing libraries + fixed path to sendmail. | Vincent Richard | 2013-03-06 | 1 | -2/+3 | |
| | | ||||||
* | | Added build file for Travis-CI. | Vincent Richard | 2013-03-06 | 1 | -0/+24 | |
| | |