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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reissue EHLO after successful STARTTLS.
Vincent Richard
2006-10-02
1
-30
/
+42
*
Fixed CRLF response parsing + intermediate replies.
Vincent Richard
2006-05-05
1
-7
/
+13
*
Reset timeout before reading response.
Vincent Richard
2006-05-05
1
-0
/
+3
*
Fixed typo in comment.
Vincent Richard
2006-05-05
1
-1
/
+1
*
Fixed typo when parsing ESMTP/AUTH response.
Vincent Richard
2006-05-05
1
-4
/
+4
*
Folder deletion.
Vincent Richard
2006-04-23
4
-0
/
+120
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
4
-7
/
+7
*
Clean up.
Vincent Richard
2006-04-05
4
-63
/
+100
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
11
-289
/
+450
*
Check for connection before any operation.
Vincent Richard
2006-02-24
1
-0
/
+6
*
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
Vincent Richard
2006-02-09
3
-3
/
+3
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
38
-38
/
+38
*
Added service::isSecuredConnection() and service::getConnectionInfos() to ret...
Vincent Richard
2006-01-29
8
-15
/
+265
*
getPeerCertificates() should be const.
Vincent Richard
2006-01-29
1
-1
/
+1
*
Fixed segfault when cert data is NULL.
Vincent Richard
2006-01-29
1
-0
/
+3
*
Fixed bug when reading CAPABILITY/LIST responses.
Vincent Richard
2006-01-15
1
-17
/
+20
*
Implemented IMAP multi-fetching.
Vincent Richard
2006-01-15
3
-83
/
+149
*
Non-const folder for events.
Vincent Richard
2006-01-15
1
-3
/
+3
*
Fixed bug when fetching structure.
Vincent Richard
2006-01-10
1
-13
/
+25
*
Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).
Vincent Richard
2006-01-10
1
-2
/
+2
*
Recognize deleted messages not yet expunged (thanks to Benjamin Biron).
Vincent Richard
2006-01-08
1
-2
/
+10
*
Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).
Vincent Richard
2006-01-07
1
-3
/
+3
*
Added SMTPResponse to read and parse SMTP responses.
Vincent Richard
2006-01-07
2
-134
/
+270
*
Fixed bug when connecting to IMAP with default authenticator.
Vincent Richard
2005-12-02
1
-1
/
+1
*
Fixed bug when disconnecting SMTP.
Vincent Richard
2005-11-30
1
-1
/
+8
*
Fixed problem with maildir and ':' in filename on Windows.
Vincent Richard
2005-11-27
1
-5
/
+32
*
Fixed bug in disconnect() when authentication is not needed (thanks to Benjam...
Vincent Richard
2005-11-07
1
-0
/
+2
*
Refactored header field values and parameters.
Vincent Richard
2005-11-05
1
-12
/
+16
*
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
2005-10-30
6
-503
/
+13
*
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...
Vincent Richard
2005-10-20
1
-0
/
+2
*
Refactoring of built-in services registration system.
Vincent Richard
2005-10-19
3
-4
/
+108
*
Sendmail support on POSIX platforms only.
Vincent Richard
2005-10-11
1
-0
/
+6
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
10
-29
/
+29
*
Added service::setTimeoutHandlerFactory().
Vincent Richard
2005-10-04
8
-42
/
+18
*
Added service::setSocketFactory().
Vincent Richard
2005-10-04
8
-28
/
+22
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
23
-388
/
+2373
*
Updated FSF address.
Vincent Richard
2005-09-17
25
-75
/
+79
*
SASL authentication.
Vincent Richard
2005-09-17
15
-489
/
+1013
*
New namespace for message digest algorithms.
Vincent Richard
2005-09-06
2
-15
/
+26
*
Updated code to use smart pointers.
Vincent Richard
2005-09-02
4
-82
/
+78
*
NEVER call thisRef() from the object's constructor.
Vincent Richard
2005-09-02
1
-10
/
+14
*
Fixed 'requestAuthInfos()' not public.
Vincent Richard
2005-08-26
1
-1
/
+1
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
29
-0
/
+9683