index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
imap
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
10
-265
/
+267
*
Custom fetch attributes.
Vincent Richard
2013-11-14
3
-18
/
+24
*
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
3
-0
/
+7
*
Fixed missing space in command.
Vincent Richard
2013-08-16
1
-2
/
+2
*
Fixed isEmpty() test.
Vincent Richard
2013-08-16
1
-1
/
+1
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
3
-397
/
+182
*
Return real message UID from IMAP server. Added function to return the curren...
Vincent Richard
2013-07-21
3
-50
/
+17
*
Reworked IMAP event notification code.
Vincent Richard
2013-07-18
3
-361
/
+272
*
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
4
-99
/
+59
*
Dispatch NOOP commands on open folders only.
Vincent Richard
2013-07-16
1
-1
/
+2
*
Fixed status update. Prevent opening the same folder two times in a session.
Vincent Richard
2013-07-16
3
-177
/
+74
*
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
2013-07-16
4
-52
/
+53
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
6
-160
/
+405
*
Fixed IMAP tag not incrementing.
Vincent Richard
2013-07-15
1
-3
/
+3
*
Updated IMAP parser to support STATUS response extensions.
Vincent Richard
2013-07-11
1
-9
/
+9
*
Do not QP-encode CRLFs when content type is text.
Vincent Richard
2013-06-27
1
-0
/
+15
*
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
2
-2
/
+2
*
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
2
-5
/
+13
*
Fixed issue #37.
Vincent Richard
2013-04-26
1
-1
/
+1
*
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
2013-01-15
1
-4
/
+4
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
11
-11
/
+11
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
4
-8
/
+8
*
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
11
-1
/
+106
*
Fixed body part extraction (only body should be extracted).
Vincent Richard
2012-07-30
2
-11
/
+38
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
3
-16
/
+201
*
Fixed issue #10.
Vincent Richard
2012-07-06
1
-2
/
+0
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
3
-0
/
+7
*
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
2012-04-05
1
-0
/
+56
*
Added support for DRAFT flag.
Vincent Richard
2010-10-19
2
-1
/
+5
*
Fixed extraction of root part body.
Vincent Richard
2010-09-06
1
-2
/
+5
*
Connection time out.
Vincent Richard
2010-08-05
1
-1
/
+1
*
Improved automatic encoding selection. Added helper functions on body for set...
Vincent Richard
2010-05-23
1
-0
/
+6
*
Fixed case-sensitive include.
Vincent Richard
2010-05-20
1
-1
/
+1
*
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
2010-05-18
4
-197
/
+522
*
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
2
-1
/
+11
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
8
-16
/
+16
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
6
-32
/
+34
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
8
-8
/
+8
*
Fixed bug in modified UTF-7 encoding.
Vincent Richard
2007-07-09
1
-46
/
+95
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
8
-24
/
+56
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
8
-8
/
+8
*
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2006-11-08
3
-0
/
+33
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
2
-2
/
+2
[next]