index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
maildir
/
maildirUtils.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-3
/
+3
2013-07-26
Allow messages to be designated either by their number or their UID.
Vincent Richard
1
-0
/
+32
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
1
-1
/
+11
2010-10-19
Added support for DRAFT flag.
Vincent Richard
1
-0
/
+2
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
1
-2
/
+2
2009-07-11
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...
Vincent Richard
1
-4
/
+10
2009-06-21
Include hostname in message id (ensure unicity when working on a network file...
Vincent Richard
1
-0
/
+3
2008-10-12
Fixed compilation warnings.
Vincent Richard
1
-3
/
+3
2008-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
1
-3
/
+7
2007-03-22
Added support for Courier maildir format.
Vincent Richard
1
-61
/
+0
2007-01-01
Changed copyright year to 2007.
Vincent Richard
1
-1
/
+1
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
1
-1
/
+0
2006-04-23
Folder deletion.
Vincent Richard
1
-0
/
+41
2006-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
1
-1
/
+2
2006-02-05
Changed copyright year to 2006.
Vincent Richard
1
-1
/
+1
2005-11-27
Fixed problem with maildir and ':' in filename on Windows.
Vincent Richard
1
-5
/
+32
2005-09-17
Updated FSF address.
Vincent Richard
1
-3
/
+3
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
1
-4
/
+4
2005-07-12
Reference counting and smart pointers.
Vincent Richard
1
-1
/
+1
2005-04-27
Ignore filenames starting with '.' for message files.
Vincent Richard
1
-0
/
+14
2005-04-03
Moved IMAP, POP3, maildir and SMTP files to separate namespaces.
Vincent Richard
1
-2
/
+4
2005-03-18
Updated VMime website URL.
Vincent Richard
1
-1
/
+1
2005-01-03
Changed year to 2005 in copyright header.
Vincent Richard
1
-1
/
+1
2004-12-26
Moved all header files to 'vmime/' directory.
Vincent Richard
1
-3
/
+3
2004-12-26
Removed relative paths from #include's.
Vincent Richard
1
-3
/
+3
2004-12-21
Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ...
Vincent Richard
1
-1
/
+19
2004-12-15
Working on 'maildir' implementation.
Vincent Richard
1
-2
/
+2
2004-12-04
Flags must be stored in ASCII order.
Vincent Richard
1
-2
/
+2
2004-12-04
Working on 'maildir' implementation.
Vincent Richard
1
-7
/
+29
2004-12-04
Some update for 'maildir' protocol.
Vincent Richard
1
-3
/
+35
2004-10-21
Refactoring (see ChangeLog).
Vincent Richard
1
-9
/
+42