index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
maildir
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
11
-3557
/
+0
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
7
-48
/
+48
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
10
-252
/
+250
2013-11-14
Custom fetch attributes.
Vincent Richard
2
-18
/
+19
2013-07-26
Allow messages to be designated either by their number or their UID.
Vincent Richard
3
-278
/
+136
2013-07-18
Reworked IMAP event notification code.
Vincent Richard
2
-39
/
+73
2013-07-16
Renamed net::*{part|structure} to net::*message{Part|Structure}. Splitted cod...
Vincent Richard
3
-194
/
+262
2013-07-16
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
3
-6
/
+90
2013-06-12
Homogeneous use of vmime::string.
Vincent Richard
1
-1
/
+1
2013-02-22
Fixed comparison always true.
Vincent Richard
1
-2
/
+2
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
8
-8
/
+8
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
3
-10
/
+10
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
8
-1
/
+77
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
/
+5
2012-04-05
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
1
-0
/
+6
2010-10-19
Added support for DRAFT flag.
Vincent Richard
1
-0
/
+2
2010-05-18
Added helper function to construct parsed message from net message. Splitted ...
Vincent Richard
1
-0
/
+14
2010-02-01
Fixed memory leak.
Vincent Richard
1
-1
/
+1
2009-12-08
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
5
-22
/
+22
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
8
-16
/
+16
2009-07-11
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...
Vincent Richard
2
-12
/
+23
2009-06-21
Include hostname in message id (ensure unicity when working on a network file...
Vincent Richard
1
-0
/
+3
2009-06-21
Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).
Vincent Richard
1
-0
/
+2
2008-10-12
Fixed compilation warnings.
Vincent Richard
6
-35
/
+35
2008-01-04
Changed copyright year to 2008.
Vincent Richard
8
-8
/
+8
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
7
-17
/
+37
2007-03-22
Added support for Courier maildir format.
Vincent Richard
6
-213
/
+994
2007-01-01
Changed copyright year to 2007.
Vincent Richard
5
-5
/
+5
2006-11-08
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
1
-0
/
+1
2006-10-11
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
4
-21
/
+20
2006-04-23
Folder deletion.
Vincent Richard
2
-0
/
+77
2006-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
4
-96
/
+149
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
-0
/
+14
2006-01-10
Fixed bug when fetching structure.
Vincent Richard
1
-13
/
+25
2006-01-10
Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+2
2006-01-08
Recognize deleted messages not yet expunged (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+10
2006-01-07
Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).
Vincent Richard
1
-3
/
+3
2005-11-27
Fixed problem with maildir and ':' in filename on Windows.
Vincent Richard
1
-5
/
+32
2005-10-06
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2
-7
/
+7
2005-10-03
Added TLS/SSL support.
Vincent Richard
2
-35
/
+71
2005-09-17
Updated FSF address.
Vincent Richard
4
-12
/
+12
2005-09-17
SASL authentication.
Vincent Richard
1
-4
/
+11
2005-09-02
Updated code to use smart pointers.
Vincent Richard
1
-35
/
+33
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
4
-0
/
+2350