index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utility
/
encoder
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
9
-1632
/
+0
build.
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
4
-126
/
+123
byte_t...). Minor warning fixes.
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-9
/
+9
2013-06-24
Renamed default encoder.
Vincent Richard
1
-6
/
+6
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
4
-0
/
+70
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
9
-9
/
+9
2012-12-22
Fixed type for maximum line length.
Vincent Richard
1
-5
/
+6
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
1
-2
/
+2
2012-11-29
Trivial 64-bit warning fixes.
Vincent Richard
3
-10
/
+10
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic ↵
Vincent Richard
1
-6
/
+6
selection of platform handler.
2012-10-15
Support for bogus encoding name 'bmoted-printable' (Zarafa).
Vincent Richard
1
-0
/
+3
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
1
-0
/
+2
2012-04-05
Fixed wrong encoding of line breaks in QP-encoded text (issue #7).
Vincent Richard
1
-4
/
+5
2010-10-12
Better RFC-2047 encoding.
Vincent Richard
1
-104
/
+167
2010-10-12
Encode quotation marks in QP/RFC-2047.
Vincent Richard
1
-0
/
+1
2010-04-13
Register non-standard encoding names.
Vincent Richard
1
-0
/
+4
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
9
-18
/
+18
2008-10-12
New namespace for encoders.
Vincent Richard
9
-0
/
+1490