index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
maildir
/
maildirFolder.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
-1254
/
+0
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
1
-7
/
+7
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-120
/
+118
*
Custom fetch attributes.
Vincent Richard
2013-11-14
1
-5
/
+6
*
Allow messages to be designated either by their number or their UID.
Vincent Richard
2013-07-26
1
-277
/
+103
*
Reworked IMAP event notification code.
Vincent Richard
2013-07-18
1
-39
/
+52
*
Added basic support for IMAP CONDSTORE extension.
Vincent Richard
2013-07-16
1
-5
/
+22
*
Homogeneous use of vmime::string.
Vincent Richard
2013-06-12
1
-1
/
+1
*
Fixed comparison always true.
Vincent Richard
2013-02-22
1
-2
/
+2
*
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
-2
/
+2
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
1
-0
/
+10
*
Added functions to get messages by UID (IMAP only for now).
Vincent Richard
2012-07-28
1
-0
/
+12
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+3
*
Added function to retrieve sequence numbers of messages whose UID is greater ...
Vincent Richard
2012-04-05
1
-0
/
+6
*
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
2009-12-08
1
-6
/
+6
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...
Vincent Richard
2009-07-11
1
-8
/
+13
*
Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).
Vincent Richard
2009-06-21
1
-0
/
+2
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-7
/
+7
*
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
*
Added support for Courier maildir format.
Vincent Richard
2007-03-22
1
-152
/
+36
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-13
/
+13
*
Folder deletion.
Vincent Richard
2006-04-23
1
-0
/
+36
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
1
-77
/
+119
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Recognize deleted messages not yet expunged (thanks to Benjamin Biron).
Vincent Richard
2006-01-08
1
-2
/
+10
*
Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).
Vincent Richard
2006-01-07
1
-3
/
+3
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
1
-4
/
+4
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+3
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-0
/
+1387