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
*
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
*
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
*
Fixed segfault in destructor when chaining 3 exceptions or more.
Vincent Richard
2005-12-05
1
-0
/
+6
*
Fixed a bug in argument vector.
Vincent Richard
2005-12-04
1
-1
/
+1
*
Fixed bug when connecting to IMAP with default authenticator.
Vincent Richard
2005-12-02
2
-3
/
+3
*
Fixed bug when disconnecting SMTP.
Vincent Richard
2005-11-30
1
-1
/
+8
*
Fixed buffer overrun in random::getString().
Vincent Richard
2005-11-28
1
-1
/
+1
*
Fixed problem with maildir and ':' in filename on Windows.
Vincent Richard
2005-11-27
1
-5
/
+32
*
gmtime() and localtime() are reentrant when using MS C runtime library (MinGW...
Vincent Richard
2005-11-14
1
-1
/
+12
[next]