Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #258 from jacadcaps/processFetchResponse | Vincent Richard | 2021-03-31 | 1 | -0/+15 |
|\ | | | | | Process Message-ID and In-Reply-To in ENVELOPE. | ||||
| * | Fixed build | Jacek Piszczek | 2021-03-25 | 1 | -1/+4 |
| | | |||||
| * | Added missing includes | Jacek Piszczek | 2021-03-24 | 1 | -0/+2 |
| | | |||||
| * | Process Message-ID and In-Reply-To in EVELOPE | Jacek Piszczek | 2021-03-24 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #255 from jacadcaps/weak_ptr-checks | Vincent Richard | 2021-03-24 | 1 | -2/+15 |
|\ \ | | | | | | | Weak ptr checks + forced socket disconnections. | ||||
| * | | Cosmetics | Jacek Piszczek | 2021-03-24 | 1 | -1/+1 |
| | | | |||||
| * | | Ensure disconnect() method always disconnect the underlying sockets. | Jacek Piszczek | 2021-03-24 | 1 | -3/+16 |
| |/ | | | | | | | Added additional checks after weak pointer locks. | ||||
* / | Fixed an ENVELOPE ReplyTo handling regression | Jacek Piszczek | 2021-03-15 | 1 | -1/+1 |
|/ | |||||
* | Simplified IMAP parser objects. | Vincent Richard | 2019-07-20 | 1 | -31/+26 |
| | |||||
* | Code style and clarity. | Vincent Richard | 2018-09-05 | 1 | -293/+348 |
| | |||||
* | Removed useless 'constCast's. | Vincent Richard | 2018-08-18 | 1 | -2/+2 |
| | |||||
* | Avoid copy by passing shared_ptr<> with const reference. | Vincent Richard | 2018-08-18 | 1 | -7/+7 |
| | |||||
* | Emulate extraction of header+body for a specific part (IMAP). | Vincent Richard | 2017-01-12 | 1 | -9/+64 |
| | |||||
* | Issue #126: fixed warnings about sign mismatch. | Vincent Richard | 2016-03-23 | 1 | -6/+6 |
| | |||||
* | Issue #126: don't use deprecated 'auto_ptr' on C++11. | Vincent Richard | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | Don't throw in destructor. | Vincent Richard | 2014-11-02 | 1 | -3/+10 |
| | |||||
* | IMAP commands. | Vincent Richard | 2014-03-15 | 1 | -19/+21 |
| | |||||
* | Fixed extraction of message parts in IMAP. | Vincent Richard | 2014-02-08 | 1 | -3/+0 |
| | |||||
* | IMAPMessage::processFetchResponse was attempting to set Cc and Bcc header ↵ | tholdawa | 2014-01-22 | 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. | ||||
* | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 2013-12-29 | 1 | -0/+649 |
build. |