aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-219-188/+189
* Custom fetch attributes.Vincent Richard2013-11-142-18/+18
* TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard2013-09-211-4/+6
* Added required includes for MSVC.Vincent Richard2013-09-081-0/+1
* Fixed segfault at POP3 connection error.Vincent Richard2013-08-161-10/+17
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-262-153/+52
* Reworked IMAP event notification code.Vincent Richard2013-07-182-15/+41
* Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...Vincent Richard2013-07-161-4/+4
* Added basic support for IMAP CONDSTORE extension.Vincent Richard2013-07-163-4/+90
* Fixed invalid cast.Vincent Richard2013-06-181-1/+1
* Re-issue CAPA command once TLS has been started (POP3, IMAP).Vincent Richard2013-06-171-2/+26
* Homogeneous use of vmime::string.Vincent Richard2013-06-121-1/+1
* Moved POP3 connection-related things to POP3Connection object.Vincent Richard2013-06-126-550/+709
* Moved POP3 client command related things to POP3Command class.Vincent Richard2013-06-114-73/+274
* Trim first line of POP3 response to get rid of CR, if any.Vincent Richard2013-02-131-2/+2
* Renamed TYPE_BOOL to avoid name collision on MacOS.Vincent Richard2013-01-151-8/+8
* Updated copyright year and maintainer email address.Vincent Richard2013-01-107-7/+7
* Trivial 64-bit warning fixes.Vincent Richard2012-12-123-4/+4
* Moved POP3 response receiving and parsing to a separate class.Vincent Richard2012-12-065-406/+529
* Fixed progression notification when message size is lower than 64K.Vincent Richard2012-12-051-9/+10
* Use message size for progress listener.Vincent Richard2012-11-301-7/+1
* 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 selec...Vincent Richard2012-11-016-0/+56
* Added functions to get messages by UID (IMAP only for now).Vincent Richard2012-07-281-0/+12
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-142-0/+3
* Added function to retrieve sequence numbers of messages whose UID is greater ...Vincent Richard2012-04-051-0/+6
* Connection time out.Vincent Richard2010-08-051-1/+1
* Added helper function to construct parsed message from net message. Splitted ...Vincent Richard2010-05-181-0/+14
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-066-12/+12
* Fixed compilation warnings.Vincent Richard2008-10-123-21/+21
* Changed copyright year to 2008.Vincent Richard2008-01-046-6/+6
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-276-18/+42
* Changed copyright year to 2007.Vincent Richard2007-01-016-6/+6
* Check for space/tab instead of using isspace().Vincent Richard2006-11-241-1/+1
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-081-0/+10
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-3/+3
* Folder deletion.Vincent Richard2006-04-231-0/+6
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-2/+2
* Clean up.Vincent Richard2006-04-052-38/+74
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-293-85/+130
* 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-055-5/+5
* Added service::isSecuredConnection() and service::getConnectionInfos() to ret...Vincent Richard2006-01-291-3/+33
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-063-9/+9
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-042-13/+2
* Added service::setSocketFactory().Vincent Richard2005-10-042-11/+5
* Added TLS/SSL support.Vincent Richard2005-10-033-69/+327
* Updated FSF address.Vincent Richard2005-09-173-9/+9
* SASL authentication.Vincent Richard2005-09-171-68/+358