index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
smtp
/
SMTPCommand.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
1
-214
/
+0
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
1
-2
/
+2
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-15
/
+15
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
1
-0
/
+10
2013-06-20
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...
Vincent Richard
1
-0
/
+14
2013-06-12
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
1
-6
/
+23
2013-06-12
Homogeneous use of vmime::string.
Vincent Richard
1
-5
/
+5
2013-02-24
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
1
-2
/
+13
2013-02-17
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
1
-0
/
+7
2013-02-12
Rewrote SMTP command sending. Better code for pipelining. Report full command...
Vincent Richard
1
-0
/
+155