aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-01Fixed directory renaming.Vincent Richard3-2/+80
2009-12-01Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard1-4/+5
2009-12-01Added and moved tests for RFC-2231.Vincent Richard1-40/+64
2009-12-01Fixed missing function.Vincent Richard2-0/+8
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard32-62/+62
2008-10-12New namespace for encoders.Vincent Richard1-2/+4
2008-10-12Fixed compilation warnings.Vincent Richard6-17/+17
2008-07-11Enable re-generation of broken Content-Id's that had no '@' sign in them ↵Vincent Richard1-2/+2
(Zarafa).
2008-07-11Fixed missing std includes.Vincent Richard1-0/+1
2008-07-11Recover from broken emails without a final boundary (Zarafa).Vincent Richard1-0/+28
2008-04-28Fixed extra space in subject (see ↵Vincent Richard3-9/+57
https://sourceforge.net/forum/message.php?msg_id=4894970).
2008-01-04Changed copyright year to 2008.Vincent Richard30-30/+30
2007-11-20Fixed incorrect white-space between words.Vincent Richard1-0/+26
2007-08-30Added function to unquote strings.Vincent Richard1-0/+10
2007-05-21Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard1-1/+10
2007-03-22Added support for Courier maildir format.Vincent Richard1-0/+578
2007-01-01Changed copyright year to 2007.Vincent Richard29-29/+29
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard3-5/+5
2006-10-02Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard1-10/+35
2006-08-09Fix for message ids without angle brackets.Vincent Richard1-0/+10
2006-07-13Fixed bugs in MHTML code + unit tests.Vincent Richard1-0/+226
2006-05-05Unit tests for SMTP.Vincent Richard5-2/+740
2006-04-24Week of year calculation.Vincent Richard1-0/+37
2006-04-18Renamed 'byte' to 'byte_t'.Vincent Richard1-1/+1
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-23/+10
2006-02-12Added unit tests for datetimeUtils + renamed functions.Vincent Richard1-0/+128
2006-02-05Changed copyright year to 2006.Vincent Richard8-8/+8
2006-02-05Changed copyright year to 2006.Vincent Richard17-17/+17
2006-01-31Fixed encoding of reserved/unsafe chars.Vincent Richard1-0/+35
2006-01-16Added support for attachments of type 'message/rfc822'.Vincent Richard1-0/+123
2006-01-09Allow '@' in the username part of an URL.Vincent Richard1-0/+12
2005-11-04Refactored header field values and parameters.Vincent Richard2-25/+38
2005-10-20Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard1-0/+34
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-19Added 'charsetFilteredOutputStream'.Vincent Richard1-0/+236
2005-10-19Charset converter.Vincent Richard3-6/+6
2005-10-14Added test suites for 'attachmentHelper'.Vincent Richard1-1/+93
2005-10-13Added 'attachmentHelper'.Vincent Richard1-0/+113
2005-09-17Updated FSF address.Vincent Richard24-72/+168
2005-09-06New namespace for message digest algorithms.Vincent Richard5-102/+386
2005-09-02Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard1-0/+13
the object's constructor.
2005-08-27XML output for test results.Vincent Richard1-15/+178
2005-08-26Unit tests for 'misc::importanceHelper'.Vincent Richard1-0/+162
2005-08-25Moved to CppUnit for unit tests framework.Vincent Richard49-9381/+2584
2005-08-22Added test case for '?' in the middle of the encoded buffer.Vincent Richard1-0/+4
2005-07-24Removed implicit conversion to T* for smart pointers.Vincent Richard1-3/+0
2005-07-21Added tests for smart pointer comparison.Vincent Richard1-0/+25
2005-07-18Added simple test for STL containers.Vincent Richard1-0/+41
2005-07-17Added unit tests for smart pointer.Vincent Richard1-0/+195
2005-07-12Reference counting and smart pointers.Vincent Richard7-46/+53
2005-06-21Fixed a bug in RFC-2231 implementation.Vincent Richard1-1/+2