aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added missing symbol exports.Vincent Richard2013-05-1251-207/+207
|
* Explicit platform handler initialization is not needed anymore.Vincent Richard2013-05-121-3/+0
|
* Lowered wait delay on Windows.Vincent Richard2013-05-121-1/+1
|
* Export class and functions in shared libraries.Vincent Richard2013-05-12131-205/+226
|
* Fixed missing includes.Vincent Richard2013-05-122-0/+3
|
* Fixed BIO_METHOD initialization for thread safety.Vincent Richard2013-05-122-14/+18
|
* Better random seed.Vincent Richard2013-05-122-7/+13
|
* Allow SPACEs at end of response line (Apple iCloud IMAP server).Vincent Richard2013-04-263-1/+96
|
* Added unit tests for IMAPTag. Initialize sequence number at 1.Vincent Richard2013-04-265-5/+103
|
* Issue #36: added support for wildcard in Common Name when verifying host ↵Vincent Richard2013-04-263-1/+30
| | | | name (thanks to Anthony Dervish).
* Fixed invalid buffer access.Vincent Richard2013-04-261-1/+1
|
* Fixed issue #37.Vincent Richard2013-04-261-1/+1
|
* Fixed double read of response.Vincent Richard2013-04-181-2/+4
|
* Added filtered output stream to transform LFs to CRLFs.Vincent Richard2013-04-164-0/+139
|
* Issue #4: set envelope sender.Vincent Richard2013-04-036-10/+53
|
* Remove +x bit from source filesJan Engelhardt2013-03-2716-0/+0
|
* examples: remove binaries from SCM repoJan Engelhardt2013-03-273-0/+1
|
* Mutually exclusive build options.Vincent Richard2013-03-252-2/+10
|
* Added build settings for ICU and OpenSSL.Vincent Richard2013-03-251-1/+3
|
* Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2013-03-2513-17/+727
|
* Pkg-config file changed back to "vmime.pc" (fixed issue #35).Vincent Richard2013-03-243-3/+3
| | | | Do not break compatibility with previous releases.
* Removed workaround for old compiler.Vincent Richard2013-03-241-7/+0
|
* Strip spaces at end of header lines (Zarafa).Vincent Richard2013-03-242-1/+32
|
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-2416-31/+35
|
* OpenSSL library already mentioned in Required.private, don't need to be ↵Vincent Richard2013-03-241-2/+0
| | | | specified again in Cflags or Libs.
* Merge pull request #31 from mabrand/fix-double-libsVincent Richard2013-03-241-4/+0
|\ | | | | fix duplicate info in .pc files
| * fix duplicate info in .pc filesMark Brand2013-03-041-4/+0
| |
* | Let whitespace break the value of a parameterized header field, not just a ↵Vincent Richard2013-03-242-1/+19
| | | | | | | | ';' (thanks to Zarafa).
* | Checks for a charset in all words of a parameter in a parameterizedHeader.Vincent Richard2013-03-241-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 Richard2013-03-241-1/+1
| |
* | Fixed parsing header field value on next line.Vincent Richard2013-03-243-9/+35
| |
* | Fixed whitespace parsing before word.Vincent Richard2013-03-241-4/+6
| |
* | Fixed library version.Vincent Richard2013-03-241-2/+2
| |
* | Fixed use of CMAKE_INSTALL_LIBDIR.Vincent Richard2013-03-201-19/+41
| |
* | Updated tests for charset conversion.Vincent Richard2013-03-1811-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 Richard2013-03-131-3/+5
| |
* | Rewrote text for better understanding.Vincent Richard2013-03-131-2/+3
| |
* | Travis-CI: install CppUnit for unit testing.Vincent Richard2013-03-111-1/+1
| |
* | Travis-CI: run CTest.Vincent Richard2013-03-111-1/+2
| |
* | Testing with CTest.Vincent Richard2013-03-112-6/+46
| |
* | Fixed mailbox and mailbox group parsing. Added unit tests.Vincent Richard2013-03-118-10/+149
| |
* | Refactored unit tests.Vincent Richard2013-03-0844-353/+316
| |
* | Fixed compilation warning.Vincent Richard2013-03-081-1/+1
| |
* | Merge pull request #33 from mabrand/fix-static-wsVincent Richard2013-03-071-0/+2
|\ \ | | | | | | link winsock for static builds
| * | link winsock for static buildsMark Brand2013-03-071-0/+2
|/ /
* | Fixed compilation warnings.Vincent Richard2013-03-063-3/+3
| |
* | Fixed maximum block size for read().Vincent Richard2013-03-061-1/+1
| |
* | Travis-CI: install dev package for GNU SASL.Vincent Richard2013-03-061-1/+1
| |
* | Travis-CI: install missing libraries + fixed path to sendmail.Vincent Richard2013-03-061-2/+3
| |
* | Added build file for Travis-CI.Vincent Richard2013-03-061-0/+24
| |