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
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
29
-9683
/
+0
2005-07-25
Added FETCH_IMPORTANCE flag.
Vincent Richard
6
-11
/
+40
2005-07-24
Fixed some doc + getHeader() now returns a ref.
Vincent Richard
3
-36
/
+28
2005-07-24
Removed implicit conversion to T* for smart pointers.
Vincent Richard
1
-1
/
+1
2005-07-23
Fixed getMessages().
Vincent Richard
3
-4
/
+15
2005-07-21
Fixed a bug when destroying an unconnected IMAP service.
Vincent Richard
1
-3
/
+6
2005-07-12
Reference counting and smart pointers.
Vincent Richard
21
-444
/
+468
2005-06-21
Fixed compilation errors with g++ 4.0.
Vincent Richard
1
-1
/
+1
2005-06-16
Fixed multi-line terminator spanning on multiple incoming packets.
Vincent Richard
1
-38
/
+20
2005-05-27
Added 'peek' parameter to extract() and extractPart().
Vincent Richard
3
-14
/
+24
2005-05-19
Fixed bug in subfolders enumeration.
Vincent Richard
1
-2
/
+13
2005-05-15
Service properties enhancement.
Vincent Richard
7
-96
/
+386
2005-05-03
Fixed missing space in STATUS command + parse error in 'status_info'.
Vincent Richard
1
-1
/
+1
2005-04-30
Added 'childProcess'.
Vincent Richard
1
-195
/
+16
2005-04-28
Sendmail implementation + filtered streams.
Vincent Richard
11
-82
/
+429
2005-04-27
Ignore filenames starting with '.' for message files.
Vincent Richard
2
-2
/
+20
2005-04-26
Added missing case when replacing '.' in send().
Vincent Richard
1
-1
/
+13
2005-04-26
Moved generic implementation of send() to 'transport'.
Vincent Richard
2
-72
/
+116
2005-04-14
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Vincent Richard
4
-404
/
+4
2005-04-03
Moved IMAP, POP3, maildir and SMTP files to separate namespaces.
Vincent Richard
15
-50
/
+78
2005-03-28
Fixed POP3Store::sendPacket() for some servers.
Vincent Richard
1
-2
/
+4
2005-03-23
Added POP3 notifications.
Vincent Richard
2
-2
/
+68
2005-03-23
Fixed multiple bugs in POP3 protocol.
Vincent Richard
2
-45
/
+129
2005-03-18
Updated VMime website URL.
Vincent Richard
28
-28
/
+28
2005-03-16
Fixed compilation problems on Solaris 9.
Vincent Richard
2
-2
/
+2
2005-03-14
Removed 'singleton' and 'singletonManager' classes.
Vincent Richard
1
-0
/
+7
2005-02-05
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2
-2
/
+3
2005-01-13
Prefixed function names with 'get' + written some doc for functions.
Vincent Richard
1
-12
/
+12
2005-01-04
Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵
Vincent Richard
1
-1
/
+1
bug in 'posixSocket::connect()' when specifying an IP address.
2005-01-03
Changed year to 2005 in copyright header.
Vincent Richard
28
-28
/
+28
2005-01-02
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
Vincent Richard
3
-4
/
+4
2005-01-02
Added unit tests for 'utility::path'.
Vincent Richard
3
-5
/
+8
2005-01-01
Converted all C-style casts to C++-style casts + added unit test for ↵
Vincent Richard
3
-3
/
+3
utility::md5.
2004-12-30
Autotools and libtool support.
Vincent Richard
1
-1
/
+1
2004-12-26
Moved all header files to 'vmime/' directory.
Vincent Richard
62
-9105
/
+101
2004-12-26
Allow creating a service from an URL.
Vincent Richard
3
-6
/
+56
2004-12-26
Fixed bug in URL parsing.
Vincent Richard
1
-15
/
+23
2004-12-26
Removed relative paths from #include's.
Vincent Richard
58
-195
/
+218
2004-12-23
When connecting, create root directory if it does not exists.
Vincent Richard
1
-2
/
+20
2004-12-23
Hide private class 'IMAPauthenticator' from class documentation.
Vincent Richard
1
-0
/
+4
2004-12-23
Removed unused 'POP3header' class.
Vincent Richard
1
-15
/
+9
2004-12-22
Some more class documentation.
Vincent Richard
9
-16
/
+53
2004-12-22
Added getCapabilities() on messaging::store.
Vincent Richard
8
-9
/
+67
2004-12-22
Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵
Vincent Richard
3
-23
/
+116
maildir/IMAP.
2004-12-22
Notify direct and indirect sub-folders when renaming an IMAP folder.
Vincent Richard
1
-1
/
+10
2004-12-22
Notification when renaming IMAP folder.
Vincent Richard
1
-0
/
+14
2004-12-22
Typo in function doc.
Vincent Richard
1
-1
/
+1
2004-12-21
Done copyMessage() operation for 'maildir'.
Vincent Richard
2
-54
/
+193
2004-12-21
Done addMessage() operation for 'maildir'.
Vincent Richard
1
-4
/
+132
2004-12-21
Fixed notification when adding message to IMAP folder.
Vincent Richard
1
-0
/
+13
[next]