aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPUtils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-758/+0
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-5/+5
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-2/+2
* Custom fetch attributes.Vincent Richard2013-11-141-9/+13
* Added required includes for MSVC.Vincent Richard2013-09-081-0/+2
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-113/+100
* Return real message UID from IMAP server. Added function to return the curren...Vincent Richard2013-07-211-42/+2
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-9/+17
* Homogeneous use of vmime::string.Vincent Richard2013-06-121-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-0/+10
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-281-2/+78
* Added support for DRAFT flag.Vincent Richard2010-10-191-1/+4
* 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-4/+4
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Fixed bug in modified UTF-7 encoding.Vincent Richard2007-07-091-46/+95
* 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/+7
* Clean up.Vincent Richard2006-04-051-0/+20
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Implemented IMAP multi-fetching.Vincent Richard2006-01-151-7/+80
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+555