aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/imap/IMAPConnection.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-814/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-5/+5
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-48/+48
|
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-211-4/+6
|
* Removed useless accessors.Vincent Richard2013-07-171-12/+0
|
* Code cleanup. Store error log in parsed response to avoid accessing parser ↵Vincent Richard2013-07-171-5/+5
| | | | internal data.
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-161-22/+81
| | | | | Process CAPABILITY in IMAP greeting response. Renamed getUniqueId() to getUID() for consistency.
* Fixed IMAP tag not incrementing.Vincent Richard2013-07-151-3/+3
|
* Re-issue CAPA command once TLS has been started (POP3, IMAP).Vincent Richard2013-06-171-2/+26
|
* Do not increment tag after sending command (parser needs current tag).Vincent Richard2013-05-131-4/+7
|
* Added unit tests for IMAPTag. Initialize sequence number at 1.Vincent Richard2013-04-261-4/+3
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Trivial 64-bit warning fixes.Vincent Richard2012-11-291-2/+2
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-2/+2
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+10
| | | | selection of platform handler.
* Connection time out.Vincent Richard2010-08-051-1/+1
|
* Use STARTTLS for additional connections (thanks to Andrei).Vincent Richard2010-05-041-1/+1
|
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-0/+6
|
* 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-4/+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
|
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-2/+2
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-18/+20
|
* Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).Vincent Richard2006-02-091-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-291-2/+32
| | | | retrieve information about the connection.
* Fixed bug when reading CAPABILITY/LIST responses.Vincent Richard2006-01-151-17/+20
|
* Fixed bug when connecting to IMAP with default authenticator.Vincent Richard2005-12-021-1/+1
|
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-041-7/+2
|
* Added service::setSocketFactory().Vincent Richard2005-10-041-4/+1
|
* Added TLS/SSL support.Vincent Richard2005-10-031-3/+109
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* SASL authentication.Vincent Richard2005-09-171-20/+292
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+313