Vincent Richard
|
21945be4c4
|
Fixed warnings and 64-bit issues.
|
2013-03-24 12:30:26 +01: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
|
32a80f6c1e
|
Fixed mailbox and mailbox group parsing. Added unit tests.
|
2013-03-11 10:05:09 +01:00 |
|
Vincent Richard
|
aa8f39e321
|
Fixed compilation warnings.
|
2013-03-06 22:49:27 +01:00 |
|
Vincent Richard
|
4df4ed54dd
|
Fixed maximum block size for read().
|
2013-03-06 22:49:27 +01:00 |
|
Vincent Richard
|
b9ace81807
|
Fixed issue #26: strcpy_s not available on MinGW.
|
2013-02-28 09:16:40 +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
|
d2c2f52a23
|
Fixed wrong function called.
|
2013-02-27 09:44:21 +01:00 |
|
Vincent Richard
|
0d6aef8491
|
Use secure versions of time/string functions on Windows.
|
2013-02-26 17:51:44 +01:00 |
|
Vincent Richard
|
49f9628c0a
|
Fixed typo in function name.
|
2013-02-25 13:10:15 +01:00 |
|
Vincent Richard
|
43f78c2e96
|
Defaults to local charset when assigning word from raw string.
|
2013-02-25 13:03:58 +01:00 |
|
Vincent Richard
|
a17cb75694
|
Merge pull request #25 from mabrand/fix-case
fix include file case
|
2013-02-24 07:37:54 -08:00 |
|
Vincent Richard
|
0c5d4a10e6
|
Message generation/parsing context. Charset conversion options. Preliminary implementation of RFC-6532.
|
2013-02-24 16:28:13 +01:00 |
|
Mark Brand
|
b3da087306
|
fix include file case
|
2013-02-24 16:07:29 +01:00 |
|
Vincent Richard
|
86720eb1dc
|
Fixed filename case.
|
2013-02-23 17:16:40 +01:00 |
|
Vincent Richard
|
05a9f75874
|
Fixed comparison always true.
|
2013-02-22 18:17:05 +01:00 |
|
Vincent Richard
|
0b78377635
|
7bit is the default encoding. Do not force CTE field with default value to be added in header.
|
2013-02-20 18:23:16 +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
|
281300ed6a
|
SMTP response code 251 for RCPT TO is now treated as successful.
|
2013-02-17 21:14:56 +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
|
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
|
fd5f0c0707
|
Trim first line of POP3 response to get rid of CR, if any.
|
2013-02-13 10:03:18 +01:00 |
|
Vincent Richard
|
feabba4470
|
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinished().
|
2013-02-12 17:54:36 +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
|
f0e12cbadc
|
Fixed invalid use of freed memory.
|
2013-02-11 21:10:19 +01:00 |
|
Vincent Richard
|
b02e6ab664
|
Added missing includes.
|
2013-02-11 09:37:32 +01:00 |
|
Vincent Richard
|
ddf3cff495
|
Check for MLang on Windows platform.
|
2013-02-10 21:12:41 +01:00 |
|
Vincent Richard
|
4457dec512
|
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN. Use getaddrinfo() instead of gethostbyname() for IPv6 compatibility.
|
2013-02-10 20:59:14 +01:00 |
|
Vincent Richard
|
173c665e0c
|
Additional MDN fields (thanks to Mehmet Bozkurt).
|
2013-02-08 14:23:48 +01:00 |
|
Vincent Richard
|
c2474f2b2b
|
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Use localtime_s and gmtime_s on Windows, if available.
|
2013-02-05 14:21:21 +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
|
b74955cee5
|
Better test for stream state.
|
2013-01-15 13:05:21 +01:00 |
|
Vincent Richard
|
65f235d647
|
Removed unused includes for OpenSSL.
|
2013-01-15 12:01:58 +01:00 |
|
Vincent Richard
|
ad9bef78c4
|
Updated copyright year and maintainer email address.
|
2013-01-10 17:30:31 +01:00 |
|
Vincent Richard
|
3ac625efa5
|
Fixed issue #17.
|
2012-12-27 21:14:24 +01:00 |
|
Mark Brand
|
1c43b53cde
|
exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT
|
2012-12-24 16:26:06 +01:00 |
|
Vincent Richard
|
9e8cdca585
|
Fixed type for maximum line length.
|
2012-12-22 13:40:18 +01:00 |
|
Vincent Richard
|
0305c3c5a9
|
Fixed first modifier not being generated.
|
2012-12-22 12:18:52 +01:00 |
|
Vincent Richard
|
a63c0c5094
|
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
|
2012-12-17 17:02:08 +01:00 |
|
Vincent Richard
|
e192ce6716
|
More robust check for EOF in input stream.
|
2012-12-13 18:37:01 +01:00 |
|
Vincent Richard
|
c9f0641b06
|
Fixed seeking after EOF in input stream.
|
2012-12-13 18:34:22 +01:00 |
|
Vincent Richard
|
e91495e3c3
|
Also do not re-encode Quoted-Printable and UUEncode.
|
2012-12-13 13:16:52 +01:00 |
|