index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
pop3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
9
-188
/
+189
*
Custom fetch attributes.
Vincent Richard
2013-11-14
2
-18
/
+18
*
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
2013-09-21
1
-4
/
+6
*
Added required includes for MSVC.
Vincent Richard
2013-09-08
1
-0
/
+1
*
Fixed segfault at POP3 connection error.
Vincent Richard
2013-08-16
1
-10
/
+17
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
2
-153
/
+52
*
Reworked IMAP event notification code.
Vincent Richard
2013-07-18
2
-15
/
+41
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
2013-07-16
1
-4
/
+4
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
3
-4
/
+90
*
Fixed invalid cast.
Vincent Richard
2013-06-18
1
-1
/
+1
*
Re-issue CAPA command once TLS has been started (POP3, IMAP).
Vincent Richard
2013-06-17
1
-2
/
+26
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
1
-1
/
+1
*
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
2013-06-12
6
-550
/
+709
*
Moved POP3 client command related things to POP3Command class.
Vincent Richard
2013-06-11
4
-73
/
+274
*
Trim first line of POP3 response to get rid of CR, if any.
Vincent Richard
2013-02-13
1
-2
/
+2
*
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
2013-01-15
1
-8
/
+8
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
7
-7
/
+7
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
3
-4
/
+4
*
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
2012-12-06
5
-406
/
+529
*
Fixed progression notification when message size is lower than 64K.
Vincent Richard
2012-12-05
1
-9
/
+10
*
Use message size for progress listener.
Vincent Richard
2012-11-30
1
-7
/
+1
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-11-29
1
-4
/
+4
*
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
6
-0
/
+56
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
1
-0
/
+12
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
2
-0
/
+3
*
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
2012-04-05
1
-0
/
+6
*
Connection time out.
Vincent Richard
2010-08-05
1
-1
/
+1
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
1
-0
/
+14
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
6
-12
/
+12
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
3
-21
/
+21
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
6
-6
/
+6
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
6
-18
/
+42
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
6
-6
/
+6
*
Check for space/tab instead of using isspace().
Vincent Richard
2006-11-24
1
-1
/
+1
*
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2006-11-08
1
-0
/
+10
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-3
/
+3
*
Folder deletion.
Vincent Richard
2006-04-23
1
-0
/
+6
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
1
-2
/
+2
*
Clean up.
Vincent Richard
2006-04-05
2
-38
/
+74
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
3
-85
/
+130
*
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
5
-5
/
+5
*
Added service::isSecuredConnection() and service::getConnectionInfos() to ret...
Vincent Richard
2006-01-29
1
-3
/
+33
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
3
-9
/
+9
*
Added service::setTimeoutHandlerFactory().
Vincent Richard
2005-10-04
2
-13
/
+2
*
Added service::setSocketFactory().
Vincent Richard
2005-10-04
2
-11
/
+5
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
3
-69
/
+327
*
Updated FSF address.
Vincent Richard
2005-09-17
3
-9
/
+9
*
SASL authentication.
Vincent Richard
2005-09-17
1
-68
/
+358
[next]