aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPFolderStatus.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-307/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-12/+24
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-2/+2
|
* Reworked IMAP event notification code.Vincent Richard2013-07-181-25/+140
|
* Fixed status update. Prevent opening the same folder two times in a session.Vincent Richard2013-07-161-23/+45
|
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-0/+158
Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.