aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testUtils.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-25Fixed Cppcheck issues.Vincent Richard1-1/+1
2021-01-11Fixed implicit declarations and misc warnings.Vincent Richard1-1/+1
2018-09-05Code style and clarity.Vincent Richard1-67/+80
2018-08-18Avoid copy by passing shared_ptr<> with const reference.Vincent Richard1-2/+2
2014-06-30Added support for language specification in RFC-2047 encoded words and ↵Vincent Richard1-1/+8
RFC-2231 parameter values.
2014-03-25Trace socket/connection events.Vincent Richard1-0/+3
2014-02-05Better polling. Fixed possible connection issues on POSIX with slow network. ↵Vincent Richard1-0/+3
Better error handling in POSIX sockets.
2014-01-19In SSL socket, use timeout handler of underlying socket. Throw exception ↵Vincent Richard1-0/+2
when reading from/writing to disconnected SSL socket.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-8/+9
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-5/+5
2013-06-26Unit tests for content handlers.Vincent Richard1-1/+9
2013-06-20Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵Vincent Richard1-2/+17
for SMTP.
2013-04-16Added filtered output stream to transform LFs to CRLFs.Vincent Richard1-0/+2
2013-03-18Updated tests for charset conversion.Vincent Richard1-0/+3
Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests.
2013-03-08Refactored unit tests.Vincent Richard1-5/+13
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard1-1/+16
implementation of RFC-6532.
2013-02-12Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵Vincent Richard1-1/+6
SMTPCommandSet::isFinished().
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-3/+3
2012-12-11Fixed compilation issues in unit tests.Vincent Richard1-2/+8
2010-08-05Connection time out.Vincent Richard1-0/+5
2009-12-01Fixed directory renaming.Vincent Richard1-0/+4
2009-12-01Fixed missing function.Vincent Richard1-0/+2
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-1/+1
2008-10-12Fixed compilation warnings.Vincent Richard1-5/+5
2006-05-05Unit tests for SMTP.Vincent Richard1-0/+110
2005-09-17Updated FSF address.Vincent Richard1-3/+7
2005-09-06New namespace for message digest algorithms.Vincent Richard1-1/+10
2005-08-25Moved to CppUnit for unit tests framework.Vincent Richard1-0/+182