index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
messaging
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
29
-9683
/
+0
|
*
Added FETCH_IMPORTANCE flag.
Vincent Richard
2005-07-25
6
-11
/
+40
|
*
Fixed some doc + getHeader() now returns a ref.
Vincent Richard
2005-07-24
3
-36
/
+28
|
*
Removed implicit conversion to T* for smart pointers.
Vincent Richard
2005-07-24
1
-1
/
+1
|
*
Fixed getMessages().
Vincent Richard
2005-07-23
3
-4
/
+15
|
*
Fixed a bug when destroying an unconnected IMAP service.
Vincent Richard
2005-07-21
1
-3
/
+6
|
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
21
-444
/
+468
|
*
Fixed compilation errors with g++ 4.0.
Vincent Richard
2005-06-21
1
-1
/
+1
|
*
Fixed multi-line terminator spanning on multiple incoming packets.
Vincent Richard
2005-06-16
1
-38
/
+20
|
*
Added 'peek' parameter to extract() and extractPart().
Vincent Richard
2005-05-27
3
-14
/
+24
|
*
Fixed bug in subfolders enumeration.
Vincent Richard
2005-05-19
1
-2
/
+13
|
*
Service properties enhancement.
Vincent Richard
2005-05-15
7
-96
/
+386
|
*
Fixed missing space in STATUS command + parse error in 'status_info'.
Vincent Richard
2005-05-03
1
-1
/
+1
|
*
Added 'childProcess'.
Vincent Richard
2005-04-30
1
-195
/
+16
|
*
Sendmail implementation + filtered streams.
Vincent Richard
2005-04-28
11
-82
/
+429
|
*
Ignore filenames starting with '.' for message files.
Vincent Richard
2005-04-27
2
-2
/
+20
|
*
Added missing case when replacing '.' in send().
Vincent Richard
2005-04-26
1
-1
/
+13
|
*
Moved generic implementation of send() to 'transport'.
Vincent Richard
2005-04-26
2
-72
/
+116
|
*
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Vincent Richard
2005-04-14
4
-404
/
+4
|
*
Moved IMAP, POP3, maildir and SMTP files to separate namespaces.
Vincent Richard
2005-04-03
15
-50
/
+78
|
*
Fixed POP3Store::sendPacket() for some servers.
Vincent Richard
2005-03-28
1
-2
/
+4
|
*
Added POP3 notifications.
Vincent Richard
2005-03-23
2
-2
/
+68
|
*
Fixed multiple bugs in POP3 protocol.
Vincent Richard
2005-03-23
2
-45
/
+129
|
*
Updated VMime website URL.
Vincent Richard
2005-03-18
28
-28
/
+28
|
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
2
-2
/
+2
|
*
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
-195
/
+218
|
*
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
|
[next]