aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testUtils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-051-97/+104
* Avoid copy by passing shared_ptr<> with const reference.Vincent Richard2018-08-181-1/+1
* Fixed #186: use SMTPUTF8 only when needed.Vincent Richard2017-12-141-0/+14
* Issue #126: more warnings fixed.Vincent Richard2016-03-131-3/+3
* Trace socket/connection events.Vincent Richard2014-03-251-0/+11
* Better polling. Fixed possible connection issues on POSIX with slow network. ...Vincent Richard2014-02-051-0/+12
* In SSL socket, use timeout handler of underlying socket. Throw exception when...Vincent Richard2014-01-191-0/+6
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-11/+21
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-2/+2
* Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...Vincent Richard2013-06-201-0/+36
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-4/+4
* Updated tests for charset conversion.Vincent Richard2013-03-181-0/+36
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-0/+1
* Fixed compilation issues in unit tests.Vincent Richard2012-12-111-3/+27
* Fixed directory renaming.Vincent Richard2009-12-011-0/+58
* Fixed missing function.Vincent Richard2009-12-011-0/+6
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-1/+1
* Fixed compilation warnings.Vincent Richard2008-10-121-5/+5
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-2/+2
* Unit tests for SMTP.Vincent Richard2006-05-051-0/+183