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
2006-05-05
Fixed typo when parsing ESMTP/AUTH response.
Vincent Richard
1
-4
/
+4
2006-04-24
Week of year calculation.
Vincent Richard
2
-0
/
+71
2006-04-23
Folder deletion.
Vincent Richard
4
-0
/
+120
2006-04-18
Renamed 'byte' to 'byte_t'.
Vincent Richard
13
-50
/
+49
2006-04-05
Clean up.
Vincent Richard
5
-63
/
+131
2006-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
17
-415
/
+663
2006-02-24
Force encoding when there is a CR/LF in the word.
Vincent Richard
1
-0
/
+8
2006-02-24
Check for connection before any operation.
Vincent Richard
1
-0
/
+6
2006-02-12
Added unit tests for datetimeUtils + renamed functions.
Vincent Richard
2
-22
/
+33
2006-02-09
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
Vincent Richard
3
-3
/
+3
2006-02-05
Added toAddressList().
Vincent Richard
1
-0
/
+7
2006-02-05
Changed copyright year to 2006.
Vincent Richard
135
-135
/
+135
2006-01-31
Fixed encoding of reserved/unsafe chars.
Vincent Richard
1
-2
/
+6
2006-01-29
Added service::isSecuredConnection() and service::getConnectionInfos() to ret...
Vincent Richard
8
-15
/
+265
2006-01-29
getPeerCertificates() should be const.
Vincent Richard
1
-1
/
+1
2006-01-29
Fixed segfault when cert data is NULL.
Vincent Richard
1
-0
/
+3
2006-01-19
Treat 'inline' parts without Content-[Id/Location] as attachments.
Vincent Richard
1
-0
/
+8
2006-01-16
Added support for attachments of type 'message/rfc822'.
Vincent Richard
3
-23
/
+314
2006-01-15
Fixed bug when reading CAPABILITY/LIST responses.
Vincent Richard
1
-17
/
+20
2006-01-15
Implemented IMAP multi-fetching.
Vincent Richard
3
-83
/
+149
2006-01-15
Non-const folder for events.
Vincent Richard
1
-3
/
+3
2006-01-10
Fixed bug when fetching structure.
Vincent Richard
1
-13
/
+25
2006-01-10
Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+2
2006-01-09
Allow '@' in the username part of an URL.
Vincent Richard
1
-1
/
+1
2006-01-08
Recognize deleted messages not yet expunged (thanks to Benjamin Biron).
Vincent Richard
1
-2
/
+10
2006-01-08
Code clean-up.
Vincent Richard
2
-20
/
+18
2006-01-07
Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).
Vincent Richard
1
-3
/
+3
2006-01-07
Added SMTPResponse to read and parse SMTP responses.
Vincent Richard
2
-134
/
+270
2005-12-30
Rewritten code using std:: algorithms (thanks to Pierre THIERRY).
Vincent Richard
1
-27
/
+39
2005-12-30
Rewritten some code without using iterators.
Vincent Richard
1
-10
/
+10
2005-12-26
Added support for getaddrinfo() on POSIX.
Vincent Richard
1
-0
/
+61
2005-12-20
Fixed typo causing infinite loop.
Vincent Richard
1
-1
/
+1
2005-12-05
Fixed segfault in destructor when chaining 3 exceptions or more.
Vincent Richard
1
-0
/
+6
2005-12-04
Fixed a bug in argument vector.
Vincent Richard
1
-1
/
+1
2005-12-02
Fixed bug when connecting to IMAP with default authenticator.
Vincent Richard
2
-3
/
+3
2005-11-30
Fixed bug when disconnecting SMTP.
Vincent Richard
1
-1
/
+8
2005-11-28
Fixed buffer overrun in random::getString().
Vincent Richard
1
-1
/
+1
2005-11-27
Fixed problem with maildir and ':' in filename on Windows.
Vincent Richard
1
-5
/
+32
2005-11-14
gmtime() and localtime() are reentrant when using MS C runtime library (MinGW...
Vincent Richard
1
-1
/
+12
2005-11-07
Fixed bug in disconnect() when authentication is not needed (thanks to Benjam...
Vincent Richard
1
-0
/
+2
2005-11-05
Fixed typos in documentation.
Vincent Richard
4
-6
/
+12
2005-11-04
Refactored header field values and parameters.
Vincent Richard
35
-840
/
+701
2005-10-30
Fixed problem with 'no_auth_information' exception when SASL support is disab...
Vincent Richard
1
-13
/
+26
2005-10-30
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
6
-29
/
+29
2005-10-20
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...
Vincent Richard
7
-4
/
+117
2005-10-19
Added 'charsetFilteredOutputStream'.
Vincent Richard
1
-2
/
+168
2005-10-19
Refactoring of built-in services registration system.
Vincent Richard
3
-4
/
+108
2005-10-19
Charset converter.
Vincent Richard
3
-29
/
+169
2005-10-19
Charset converter.
Vincent Richard
1
-139
/
+6
2005-10-14
Fixed a bug in length calculation.
Vincent Richard
1
-1
/
+1
[prev]
[next]