aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPMessage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-649/+0
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-14/+25
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-49/+49
* Custom fetch attributes.Vincent Richard2013-11-141-4/+5
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-1/+4
* Return real message UID from IMAP server. Added function to return the curren...Vincent Richard2013-07-211-2/+2
* Reworked IMAP event notification code.Vincent Richard2013-07-181-110/+24
* Code cleanup. Store error log in parsed response to avoid accessing parser in...Vincent Richard2013-07-171-2/+2
* Fixed status update. Prevent opening the same folder two times in a session.Vincent Richard2013-07-161-1/+2
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...Vincent Richard2013-07-161-16/+17
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-59/+21
* Fixed issue #37.Vincent Richard2013-04-261-1/+1
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-2/+2
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-011-1/+10
* Fixed body part extraction (only body should be extracted).Vincent Richard2012-07-301-9/+36
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-281-11/+17
* Fixed issue #10.Vincent Richard2012-07-061-2/+0
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+2
* Added support for DRAFT flag.Vincent Richard2010-10-191-0/+1
* Fixed extraction of root part body.Vincent Richard2010-09-061-2/+5
* Added helper function to construct parsed message from net message. Splitted ...Vincent Richard2010-05-181-197/+106
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* Fixed compilation warnings.Vincent Richard2008-10-121-7/+8
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-081-0/+6
* Clean up.Vincent Richard2006-04-051-25/+6
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-29/+44
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Implemented IMAP multi-fetching.Vincent Richard2006-01-151-72/+5
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-5/+5
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* Updated code to use smart pointers.Vincent Richard2005-09-021-37/+35
* NEVER call thisRef() from the object's constructor.Vincent Richard2005-09-011-10/+14
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+859