aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmime/net/imap/IMAPMessage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #255 from jacadcaps/weak_ptr-checksVincent Richard2021-03-241-2/+15
|\
| * CosmeticsJacek Piszczek2021-03-241-1/+1
| * Ensure disconnect() method always disconnect the underlying sockets.Jacek Piszczek2021-03-241-3/+16
* | Fixed an ENVELOPE ReplyTo handling regressionJacek Piszczek2021-03-151-1/+1
|/
* Simplified IMAP parser objects.Vincent Richard2019-07-201-31/+26
* Code style and clarity.Vincent Richard2018-09-051-293/+348
* Removed useless 'constCast's.Vincent Richard2018-08-181-2/+2
* Avoid copy by passing shared_ptr<> with const reference.Vincent Richard2018-08-181-7/+7
* Emulate extraction of header+body for a specific part (IMAP).Vincent Richard2017-01-121-9/+64
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-231-6/+6
* Issue #126: don't use deprecated 'auto_ptr' on C++11.Vincent Richard2016-03-131-1/+1
* Don't throw in destructor.Vincent Richard2014-11-021-3/+10
* IMAP commands.Vincent Richard2014-03-151-19/+21
* Fixed extraction of message parts in IMAP.Vincent Richard2014-02-081-3/+0
* IMAPMessage::processFetchResponse was attempting to set Cc and Bcc header fie...tholdawa2014-01-221-2/+2
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-0/+649