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 (
Collapse
)
Author
Age
Files
Lines
...
*
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 ↵
Vincent Richard
2006-01-29
8
-15
/
+265
|
|
|
|
retrieve information about the connection.
*
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
|
*
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
|
*
Allow '@' in the username part of an URL.
Vincent Richard
2006-01-09
1
-1
/
+1
|
*
Recognize deleted messages not yet expunged (thanks to Benjamin Biron).
Vincent Richard
2006-01-08
1
-2
/
+10
|
*
Code clean-up.
Vincent Richard
2006-01-08
2
-20
/
+18
|
*
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
|
*
Rewritten code using std:: algorithms (thanks to Pierre THIERRY).
Vincent Richard
2005-12-30
1
-27
/
+39
|
*
Rewritten some code without using iterators.
Vincent Richard
2005-12-30
1
-10
/
+10
|
*
Added support for getaddrinfo() on POSIX.
Vincent Richard
2005-12-26
1
-0
/
+61
|
*
Fixed typo causing infinite loop.
Vincent Richard
2005-12-20
1
-1
/
+1
|
[prev]
[next]