index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
pop3
/
POP3Store.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
-240
/
+0
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-18
/
+19
*
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
2013-06-12
1
-514
/
+29
*
Moved POP3 client command related things to POP3Command class.
Vincent Richard
2013-06-11
1
-24
/
+32
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
1
-1
/
+1
*
Moved POP3 response receiving and parsing to a separate class.
Vincent Richard
2012-12-06
1
-336
/
+34
*
Fixed progression notification when message size is lower than 64K.
Vincent Richard
2012-12-05
1
-9
/
+10
*
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
1
-0
/
+9
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+1
*
Connection time out.
Vincent Richard
2010-08-05
1
-1
/
+1
*
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
-10
/
+10
*
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
*
Check for space/tab instead of using isspace().
Vincent Richard
2006-11-24
1
-1
/
+1
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-3
/
+3
*
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
-3
/
+6
*
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
-3
/
+33
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
1
-4
/
+4
*
Added service::setTimeoutHandlerFactory().
Vincent Richard
2005-10-04
1
-7
/
+2
*
Added service::setSocketFactory().
Vincent Richard
2005-10-04
1
-8
/
+5
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
1
-69
/
+122
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+3
*
SASL authentication.
Vincent Richard
2005-09-17
1
-68
/
+358
*
New namespace for message digest algorithms.
Vincent Richard
2005-09-06
1
-3
/
+8
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-0
/
+630