index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
smtp
/
SMTPTransport.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
1
-420
/
+0
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
1
-3
/
+3
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-13
/
+13
*
SMTP-specific exceptions.
Vincent Richard
2013-09-08
1
-14
/
+40
*
Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte...
Vincent Richard
2013-07-24
1
-2
/
+7
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
1
-9
/
+48
*
Return after sending message when sending is supported.
Vincent Richard
2013-06-22
1
-0
/
+1
*
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...
Vincent Richard
2013-06-20
1
-19
/
+53
*
Moved SMTP connection-related things to SMTPConnection object.
Vincent Richard
2013-06-19
1
-478
/
+48
*
SMTPUTF8: generate Internationalized Email only if supported by SMTP server.
Vincent Richard
2013-06-18
1
-0
/
+28
*
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
2013-06-12
1
-3
/
+6
*
Fixed double read of response.
Vincent Richard
2013-04-18
1
-2
/
+4
*
Issue #4: set envelope sender.
Vincent Richard
2013-04-03
1
-4
/
+8
*
SMTP response code 251 for RCPT TO is now treated as successful.
Vincent Richard
2013-02-17
1
-1
/
+2
*
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
2013-02-17
1
-1
/
+21
*
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
2013-02-12
1
-109
/
+45
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
1
-4
/
+4
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-11-29
1
-2
/
+2
*
SMTP Command Pipelining (RFC-2920).
Vincent Richard
2012-11-11
1
-24
/
+109
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
1
-2
/
+2
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
1
-0
/
+10
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+2
*
No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server ...
Vincent Richard
2010-12-08
1
-2
/
+3
*
Return failed email address in exception for RCPT TO.
Vincent Richard
2010-10-20
1
-1
/
+1
*
Connection time out.
Vincent Richard
2010-08-05
1
-1
/
+1
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Send CRLF in the same packet as command to avoid problems with some servers.
Vincent Richard
2008-12-16
1
-2
/
+4
*
New namespace for encoders.
Vincent Richard
2008-10-12
1
-1
/
+0
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-2
/
+2
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Allow more than one mechanism after AUTH=.
Vincent Richard
2007-04-24
1
-12
/
+11
*
Better parsing of ESMTP extensions.
Vincent Richard
2007-03-28
1
-38
/
+36
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
1
-3
/
+7
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Allow 'AUTH=LOGIN' capability for some servers.
Vincent Richard
2006-12-26
1
-0
/
+5
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-3
/
+3
*
Reissue EHLO after successful STARTTLS.
Vincent Richard
2006-10-02
1
-30
/
+42
*
Fixed typo in comment.
Vincent Richard
2006-05-05
1
-1
/
+1
*
Fixed typo when parsing ESMTP/AUTH response.
Vincent Richard
2006-05-05
1
-4
/
+4
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
1
-2
/
+2
*
Check for connection before any operation.
Vincent Richard
2006-02-24
1
-0
/
+6
*
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
Vincent Richard
2006-02-09
1
-1
/
+1
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Added service::isSecuredConnection() and service::getConnectionInfos() to ret...
Vincent Richard
2006-01-29
1
-3
/
+32
*
Added SMTPResponse to read and parse SMTP responses.
Vincent Richard
2006-01-07
1
-134
/
+28
*
Fixed bug when disconnecting SMTP.
Vincent Richard
2005-11-30
1
-1
/
+8
*
Fixed bug in disconnect() when authentication is not needed (thanks to Benjam...
Vincent Richard
2005-11-07
1
-0
/
+2
*
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...
Vincent Richard
2005-10-20
1
-0
/
+2
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
1
-1
/
+1
[next]