index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
messaging
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2004-12-21
Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ↵
Vincent Richard
3
-3
/
+30
'cur' + new functions random::getString() and maildirUtils::generateId().
2004-12-20
Exception chaining in create().
Vincent Richard
1
-1
/
+8
2004-12-19
More details in function doc.
Vincent Richard
1
-2
/
+4
2004-12-19
Fixed memory leaks.
Vincent Richard
2
-4
/
+40
2004-12-19
Do not use std::remove() for removing elements from std::vector...
Vincent Richard
2
-2
/
+10
2004-12-19
Fixed warning when compiling.
Vincent Richard
1
-1
/
+1
2004-12-19
Fixed bugs.
Vincent Richard
1
-8
/
+21
2004-12-19
Fixed bug with message index in getMessageFSPath().
Vincent Richard
1
-1
/
+1
2004-12-19
Fixed bugs in scanFolder() and fileIterator.
Vincent Richard
1
-14
/
+35
2004-12-17
Fixed bugs with message count notification.
Vincent Richard
3
-13
/
+64
2004-12-17
Folder names can not contain '.' in maildirStore::isValidFolderName().
Vincent Richard
1
-1
/
+2
2004-12-16
Added store::isValidFolderName().
Vincent Richard
7
-0
/
+32
2004-12-16
Added isValidPath() in fileSystemFactory.
Vincent Richard
1
-0
/
+3
2004-12-16
Working on 'maildir' implementation.
Vincent Richard
2
-3
/
+80
2004-12-15
Working on 'maildir' implementation.
Vincent Richard
7
-65
/
+269
2004-12-15
Working on 'maildir' implementation.
Vincent Richard
4
-191
/
+82
2004-12-10
Working on 'maildir' implementation.
Vincent Richard
2
-2
/
+214
2004-12-04
Flags must be stored in ASCII order.
Vincent Richard
1
-2
/
+2
2004-12-04
Working on 'maildir' implementation.
Vincent Richard
6
-30
/
+184
2004-12-04
Some update for 'maildir' protocol.
Vincent Richard
5
-43
/
+357
2004-11-14
Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).
Vincent Richard
1
-0
/
+2
2004-11-07
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵
Vincent Richard
1
-2
/
+2
"text.cpp".
2004-10-21
Refactoring (see ChangeLog).
Vincent Richard
44
-550
/
+972
2004-10-06
Added FLAG_PASSED message flag to indicate a forwarded message (used in ↵
Vincent Richard
1
-0
/
+1
maildir).
2004-10-05
Fixed possible bug in destructor, when parent folder is closed before ↵
Vincent Richard
1
-1
/
+3
destroying the message.
2004-10-05
Changed meaning of "path" portion in a URL. This does not specify the root ↵
Vincent Richard
2
-5
/
+6
path for "maildir" protocol anymore; instead the "server.rootpath" property is used. The "path" portion can be used to point a specific folder into a mail store (empty = root folder).
[prev]