index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
138
-138
/
+138
*
Allow 'AUTH=LOGIN' capability for some servers.
Vincent Richard
2006-12-26
1
-0
/
+5
*
Fixed attachment detection with non-MIME message (thanks to Peter Libic).
Vincent Richard
2006-12-14
1
-1
/
+7
*
Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin B...
Vincent Richard
2006-12-08
1
-6
/
+8
*
Allow a line containing only spaces as header separator.
Vincent Richard
2006-12-05
1
-0
/
+32
*
Check for space/tab instead of using isspace().
Vincent Richard
2006-11-24
1
-1
/
+1
*
Preferred block size for streams.
Vincent Richard
2006-11-18
1
-1
/
+27
*
Temporary fix for socket stream copy.
Vincent Richard
2006-11-17
1
-1
/
+1
*
Fixed maximum line length bug.
Vincent Richard
2006-11-17
1
-2
/
+5
*
Imbue classic 'C' locale for unformatted output.
Vincent Richard
2006-11-17
1
-0
/
+4
*
Fixed typo causing bad line length computation in RFC-2047 Base64 output.
Vincent Richard
2006-11-17
1
-1
/
+1
*
Fixed reference + do not clear stream in adapters.
Vincent Richard
2006-11-15
2
-2
/
+2
*
Use std::copy instead of loop (thanks to Michal Rzechonek).
Vincent Richard
2006-11-14
1
-2
/
+1
*
Use 'char' instead of 'unsigned char' for conversion with std::ctype.
Vincent Richard
2006-11-09
1
-10
/
+10
*
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2006-11-08
13
-5
/
+75
*
Fixed compilation problem with GCC 3.3.
Vincent Richard
2006-10-20
1
-1
/
+1
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
20
-61
/
+60
*
Reissue EHLO after successful STARTTLS.
Vincent Richard
2006-10-02
1
-30
/
+42
*
Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.
Vincent Richard
2006-10-02
2
-106
/
+312
*
Attachment [file]name.
Vincent Richard
2006-09-04
1
-0
/
+2
*
Fixed parsing when space occurs at the end of the field value.
Vincent Richard
2006-08-25
6
-12
/
+13
*
Do not treat attached text files as text parts.
Vincent Richard
2006-08-21
1
-1
/
+16
*
Fix for message ids without angle brackets.
Vincent Richard
2006-08-09
1
-1
/
+13
*
Replaced & with ref<> + clean up.
Vincent Richard
2006-07-14
7
-25
/
+25
*
Fixed bugs in MHTML code + unit tests.
Vincent Richard
2006-07-13
4
-73
/
+95
*
Fixed warning for uninitialized variable.
Vincent Richard
2006-06-23
1
-1
/
+1
*
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
*
Week of year calculation.
Vincent Richard
2006-04-24
2
-0
/
+71
*
Folder deletion.
Vincent Richard
2006-04-23
4
-0
/
+120
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
13
-50
/
+49
*
Clean up.
Vincent Richard
2006-04-05
5
-63
/
+131
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
17
-415
/
+663
*
Force encoding when there is a CR/LF in the word.
Vincent Richard
2006-02-24
1
-0
/
+8
*
Check for connection before any operation.
Vincent Richard
2006-02-24
1
-0
/
+6
*
Added unit tests for datetimeUtils + renamed functions.
Vincent Richard
2006-02-12
2
-22
/
+33
*
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
Vincent Richard
2006-02-09
3
-3
/
+3
*
Added toAddressList().
Vincent Richard
2006-02-05
1
-0
/
+7
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
135
-135
/
+135
*
Fixed encoding of reserved/unsafe chars.
Vincent Richard
2006-01-31
1
-2
/
+6
*
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
*
Treat 'inline' parts without Content-[Id/Location] as attachments.
Vincent Richard
2006-01-19
1
-0
/
+8
*
Added support for attachments of type 'message/rfc822'.
Vincent Richard
2006-01-16
3
-23
/
+314
*
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
[next]