aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Charset conversion output stream for ICU.Vincent Richard2013-06-092-6/+251
* Fixed comment.Vincent Richard2013-06-091-1/+1
* Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.Vincent Richard2013-06-071-1/+1
* Fixed visibility attribute position for GCC.Vincent Richard2013-06-073-7/+7
* Outsourced build test script.Vincent Richard2013-06-072-0/+16
* Fixed issue #44.Vincent Richard2013-06-061-142/+142
* Define "VMIME_HAVE_FILESYSTEM_FEATURES" to generate doc for classes related t...Vincent Richard2013-05-181-1/+1
* Issue #41.Vincent Richard2013-05-181-1/+2
* Log contents of generated files before build.Vincent Richard2013-05-141-0/+7
* Removed test as it is invalid.Vincent Richard2013-05-141-23/+0
* Changed the way the path to export header file is specified.Vincent Richard2013-05-141-2/+16
* No need to read another response line in an empty 334 response.Vincent Richard2013-05-141-5/+0
* Do not increment tag after sending command (parser needs current tag).Vincent Richard2013-05-132-4/+9
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-135-52/+55
* Put generated header files in a separate list.Vincent Richard2013-05-131-3/+3
* Fixed SCons build for export header.Vincent Richard2013-05-131-0/+19
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2013-05-131-0/+1
|\
| * Fixed source directory.Vincent Richard2013-05-131-1/+1
| * Display CMake variables before build.Vincent Richard2013-05-131-0/+1
* | Fixed export header for static/shared build.Vincent Richard2013-05-133-9/+57
|/
* Do not include generated header files in ADD_LIBRARY().Vincent Richard2013-05-121-3/+3
* Fixed issue with ADD_LIBRARY() and export header file.Vincent Richard2013-05-121-1/+2
* Fixed export header file location.Vincent Richard2013-05-121-1/+1
* 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 name...Vincent Richard2013-04-263-1/+30
* 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
* 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 speci...Vincent Richard2013-03-241-2/+0
* Merge pull request #31 from mabrand/fix-double-libsVincent Richard2013-03-241-4/+0
|\
| * fix duplicate info in .pc filesMark Brand2013-03-041-4/+0