aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPMessagePartContentHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+9
| | | | selection of platform handler.
* 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 ↵Vincent Richard2010-05-231-0/+6
| | | | setting contents, type, charset and encoding.
* 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
IMAP source files.