index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
net
/
smtp
/
SMTPTransportTestUtils.hpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-11-25
Fixed Cppcheck issues.
Vincent Richard
1
-0
/
+1
2018-09-05
Code style and clarity.
Vincent Richard
1
-250
/
+259
2017-12-14
Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵
Vincent Richard
1
-3
/
+11
must switch the whole message to SMTPUTF8.
2017-12-14
Fixed #186: use SMTPUTF8 only when needed.
Vincent Richard
1
-0
/
+182
2016-03-13
Issue #126: more warnings fixed.
Vincent Richard
1
-2
/
+2
2014-01-05
Report sending progress when chunking is supported.
Vincent Richard
1
-1
/
+1
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
1
-13
/
+11
byte_t...). Minor warning fixes.
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-21
/
+1
2013-11-21
Removed BDAT-related code from SMTP test unrelated to BDAT.
Vincent Richard
1
-20
/
+0
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
1
-90
/
+170
2013-06-22
Return after sending message when sending is supported.
Vincent Richard
1
-0
/
+3
2013-06-20
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵
Vincent Richard
1
-0
/
+280
for SMTP.
2013-03-08
Refactored unit tests.
Vincent Richard
1
-5
/
+1
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2010-12-10
Fixed unit test after bug fix.
Vincent Richard
1
-1
/
+1
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
1
-2
/
+2
2008-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-01-01
Changed copyright year to 2007.
Vincent Richard
1
-1
/
+1
2006-05-05
Unit tests for SMTP.
Vincent Richard
1
-0
/
+256