aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPStore.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-267/+0
| | | | build.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-19/+22
|
* Added required includes for MSVC.Vincent Richard2013-09-081-0/+1
|
* Code cleanup. Store error log in parsed response to avoid accessing parser ↵Vincent Richard2013-07-171-1/+1
| | | | internal data.
* Dispatch NOOP commands on open folders only.Vincent Richard2013-07-161-1/+2
|
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-0/+13
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+10
| | | | selection of platform handler.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-5/+5
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-1/+1
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-4/+6
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-291-7/+25
| | | | retrieve information about the connection.
* Added TLS/SSL support.Vincent Richard2005-10-031-62/+11
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* SASL authentication.Vincent Richard2005-09-171-61/+19
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+308