aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Store.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-240/+0
| | | | build.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-18/+19
|
* Moved POP3 connection-related things to POP3Connection object.Vincent Richard2013-06-121-514/+29
|
* Moved POP3 client command related things to POP3Command class.Vincent Richard2013-06-111-24/+32
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-1/+1
|
* Moved POP3 response receiving and parsing to a separate class.Vincent Richard2012-12-061-336/+34
|
* Fixed progression notification when message size is lower than 64K.Vincent Richard2012-12-051-9/+10
|
* Trivial 64-bit warning fixes.Vincent Richard2012-11-291-4/+4
|
* 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/+9
| | | | selection of platform handler.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+1
|
* Connection time out.Vincent Richard2010-08-051-1/+1
|
* 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-10/+10
|
* 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
|
* Check for space/tab instead of using isspace().Vincent Richard2006-11-241-1/+1
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-3/+3
|
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-2/+2
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-3/+6
|
* 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-3/+33
| | | | retrieve information about the connection.
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-4/+4
|
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-041-7/+2
|
* Added service::setSocketFactory().Vincent Richard2005-10-041-8/+5
|
* Added TLS/SSL support.Vincent Richard2005-10-031-69/+122
|
* Updated FSF address.Vincent Richard2005-09-171-3/+3
|
* SASL authentication.Vincent Richard2005-09-171-68/+358
|
* New namespace for message digest algorithms.Vincent Richard2005-09-061-3/+8
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-0/+630