aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPMessagePartContentHandler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard1-216/+0
2013-12-10Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard1-2/+2
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-16/+16
2013-09-08Added required includes for MSVC.Vincent Richard1-0/+4
2013-07-16Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...Vincent Richard1-5/+5
2013-06-27Do not QP-encode CRLFs when content type is text.Vincent Richard1-0/+15
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard1-0/+9
2012-07-30Fixed body part extraction (only body should be extracted).Vincent Richard1-2/+2
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+3
2010-05-23Improved automatic encoding selection. Added helper functions on body for set...Vincent Richard1-0/+6
2010-05-20Fixed case-sensitive include.Vincent Richard1-1/+1
2010-05-18Added helper function to construct parsed message from net message. Splitted ...Vincent Richard1-0/+179