index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
imap
/
IMAPMessagePartContentHandler.cpp
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
2013-12-29
1
-216
/
+0
|
|
|
|
build.
*
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
2013-12-10
1
-2
/
+2
|
|
|
|
byte_t...). Minor warning fixes.
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-16
/
+16
|
*
Added required includes for MSVC.
Vincent Richard
2013-09-08
1
-0
/
+4
|
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵
Vincent Richard
2013-07-16
1
-5
/
+5
|
|
|
|
code in multiple files.
*
Do not QP-encode CRLFs when content type is text.
Vincent Richard
2013-06-27
1
-0
/
+15
|
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
|
*
Migrated build system to CMake. Conditional file compilation. Automatic ↵
Vincent Richard
2012-11-01
1
-0
/
+9
|
|
|
|
selection of platform handler.
*
Fixed body part extraction (only body should be extracted).
Vincent Richard
2012-07-30
1
-2
/
+2
|
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+3
|
*
Improved automatic encoding selection. Added helper functions on body for ↵
Vincent Richard
2010-05-23
1
-0
/
+6
|
|
|
|
setting contents, type, charset and encoding.
*
Fixed case-sensitive include.
Vincent Richard
2010-05-20
1
-1
/
+1
|
*
Added helper function to construct parsed message from net message. Splitted ↵
Vincent Richard
2010-05-18
1
-0
/
+179
IMAP source files.