index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
imap
/
IMAPConnection.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
1
-814
/
+0
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
1
-5
/
+5
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-48
/
+48
*
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
2013-09-21
1
-4
/
+6
*
Removed useless accessors.
Vincent Richard
2013-07-17
1
-12
/
+0
*
Code cleanup. Store error log in parsed response to avoid accessing parser in...
Vincent Richard
2013-07-17
1
-5
/
+5
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
1
-22
/
+81
*
Fixed IMAP tag not incrementing.
Vincent Richard
2013-07-15
1
-3
/
+3
*
Re-issue CAPA command once TLS has been started (POP3, IMAP).
Vincent Richard
2013-06-17
1
-2
/
+26
*
Do not increment tag after sending command (parser needs current tag).
Vincent Richard
2013-05-13
1
-4
/
+7
*
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2013-04-26
1
-4
/
+3
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-11-29
1
-2
/
+2
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
1
-2
/
+2
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
1
-0
/
+10
*
Connection time out.
Vincent Richard
2010-08-05
1
-1
/
+1
*
Use STARTTLS for additional connections (thanks to Andrei).
Vincent Richard
2010-05-04
1
-1
/
+1
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
1
-0
/
+6
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-4
/
+5
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
1
-3
/
+7
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-1
/
+1
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
1
-2
/
+2
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
1
-18
/
+20
*
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
Vincent Richard
2006-02-09
1
-1
/
+1
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Added service::isSecuredConnection() and service::getConnectionInfos() to ret...
Vincent Richard
2006-01-29
1
-2
/
+32
*
Fixed bug when reading CAPABILITY/LIST responses.
Vincent Richard
2006-01-15
1
-17
/
+20
*
Fixed bug when connecting to IMAP with default authenticator.
Vincent Richard
2005-12-02
1
-1
/
+1
*
Added service::setTimeoutHandlerFactory().
Vincent Richard
2005-10-04
1
-7
/
+2
*
Added service::setSocketFactory().
Vincent Richard
2005-10-04
1
-4
/
+1
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
1
-3
/
+109
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+3
*
SASL authentication.
Vincent Richard
2005-09-17
1
-20
/
+292
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-0
/
+313