index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
messaging
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Removed 'singleton' and 'singletonManager' classes.
Vincent Richard
2005-03-14
1
-0
/
+7
|
*
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2005-02-05
2
-2
/
+3
|
*
Prefixed function names with 'get' + written some doc for functions.
Vincent Richard
2005-01-13
1
-12
/
+12
|
*
Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵
Vincent Richard
2005-01-04
1
-1
/
+1
|
|
|
|
bug in 'posixSocket::connect()' when specifying an IP address.
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
28
-28
/
+28
|
*
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
Vincent Richard
2005-01-02
3
-4
/
+4
|
*
Added unit tests for 'utility::path'.
Vincent Richard
2005-01-02
3
-5
/
+8
|
*
Converted all C-style casts to C++-style casts + added unit test for ↵
Vincent Richard
2005-01-01
3
-3
/
+3
|
|
|
|
utility::md5.
*
Autotools and libtool support.
Vincent Richard
2004-12-30
1
-1
/
+1
|
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
62
-9105
/
+101
|
*
Allow creating a service from an URL.
Vincent Richard
2004-12-26
3
-6
/
+56
|
*
Fixed bug in URL parsing.
Vincent Richard
2004-12-26
1
-15
/
+23
|
*
Removed relative paths from #include's.
Vincent Richard
2004-12-26
58
-193
/
+216
|
*
When connecting, create root directory if it does not exists.
Vincent Richard
2004-12-23
1
-2
/
+20
|
*
Hide private class 'IMAPauthenticator' from class documentation.
Vincent Richard
2004-12-23
1
-0
/
+4
|
*
Removed unused 'POP3header' class.
Vincent Richard
2004-12-23
1
-15
/
+9
|
*
Some more class documentation.
Vincent Richard
2004-12-22
9
-16
/
+53
|
*
Added getCapabilities() on messaging::store.
Vincent Richard
2004-12-22
8
-9
/
+67
|
*
Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵
Vincent Richard
2004-12-22
3
-23
/
+116
|
|
|
|
maildir/IMAP.
*
Notify direct and indirect sub-folders when renaming an IMAP folder.
Vincent Richard
2004-12-22
1
-1
/
+10
|
*
Notification when renaming IMAP folder.
Vincent Richard
2004-12-22
1
-0
/
+14
|
*
Typo in function doc.
Vincent Richard
2004-12-22
1
-1
/
+1
|
*
Done copyMessage() operation for 'maildir'.
Vincent Richard
2004-12-21
2
-54
/
+193
|
*
Done addMessage() operation for 'maildir'.
Vincent Richard
2004-12-21
1
-4
/
+132
|
*
Fixed notification when adding message to IMAP folder.
Vincent Richard
2004-12-21
1
-0
/
+13
|
*
Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ↵
Vincent Richard
2004-12-21
3
-3
/
+30
|
|
|
|
'cur' + new functions random::getString() and maildirUtils::generateId().
*
Exception chaining in create().
Vincent Richard
2004-12-20
1
-1
/
+8
|
*
More details in function doc.
Vincent Richard
2004-12-19
1
-2
/
+4
|
*
Fixed memory leaks.
Vincent Richard
2004-12-19
2
-4
/
+40
|
*
Do not use std::remove() for removing elements from std::vector...
Vincent Richard
2004-12-19
2
-2
/
+10
|
*
Fixed warning when compiling.
Vincent Richard
2004-12-19
1
-1
/
+1
|
*
Fixed bugs.
Vincent Richard
2004-12-19
1
-8
/
+21
|
*
Fixed bug with message index in getMessageFSPath().
Vincent Richard
2004-12-19
1
-1
/
+1
|
*
Fixed bugs in scanFolder() and fileIterator.
Vincent Richard
2004-12-19
1
-14
/
+35
|
*
Fixed bugs with message count notification.
Vincent Richard
2004-12-17
3
-13
/
+64
|
*
Folder names can not contain '.' in maildirStore::isValidFolderName().
Vincent Richard
2004-12-17
1
-1
/
+2
|
*
Added store::isValidFolderName().
Vincent Richard
2004-12-16
7
-0
/
+32
|
*
Added isValidPath() in fileSystemFactory.
Vincent Richard
2004-12-16
1
-0
/
+3
|
*
Working on 'maildir' implementation.
Vincent Richard
2004-12-16
2
-3
/
+80
|
*
Working on 'maildir' implementation.
Vincent Richard
2004-12-15
7
-65
/
+269
|
*
Working on 'maildir' implementation.
Vincent Richard
2004-12-15
4
-191
/
+82
|
*
Working on 'maildir' implementation.
Vincent Richard
2004-12-10
2
-2
/
+214
|
*
Flags must be stored in ASCII order.
Vincent Richard
2004-12-04
1
-2
/
+2
|
*
Working on 'maildir' implementation.
Vincent Richard
2004-12-04
6
-30
/
+184
|
*
Some update for 'maildir' protocol.
Vincent Richard
2004-12-04
5
-43
/
+357
|
*
Prevent from renaming 'INBOX' folder in IMAP (illegal_operation exception).
Vincent Richard
2004-11-14
1
-0
/
+2
|
*
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵
Vincent Richard
2004-11-07
1
-2
/
+2
|
|
|
|
"text.cpp".
*
Refactoring (see ChangeLog).
Vincent Richard
2004-10-21
44
-545
/
+967
|
*
Added FLAG_PASSED message flag to indicate a forwarded message (used in ↵
Vincent Richard
2004-10-06
1
-0
/
+1
|
|
|
|
maildir).
*
Fixed possible bug in destructor, when parent folder is closed before ↵
Vincent Richard
2004-10-05
1
-1
/
+3
|
|
|
|
destroying the message.
[next]