Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Define "VMIME_HAVE_FILESYSTEM_FEATURES" to generate doc for classes related ↵ | Vincent Richard | 2013-05-18 | 1 | -1/+1 | |
| | | | | to files (eg. fileAttachment). | |||||
* | Issue #41. | Vincent Richard | 2013-05-18 | 1 | -1/+2 | |
| | ||||||
* | Log contents of generated files before build. | Vincent Richard | 2013-05-14 | 1 | -0/+7 | |
| | ||||||
* | Removed test as it is invalid. | Vincent Richard | 2013-05-14 | 1 | -23/+0 | |
| | ||||||
* | Changed the way the path to export header file is specified. | Vincent Richard | 2013-05-14 | 1 | -2/+16 | |
| | ||||||
* | No need to read another response line in an empty 334 response. | Vincent Richard | 2013-05-14 | 1 | -5/+0 | |
| | ||||||
* | Do not increment tag after sending command (parser needs current tag). | Vincent Richard | 2013-05-13 | 2 | -4/+9 | |
| | ||||||
* | Cross-platform and (truly) thread-safe OpenSSL initialization. | Vincent Richard | 2013-05-13 | 5 | -52/+55 | |
| | ||||||
* | Put generated header files in a separate list. | Vincent Richard | 2013-05-13 | 1 | -3/+3 | |
| | ||||||
* | Fixed SCons build for export header. | Vincent Richard | 2013-05-13 | 1 | -0/+19 | |
| | ||||||
* | Merge branch 'master' of https://github.com/kisli/vmime | Vincent Richard | 2013-05-13 | 1 | -0/+1 | |
|\ | ||||||
| * | Fixed source directory. | Vincent Richard | 2013-05-13 | 1 | -1/+1 | |
| | | ||||||
| * | Display CMake variables before build. | Vincent Richard | 2013-05-13 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed export header for static/shared build. | Vincent Richard | 2013-05-13 | 3 | -9/+57 | |
|/ | ||||||
* | Do not include generated header files in ADD_LIBRARY(). | Vincent Richard | 2013-05-12 | 1 | -3/+3 | |
| | ||||||
* | Fixed issue with ADD_LIBRARY() and export header file. | Vincent Richard | 2013-05-12 | 1 | -1/+2 | |
| | ||||||
* | Fixed export header file location. | Vincent Richard | 2013-05-12 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | |