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