index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2004-12-20
Added component::getChildComponents() function.
Vincent Richard
36
-0
/
+206
2004-12-20
Exception chaining in create().
Vincent Richard
1
-1
/
+8
2004-12-20
Changed permissions when creating file/directory.
Vincent Richard
1
-2
/
+2
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
3
-18
/
+62
2004-12-19
Moved code from 'exception.hpp' to 'exception.cpp' + new features for excepti...
Vincent Richard
2
-118
/
+875
2004-12-18
Added #ifdefs's to fix bugs when compiling without messaging or file-system s...
Vincent Richard
2
-2
/
+15
2004-12-18
Added #ifdefs's to fix bugs when compiling without messaging or file-system s...
Vincent Richard
2
-0
/
+12
2004-12-18
Default platform handlers (currently only POSIX).
Vincent Richard
6
-0
/
+1211
2004-12-17
Added appendComponent() and getComponentAt() functions.
Vincent Richard
2
-0
/
+38
2004-12-17
Fixed bugs with message count notification.
Vincent Richard
3
-13
/
+64
2004-12-17
Updated function doc.
Vincent Richard
1
-1
/
+2
2004-12-17
Folder names can not contain '.' in maildirStore::isValidFolderName().
Vincent Richard
1
-1
/
+2
2004-12-17
Updated function doc.
Vincent Richard
1
-0
/
+3
2004-12-17
Added @throw in function doc.
Vincent Richard
1
-0
/
+4
2004-12-16
Added store::isValidFolderName().
Vincent Richard
7
-0
/
+32
2004-12-16
Added isValidPath() in fileSystemFactory.
Vincent Richard
3
-4
/
+26
2004-12-16
Missing '= 0' on pure virtual function.
Vincent Richard
1
-8
/
+22
2004-12-16
Working on 'maildir' implementation.
Vincent Richard
2
-3
/
+80
2004-12-16
Added skip() method on inputStream.
Vincent Richard
2
-0
/
+58
2004-12-15
Working on 'maildir' implementation.
Vincent Richard
7
-65
/
+269
2004-12-15
Added parsing bounds on 'component'.
Vincent Richard
20
-0
/
+107
2004-12-15
Working on 'maildir' implementation.
Vincent Richard
4
-191
/
+82
2004-12-13
Fixed bug with g++ <= 3.2.
Vincent Richard
1
-0
/
+8
2004-12-10
Working on 'maildir' implementation.
Vincent Richard
2
-2
/
+214
2004-12-08
Fixed compilation problems with g++ < 3.4.
Vincent Richard
2
-3
/
+6
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
2
-0
/
+18
2004-11-07
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex...
Vincent Richard
9
-564
/
+579
2004-11-06
Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore).
Vincent Richard
1
-1
/
+1
2004-11-06
Fixed bug with white-space in email address.
Vincent Richard
1
-2
/
+16
2004-10-26
Fixed operator==().
Vincent Richard
1
-2
/
+2
2004-10-25
Fixed a typo in Doxygen comment (<).
Vincent Richard
1
-1
/
+1
2004-10-25
Fixed comment for Doxygen.
Vincent Richard
1
-1
/
+1
2004-10-25
Added appendAttachment(), an alias for attach().
Vincent Richard
2
-0
/
+13
2004-10-25
Added non-const versions of getRecipients(), getCopyRecipients() and getBindC...
Vincent Richard
2
-0
/
+36
2004-10-25
Added specialization for typeAdapter <string>::parse() as it took only the fi...
Vincent Richard
2
-0
/
+44
2004-10-21
Refactoring (see ChangeLog).
Vincent Richard
169
-5201
/
+6373
2004-10-07
Fixed a bug when parsing a mailbox with no explicit email address (should be ...
Vincent Richard
1
-2
/
+12
2004-10-06
Added FLAG_PASSED message flag to indicate a forwarded message (used in maild...
Vincent Richard
1
-0
/
+1
2004-10-06
Adding functions in 'header' object to retrieve a list of fields by name/type
Laurent Richard
2
-6
/
+48
2004-10-05
Fixed possible bug in destructor, when parent folder is closed before destroy...
Vincent Richard
1
-1
/
+3
2004-10-05
Changed meaning of "path" portion in a URL. This does not specify the root pa...
Vincent Richard
2
-5
/
+6
[prev]
[next]