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