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