aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPFolder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-1511/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-9/+9
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-106/+105
2013-11-14Custom fetch attributes.Vincent Richard1-5/+6
2013-08-16Fixed missing space in command.Vincent Richard1-2/+2
2013-08-16Fixed isEmpty() test.Vincent Richard1-1/+1
2013-07-26Allow messages to be designated either by their number or their UID.Vincent Richard1-283/+78
Warning: this is an API-breaking change.
2013-07-21Return real message UID from IMAP server. Added function to return the ↵Vincent Richard1-6/+13
current UID validity.
2013-07-18Reworked IMAP event notification code.Vincent Richard1-226/+108
2013-07-17Code cleanup. Store error log in parsed response to avoid accessing parser ↵Vincent Richard1-91/+51
internal data.
2013-07-16Fixed status update. Prevent opening the same folder two times in a session.Vincent Richard1-153/+27
2013-07-16Added basic support for IMAP CONDSTORE extension.Vincent Richard1-70/+115
Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
2013-07-11Updated IMAP parser to support STATUS response extensions.Vincent Richard1-9/+9
2013-06-12Homogeneous use of vmime::string.Vincent Richard1-1/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-1/+1
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard1-0/+10
selection of platform handler.
2012-07-28Added functions to get messages by UID (IMAP only for now).Vincent Richard1-3/+106
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+2
2012-04-05Added function to retrieve sequence numbers of messages whose UID is greater ↵Vincent Richard1-0/+56
or equal than a specified UID (thanks to Zahi Mashael).
2009-11-30Added block size on sockets to allow different buffer size for SSL.Vincent Richard1-1/+5
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-10-12Fixed compilation warnings.Vincent Richard1-8/+8
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard1-3/+7
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-11-08Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard1-0/+20
2006-04-23Folder deletion.Vincent Richard1-0/+37
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-57/+101
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2006-01-15Implemented IMAP multi-fetching.Vincent Richard1-4/+64
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard1-4/+4
2005-09-17Updated FSF address.Vincent Richard1-3/+3
2005-09-17SASL authentication.Vincent Richard1-1/+1
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-8/+8
2005-07-25Added FETCH_IMPORTANCE flag.Vincent Richard1-1/+2
2005-07-23Fixed getMessages().Vincent Richard1-1/+6
2005-07-12Reference counting and smart pointers.Vincent Richard1-83/+113
2005-05-19Fixed bug in subfolders enumeration.Vincent Richard1-2/+13
2005-05-03Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard1-1/+1
2005-04-28Sendmail implementation + filtered streams.Vincent Richard1-3/+3
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard1-6/+8
2005-03-18Updated VMime website URL.Vincent Richard1-1/+1
2005-01-03Changed year to 2005 in copyright header.Vincent Richard1-1/+1
2005-01-02Added unit tests for 'utility::path'.Vincent Richard1-2/+2
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard1-9/+9
2004-12-26Removed relative paths from #include's.Vincent Richard1-8/+10
2004-12-22Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵Vincent Richard1-2/+6
maildir/IMAP.
2004-12-22Notify direct and indirect sub-folders when renaming an IMAP folder.Vincent Richard1-1/+10
2004-12-22Notification when renaming IMAP folder.Vincent Richard1-0/+14