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 (
Collapse
)
Author
Files
Lines
2007-03-28
Better parsing of ESMTP extensions.
Vincent Richard
1
-38
/
+36
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
52
-152
/
+352
2007-03-22
Added support for Courier maildir format.
Vincent Richard
7
-213
/
+1000
2007-03-01
Fixed warning.
Vincent Richard
1
-4
/
+1
2007-02-22
Fixed bad parsing of RFC-2047 quoting.
Vincent Richard
1
-1
/
+1
2007-02-06
Root part should not be detected as an attachment.
Vincent Richard
1
-1
/
+5
2007-01-01
Changed copyright year to 2007.
Vincent Richard
138
-138
/
+138
2006-12-26
Allow 'AUTH=LOGIN' capability for some servers.
Vincent Richard
1
-0
/
+5
2006-12-14
Fixed attachment detection with non-MIME message (thanks to Peter Libic).
Vincent Richard
1
-1
/
+7
2006-12-08
Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin ↵
Vincent Richard
1
-6
/
+8
Biron).
2006-12-05
Allow a line containing only spaces as header separator.
Vincent Richard
1
-0
/
+32
2006-11-24
Check for space/tab instead of using isspace().
Vincent Richard
1
-1
/
+1
2006-11-18
Preferred block size for streams.
Vincent Richard
1
-1
/
+27
2006-11-17
Temporary fix for socket stream copy.
Vincent Richard
1
-1
/
+1
2006-11-17
Fixed maximum line length bug.
Vincent Richard
1
-2
/
+5
2006-11-17
Imbue classic 'C' locale for unformatted output.
Vincent Richard
1
-0
/
+4
2006-11-17
Fixed typo causing bad line length computation in RFC-2047 Base64 output.
Vincent Richard
1
-1
/
+1
2006-11-15
Fixed reference + do not clear stream in adapters.
Vincent Richard
2
-2
/
+2
2006-11-14
Use std::copy instead of loop (thanks to Michal Rzechonek).
Vincent Richard
1
-2
/
+1
2006-11-09
Use 'char' instead of 'unsigned char' for conversion with std::ctype.
Vincent Richard
1
-10
/
+10
2006-11-08
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
13
-5
/
+75
2006-10-20
Fixed compilation problem with GCC 3.3.
Vincent Richard
1
-1
/
+1
2006-10-11
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
20
-61
/
+60
2006-10-02
Reissue EHLO after successful STARTTLS.
Vincent Richard
1
-30
/
+42
2006-10-02
Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.
Vincent Richard
2
-106
/
+312
2006-09-04
Attachment [file]name.
Vincent Richard
1
-0
/
+2
2006-08-25
Fixed parsing when space occurs at the end of the field value.
Vincent Richard
6
-12
/
+13
2006-08-21
Do not treat attached text files as text parts.
Vincent Richard
1
-1
/
+16
2006-08-09
Fix for message ids without angle brackets.
Vincent Richard
1
-1
/
+13
2006-07-14
Replaced & with ref<> + clean up.
Vincent Richard
7
-25
/
+25
2006-07-13
Fixed bugs in MHTML code + unit tests.
Vincent Richard
4
-73
/
+95
2006-06-23
Fixed warning for uninitialized variable.
Vincent Richard
1
-1
/
+1
2006-05-05
Fixed CRLF response parsing + intermediate replies.
Vincent Richard
1
-7
/
+13
2006-05-05
Reset timeout before reading response.
Vincent Richard
1
-0
/
+3
2006-05-05
Fixed typo in comment.
Vincent Richard
1
-1
/
+1
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 ↵
Vincent Richard
8
-15
/
+265
retrieve information about the connection.
2006-01-29
getPeerCertificates() should be const.
Vincent Richard
1
-1
/
+1
[prev]
[next]