index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
utility
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
4
-261
/
+24
|
*
Use "std::map" instead of "propertySet" in url class.
Vincent Richard
2013-11-15
1
-12
/
+15
|
*
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
2013-06-24
3
-8
/
+30
|
*
Added filtered output stream to transform LFs to CRLFs.
Vincent Richard
2013-04-16
1
-0
/
+40
|
*
Refactored unit tests.
Vincent Richard
2013-03-08
14
-211
/
+223
|
*
Fixed SMTP dot stuffing at the beginning of content.
Vincent Richard
2013-02-20
1
-0
/
+6
|
*
Unit tests for seekableInputStreamRegionAdapter.
Vincent Richard
2013-02-15
1
-0
/
+162
|
*
Unit tests for output stream adapters.
Vincent Richard
2013-02-14
3
-0
/
+266
|
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
8
-8
/
+8
|
*
Added tests for Quoted-Printable encoding.
Vincent Richard
2012-04-05
1
-0
/
+31
|
*
Encode quotation marks in QP/RFC-2047.
Vincent Richard
2010-10-12
1
-1
/
+36
|
*
Fixed bug #2933667: CRLF filter broken.
Vincent Richard
2010-01-20
1
-0
/
+1
|
*
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
2009-12-01
1
-4
/
+5
|
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
8
-16
/
+16
|
*
New namespace for encoders.
Vincent Richard
2008-10-12
1
-0
/
+290
|
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
3
-6
/
+6
|
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
7
-7
/
+7
|
*
Added function to unquote strings.
Vincent Richard
2007-08-30
1
-0
/
+10
|
*
Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.
Vincent Richard
2007-05-21
1
-1
/
+10
|
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
7
-7
/
+7
|
*
Week of year calculation.
Vincent Richard
2006-04-24
1
-0
/
+37
|
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
1
-23
/
+10
|
*
Added unit tests for datetimeUtils + renamed functions.
Vincent Richard
2006-02-12
1
-0
/
+128
|
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
6
-6
/
+6
|
*
Fixed encoding of reserved/unsafe chars.
Vincent Richard
2006-01-31
1
-0
/
+35
|
*
Allow '@' in the username part of an URL.
Vincent Richard
2006-01-09
1
-0
/
+12
|
*
Updated FSF address.
Vincent Richard
2005-09-17
6
-18
/
+42
|
*
New namespace for message digest algorithms.
Vincent Richard
2005-09-06
1
-98
/
+0
|
*
Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵
Vincent Richard
2005-09-02
1
-0
/
+13
|
|
|
|
the object's constructor.
*
Moved to CppUnit for unit tests framework.
Vincent Richard
2005-08-25
7
-1184
/
+1078
|
*
Removed implicit conversion to T* for smart pointers.
Vincent Richard
2005-07-24
1
-3
/
+0
|
*
Added tests for smart pointer comparison.
Vincent Richard
2005-07-21
1
-0
/
+25
|
*
Added simple test for STL containers.
Vincent Richard
2005-07-18
1
-0
/
+41
|
*
Added unit tests for smart pointer.
Vincent Richard
2005-07-17
1
-0
/
+195
|
*
Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.
Vincent Richard
2005-06-16
1
-0
/
+124
|
*
Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵
Vincent Richard
2005-06-15
1
-0
/
+166
|
|
|
|
unit tests.
*
Added parameter support to 'utility::url'.
Vincent Richard
2005-04-28
1
-1
/
+46
|
*
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
2005-04-18
1
-0
/
+209
|
*
Updated VMime website URL.
Vincent Richard
2005-03-18
4
-4
/
+4
|
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
4
-4
/
+4
|
*
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
Vincent Richard
2005-01-02
1
-33
/
+36
|
*
Fixed compilation warnings.
Vincent Richard
2005-01-02
1
-16
/
+16
|
*
Added unit tests for 'utility::path'.
Vincent Richard
2005-01-02
1
-0
/
+317
|
*
Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.
Vincent Richard
2005-01-01
2
-0
/
+335
|
*
Converted all C-style casts to C++-style casts + added unit test for ↵
Vincent Richard
2005-01-01
1
-0
/
+112
utility::md5.