Vincent Richard
|
5137d6b0f9
|
Fixed issue #44 for MSVC.
|
2013-06-18 09:01:33 +02:00 |
|
Vincent Richard
|
01fd896e3c
|
Re-issue CAPA command once TLS has been started (POP3, IMAP).
|
2013-06-17 15:04:37 +02:00 |
|
Vincent Richard
|
2e5574b146
|
Added support for transport padding in boundary (issue #38).
|
2013-06-13 12:00:42 +02:00 |
|
Vincent Richard
|
93c8d3a071
|
Added support for SMTPUTF8 extension (RFC-6531).
|
2013-06-12 21:19:36 +02:00 |
|
Vincent Richard
|
f2211877a9
|
Homogeneous use of vmime::string.
|
2013-06-12 14:20:34 +02:00 |
|
Vincent Richard
|
7ab35173bc
|
Moved POP3 connection-related things to POP3Connection object.
|
2013-06-12 14:02:40 +02:00 |
|
Vincent Richard
|
dfe563f391
|
Moved POP3 client command related things to POP3Command class.
|
2013-06-11 22:50:44 +02:00 |
|
Vincent Richard
|
d65d02cf09
|
Added function to return email address as a string.
|
2013-06-09 22:17:56 +02:00 |
|
Vincent Richard
|
abf7dec38b
|
Fixed inverted comments for constants.
|
2013-06-09 19:31:10 +02:00 |
|
Vincent Richard
|
eddc33038f
|
Charset conversion output stream for ICU.
|
2013-06-09 11:49:32 +02:00 |
|
Vincent Richard
|
1257f8024c
|
Fixed visibility attribute position for GCC.
|
2013-06-07 15:10:50 +02:00 |
|
Vincent Richard
|
cc9654593e
|
Fixed issue #44.
|
2013-06-06 20:08:08 +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
|
993f3bf56d
|
Fixed export header for static/shared build.
|
2013-05-13 11:16:31 +02:00 |
|
Vincent Richard
|
c5c33c1f10
|
Added missing symbol exports.
|
2013-05-12 19:54:17 +02:00 |
|
Vincent Richard
|
69d552a87b
|
Export class and functions in shared libraries.
|
2013-05-12 16:51:40 +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
|
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 |
|
Vincent Richard
|
9d2703c376
|
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
|
2013-03-25 12:32:48 +01:00 |
|
Vincent Richard
|
c42a46e074
|
Removed workaround for old compiler.
|
2013-03-24 16:09:52 +01:00 |
|
Vincent Richard
|
21945be4c4
|
Fixed warnings and 64-bit issues.
|
2013-03-24 12:30:26 +01:00 |
|
Vincent Richard
|
84415da8e1
|
Fixed parsing header field value on next line.
|
2013-03-24 10:02:23 +01:00 |
|
Vincent Richard
|
32a80f6c1e
|
Fixed mailbox and mailbox group parsing. Added unit tests.
|
2013-03-11 10:05:09 +01:00 |
|
Vincent Richard
|
3bf4797fc7
|
Fixed compilation warning.
|
2013-03-08 08:19:55 +01:00 |
|
Vincent Richard
|
aa8f39e321
|
Fixed compilation warnings.
|
2013-03-06 22:49:27 +01:00 |
|
Vincent Richard
|
8378b350df
|
Throw exception when an invalid value type is set in a header field.
|
2013-02-27 14:59:37 +01:00 |
|
Vincent Richard
|
5da73d4efc
|
Fixed warnings about unused variables.
|
2013-02-26 13:05:34 +01:00 |
|
Vincent Richard
|
49f9628c0a
|
Fixed typo in function name.
|
2013-02-25 13:10:15 +01:00 |
|
Vincent Richard
|
0c5d4a10e6
|
Message generation/parsing context. Charset conversion options. Preliminary implementation of RFC-6532.
|
2013-02-24 16:28:13 +01:00 |
|
Vincent Richard
|
d3f539bf92
|
Fixed SMTP dot stuffing at the beginning of content.
|
2013-02-20 16:07:00 +01:00 |
|
Vincent Richard
|
e3bb8020e0
|
Process header before transmitting message via SMTP.
|
2013-02-18 22:00:29 +01:00 |
|
Vincent Richard
|
d8b3d2b641
|
Added helper function to replace header field.
|
2013-02-17 22:18:32 +01:00 |
|
Vincent Richard
|
0757efad0d
|
Reset SMTP session state (using RSET command) if transport is being reused.
|
2013-02-17 18:07:23 +01:00 |
|
Vincent Richard
|
0af0373cb6
|
Always throw std exceptions (eg. bad_alloc) and VMime time out exceptions.
|
2013-02-16 11:23:30 +01:00 |
|
Vincent Richard
|
51111254a4
|
The seekableInputStreamRegionAdapter now stores its own current position, to avoid issues when multiple adapters share the same underlying stream.
|
2013-02-15 14:58:00 +01:00 |
|
Vincent Richard
|
83c5ba96b9
|
Rewrote SMTP command sending. Better code for pipelining. Report full command text on MAIL/RCPT errors.
|
2013-02-12 16:58:27 +01:00 |
|
Vincent Richard
|
173c665e0c
|
Additional MDN fields (thanks to Mehmet Bozkurt).
|
2013-02-08 14:23:48 +01:00 |
|
Vincent Richard
|
1da9117fa5
|
Gives access to X.509 certificate underlying structure.
|
2013-02-05 13:01:59 +01:00 |
|
Vincent Richard
|
099d7a7882
|
Moved includes to fix compilation issue.
|
2013-01-15 13:24:45 +01:00 |
|
Vincent Richard
|
ea06bc1de1
|
Renamed TYPE_BOOL to avoid name collision on MacOS.
|
2013-01-15 13:21:10 +01:00 |
|
Vincent Richard
|
ad9bef78c4
|
Updated copyright year and maintainer email address.
|
2013-01-10 17:30:31 +01:00 |
|
Vincent Richard
|
a63c0c5094
|
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
|
2012-12-17 17:02:08 +01:00 |
|
Vincent Richard
|
e91495e3c3
|
Also do not re-encode Quoted-Printable and UUEncode.
|
2012-12-13 13:16:52 +01:00 |
|