index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
smtp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
7
-87
/
+87
2013-09-21
Fixed chunking output buffer.
Vincent Richard
1
-1
/
+1
2013-09-21
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
1
-4
/
+6
2013-09-08
SMTP-specific exceptions.
Vincent Richard
4
-15
/
+203
2013-08-14
Added support for enhanced status codes (RFC-3463).
Vincent Richard
1
-3
/
+66
2013-07-24
Added SMTP service properties to allow disabling PIPELINING and CHUNKING ↵
Vincent Richard
2
-2
/
+13
extensions.
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2
-9
/
+58
2013-06-22
Return after sending message when sending is supported.
Vincent Richard
1
-0
/
+1
2013-06-20
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵
Vincent Richard
3
-19
/
+212
for SMTP.
2013-06-19
Moved SMTP connection-related things to SMTPConnection object.
Vincent Richard
2
-478
/
+660
2013-06-18
SMTPUTF8: generate Internationalized Email only if supported by SMTP server.
Vincent Richard
1
-0
/
+28
2013-06-12
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
2
-9
/
+29
2013-06-12
Homogeneous use of vmime::string.
Vincent Richard
1
-5
/
+5
2013-05-14
No need to read another response line in an empty 334 response.
Vincent Richard
1
-5
/
+0
2013-04-18
Fixed double read of response.
Vincent Richard
1
-2
/
+4
2013-04-03
Issue #4: set envelope sender.
Vincent Richard
1
-4
/
+8
2013-03-06
Fixed compilation warnings.
Vincent Richard
1
-1
/
+1
2013-02-24
Message generation/parsing context. Charset conversion options. Preliminary ↵
Vincent Richard
1
-2
/
+13
implementation of RFC-6532.
2013-02-17
SMTP response code 251 for RCPT TO is now treated as successful.
Vincent Richard
1
-1
/
+2
2013-02-17
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
2
-1
/
+28
2013-02-12
Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵
Vincent Richard
1
-1
/
+1
SMTPCommandSet::isFinished().
2013-02-12
Rewrote SMTP command sending. Better code for pipelining. Report full ↵
Vincent Richard
3
-109
/
+344
command text on MAIL/RCPT errors.
2013-01-15
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
1
-6
/
+6
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
4
-4
/
+4
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
2
-6
/
+6
2012-11-29
Trivial 64-bit warning fixes.
Vincent Richard
1
-2
/
+2
2012-11-11
SMTP Command Pipelining (RFC-2920).
Vincent Richard
2
-28
/
+122
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
1
-2
/
+2
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic ↵
Vincent Richard
4
-0
/
+37
selection of platform handler.
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
1
-0
/
+2
2010-12-08
No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ↵
Vincent Richard
1
-2
/
+3
response after QUIT and before closing connection.
2010-10-20
Return failed email address in exception for RCPT TO.
Vincent Richard
1
-1
/
+1
2010-08-05
Connection time out.
Vincent Richard
1
-1
/
+1
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
4
-8
/
+8
2008-12-16
Send CRLF in the same packet as command to avoid problems with some servers.
Vincent Richard
1
-2
/
+4
2008-10-12
New namespace for encoders.
Vincent Richard
1
-1
/
+0
2008-10-12
Fixed compilation warnings.
Vincent Richard
2
-6
/
+6
2008-01-04
Changed copyright year to 2008.
Vincent Richard
4
-4
/
+4
2007-04-24
Allow more than one mechanism after AUTH=.
Vincent Richard
1
-12
/
+11
2007-03-28
Better parsing of ESMTP extensions.
Vincent Richard
1
-38
/
+36
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
3
-9
/
+21
2007-01-01
Changed copyright year to 2007.
Vincent Richard
4
-4
/
+4
2006-12-26
Allow 'AUTH=LOGIN' capability for some servers.
Vincent Richard
1
-0
/
+5
2006-10-11
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2
-5
/
+5
2006-10-02
Reissue EHLO after successful STARTTLS.
Vincent Richard
1
-30
/
+42
2006-05-05
Fixed CRLF response parsing + intermediate replies.
Vincent Richard
1
-7
/
+13
2006-05-05
Reset timeout before reading response.
Vincent Richard
1
-0
/
+3
2006-05-05
Fixed typo in comment.
Vincent Richard
1
-1
/
+1
2006-05-05
Fixed typo when parsing ESMTP/AUTH response.
Vincent Richard
1
-4
/
+4
2006-04-18
Renamed 'byte' to 'byte_t'.
Vincent Richard
1
-2
/
+2
[next]