Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-25 | Fixed build | Jacek Piszczek | 1 | -1/+4 | |
2021-03-24 | Added missing includes | Jacek Piszczek | 1 | -0/+2 | |
2021-03-24 | Process Message-ID and In-Reply-To in EVELOPE | Jacek Piszczek | 1 | -0/+10 | |
2021-03-24 | Cosmetics | Jacek Piszczek | 1 | -1/+1 | |
2021-03-24 | Ensure disconnect() method always disconnect the underlying sockets. | Jacek Piszczek | 1 | -3/+16 | |
Added additional checks after weak pointer locks. | |||||
2021-03-15 | Fixed an ENVELOPE ReplyTo handling regression | Jacek Piszczek | 1 | -1/+1 | |
2019-07-20 | Simplified IMAP parser objects. | Vincent Richard | 1 | -31/+26 | |
2018-09-05 | Code style and clarity. | Vincent Richard | 1 | -293/+348 | |
2018-08-18 | Removed useless 'constCast's. | Vincent Richard | 1 | -2/+2 | |
2018-08-18 | Avoid copy by passing shared_ptr<> with const reference. | Vincent Richard | 1 | -7/+7 | |
2017-01-12 | Emulate extraction of header+body for a specific part (IMAP). | Vincent Richard | 1 | -9/+64 | |
2016-03-23 | Issue #126: fixed warnings about sign mismatch. | Vincent Richard | 1 | -6/+6 | |
2016-03-13 | Issue #126: don't use deprecated 'auto_ptr' on C++11. | Vincent Richard | 1 | -1/+1 | |
2014-11-02 | Don't throw in destructor. | Vincent Richard | 1 | -3/+10 | |
2014-03-15 | IMAP commands. | Vincent Richard | 1 | -19/+21 | |
2014-02-08 | Fixed extraction of message parts in IMAP. | Vincent Richard | 1 | -3/+0 | |
2014-01-22 | IMAPMessage::processFetchResponse was attempting to set Cc and Bcc header ↵ | tholdawa | 1 | -2/+2 | |
fields to values of type mailboxList. HeaderFieldFactory registers these fields as type adddressList, so a bad_field_value_type exception was thrown when processing a fetch response for a message with either Cc or Bcc fields. Fixed by calling toAddressList on the mailboxList header field values to convert them to expected type. | |||||
2013-12-29 | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 1 | -0/+0 | |
build. | |||||
2013-12-10 | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 1 | -14/+25 | |
byte_t...). Minor warning fixes. | |||||
2013-11-21 | Boost/C++11 shared pointers. | Vincent Richard | 1 | -49/+49 | |
2013-11-14 | Custom fetch attributes. | Vincent Richard | 1 | -4/+5 | |
2013-07-26 | Allow messages to be designated either by their number or their UID. | Vincent Richard | 1 | -1/+4 | |
Warning: this is an API-breaking change. | |||||
2013-07-21 | Return real message UID from IMAP server. Added function to return the ↵ | Vincent Richard | 1 | -2/+2 | |
current UID validity. | |||||
2013-07-18 | Reworked IMAP event notification code. | Vincent Richard | 1 | -110/+24 | |
2013-07-17 | Code cleanup. Store error log in parsed response to avoid accessing parser ↵ | Vincent Richard | 1 | -2/+2 | |
internal data. | |||||
2013-07-16 | Fixed status update. Prevent opening the same folder two times in a session. | Vincent Richard | 1 | -1/+2 | |
2013-07-16 | Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted ↵ | Vincent Richard | 1 | -16/+17 | |
code in multiple files. | |||||
2013-07-16 | Added basic support for IMAP CONDSTORE extension. | Vincent Richard | 1 | -59/+21 | |
Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency. | |||||
2013-04-26 | Fixed issue #37. | Vincent Richard | 1 | -1/+1 | |
2013-01-10 | Updated copyright year and maintainer email address. | Vincent Richard | 1 | -1/+1 | |
2012-12-12 | Trivial 64-bit warning fixes. | Vincent Richard | 1 | -2/+2 | |
2012-11-01 | Migrated build system to CMake. Conditional file compilation. Automatic ↵ | Vincent Richard | 1 | -1/+10 | |
selection of platform handler. | |||||
2012-07-30 | Fixed body part extraction (only body should be extracted). | Vincent Richard | 1 | -9/+36 | |
2012-07-28 | Added functions to get messages by UID (IMAP only for now). | Vincent Richard | 1 | -11/+17 | |
2012-07-06 | Fixed issue #10. | Vincent Richard | 1 | -2/+0 | |
2012-04-14 | Split stream.hpp/.cpp into multiple source files. | Vincent Richard | 1 | -0/+2 | |
2010-10-19 | Added support for DRAFT flag. | Vincent Richard | 1 | -0/+1 | |
2010-09-06 | Fixed extraction of root part body. | Vincent Richard | 1 | -2/+5 | |
2010-05-18 | Added helper function to construct parsed message from net message. Splitted ↵ | Vincent Richard | 1 | -197/+106 | |
IMAP source files. | |||||
2009-09-06 | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 1 | -2/+2 | |
2008-10-12 | Fixed compilation warnings. | Vincent Richard | 1 | -7/+8 | |
2008-01-04 | Changed copyright year to 2008. | Vincent Richard | 1 | -1/+1 | |
2007-03-27 | Fixed typo in the copyright header, and added missing paragraph about linking. | Vincent Richard | 1 | -3/+7 | |
2007-01-01 | Changed copyright year to 2007. | Vincent Richard | 1 | -1/+1 | |
2006-11-08 | Imbue classic 'C' locale for the output of message parts and protocol commands. | Vincent Richard | 1 | -0/+6 | |
2006-04-05 | Clean up. | Vincent Richard | 1 | -25/+6 | |
2006-03-29 | Refactored and cleaned up smart pointers. | Vincent Richard | 1 | -29/+44 | |
2006-02-05 | Changed copyright year to 2006. | Vincent Richard | 1 | -1/+1 | |
2006-01-15 | Implemented IMAP multi-fetching. | Vincent Richard | 1 | -72/+5 | |
2005-10-06 | Renamed 'progressionListener' to 'progressListener'. | Vincent Richard | 1 | -5/+5 | |