Vincent Richard
66f3c68a6c
Removed test as it is invalid.
2013-05-14 19:47:56 +02:00
Vincent Richard
3ae83c9cf9
Changed the way the path to export header file is specified.
2013-05-14 19:26:11 +02:00
Vincent Richard
e7e472a544
No need to read another response line in an empty 334 response.
2013-05-14 18:50:54 +02:00
Vincent Richard
5fcb20d996
Do not increment tag after sending command (parser needs current tag).
2013-05-13 21:28:43 +02:00
Vincent Richard
ea700d80f5
Cross-platform and (truly) thread-safe OpenSSL initialization.
2013-05-13 16:05:56 +02:00
Vincent Richard
20c1358402
Put generated header files in a separate list.
2013-05-13 12:23:06 +02:00
Vincent Richard
38ced8cb4b
Fixed SCons build for export header.
2013-05-13 12:01:54 +02:00
Vincent Richard
8bbfc2af21
Merge branch 'master' of https://github.com/kisli/vmime
2013-05-13 11:16:58 +02:00
Vincent Richard
993f3bf56d
Fixed export header for static/shared build.
2013-05-13 11:16:31 +02:00
Vincent Richard
5a0c97bac2
Fixed source directory.
2013-05-13 09:57:37 +03:00
Vincent Richard
7337fb4fb2
Display CMake variables before build.
2013-05-13 09:53:21 +03:00
Vincent Richard
1a53602555
Do not include generated header files in ADD_LIBRARY().
2013-05-12 21:27:34 +02:00
Vincent Richard
53aeff58bf
Fixed issue with ADD_LIBRARY() and export header file.
2013-05-12 21:05:43 +02:00
Vincent Richard
e088c126ad
Fixed export header file location.
2013-05-12 20:50:56 +02:00
Vincent Richard
c5c33c1f10
Added missing symbol exports.
2013-05-12 19:54:17 +02:00
Vincent Richard
1d7e9142be
Explicit platform handler initialization is not needed anymore.
2013-05-12 19:51:13 +02:00
Vincent Richard
eb1e29811b
Lowered wait delay on Windows.
2013-05-12 17:31:15 +02:00
Vincent Richard
69d552a87b
Export class and functions in shared libraries.
2013-05-12 16:51:40 +02:00
Vincent Richard
5fb81d3322
Fixed missing includes.
2013-05-12 16:29:51 +02:00
Vincent Richard
64f6f5c594
Fixed BIO_METHOD initialization for thread safety.
2013-05-12 16:09:17 +02:00
Vincent Richard
845b9ebf81
Better random seed.
2013-05-12 15:13:18 +02:00
Vincent Richard
ee68f6c06f
Allow SPACEs at end of response line (Apple iCloud IMAP server).
2013-04-26 22:52:13 +02:00
Vincent Richard
5a3d88855b
Added unit tests for IMAPTag. Initialize sequence number at 1.
2013-04-26 22:47:51 +02:00
Vincent Richard
3f1c507555
Issue #36 : added support for wildcard in Common Name when verifying host name (thanks to Anthony Dervish).
2013-04-26 20:58:04 +02:00
Vincent Richard
d6805634d9
Fixed invalid buffer access.
2013-04-26 20:48:40 +02:00
Vincent Richard
28c386f54e
Fixed issue #37 .
2013-04-26 14:43:28 +02:00
Vincent Richard
ff05f2228e
Fixed double read of response.
2013-04-18 12:14:12 +02:00
Vincent Richard
462311e382
Added filtered output stream to transform LFs to CRLFs.
2013-04-16 12:03:13 +02:00
Vincent Richard
ff8827bdd3
Issue #4 : set envelope sender.
2013-04-03 09:02:15 +02:00
Jan Engelhardt
251cf21cee
Remove +x bit from source files
2013-03-27 17:00:45 +01:00
Jan Engelhardt
d16736aa9f
examples: remove binaries from SCM repo
2013-03-27 17:00:11 +01:00
Vincent Richard
54b5fe13f7
Mutually exclusive build options.
2013-03-25 15:56:37 +01:00
Vincent Richard
163c0b30d5
Added build settings for ICU and OpenSSL.
2013-03-25 15:39:48 +01:00
Vincent Richard
9d2703c376
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
2013-03-25 12:32:48 +01:00
Vincent Richard
f381654277
Pkg-config file changed back to "vmime.pc" (fixed issue #35 ).
...
Do not break compatibility with previous releases.
2013-03-24 20:28:36 +01:00
Vincent Richard
c42a46e074
Removed workaround for old compiler.
2013-03-24 16:09:52 +01:00
Vincent Richard
32eb1ebe34
Strip spaces at end of header lines (Zarafa).
2013-03-24 15:50:16 +01:00
Vincent Richard
21945be4c4
Fixed warnings and 64-bit issues.
2013-03-24 12:30:26 +01:00
Vincent Richard
9328bf07a5
OpenSSL library already mentioned in Required.private, don't need to be specified again in Cflags or Libs.
2013-03-24 11:42:48 +01:00
Vincent Richard
020d0e331e
Merge pull request #31 from mabrand/fix-double-libs
...
fix duplicate info in .pc files
2013-03-24 03:40:16 -07:00
Vincent Richard
495526a5e6
Let whitespace break the value of a parameterized header field, not just a ';' (thanks to Zarafa).
2013-03-24 11:35:08 +01:00
Vincent Richard
1d04b0a579
Checks for a charset in all words of a parameter in a parameterizedHeader.
...
Fixes filename encoding when the quoted-printable starts halfway, but
if multiple charsets are used (unlikely) it may still fail (thanks to
Zarafa).
2013-03-24 11:29:03 +01:00
Vincent Richard
555dcca979
Also check for RFC-2047 end sequence.
2013-03-24 11:24:58 +01:00
Vincent Richard
84415da8e1
Fixed parsing header field value on next line.
2013-03-24 10:02:23 +01:00
Vincent Richard
005e7af6cd
Fixed whitespace parsing before word.
2013-03-24 10:00:30 +01:00
Vincent Richard
64ae964ae2
Fixed library version.
2013-03-24 08:27:24 +01:00
Vincent Richard
86925f15a8
Fixed use of CMAKE_INSTALL_LIBDIR.
2013-03-20 12:44:05 +01:00
Vincent Richard
da2797702f
Updated tests for charset conversion.
...
Added test for UTF-7 encoding availability. Added test for input buffer
underflow in charsetFilteredOutputStream. Refactored charset conversion
tests and removed useless tests.
2013-03-18 09:35:04 +01:00
Vincent Richard
7550835f47
Fixed and clarified text about handleTimeout() return value.
2013-03-13 17:47:47 +01:00
Vincent Richard
742917a382
Rewrote text for better understanding.
2013-03-13 17:15:36 +01:00