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 extra space in subject (see ↵
Vincent Richard
2008-04-28
2
-46
/
+99
|
|
|
|
https://sourceforge.net/forum/message.php?msg_id=4894970).
*
Removed old GNU TLS error.
Vincent Richard
2008-04-14
1
-1
/
+1
|
*
Fixed constructor ambiguity in 'fileAttachment'.
Vincent Richard
2008-01-28
1
-1
/
+11
|
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
142
-142
/
+142
|
*
Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵
Vincent Richard
2007-12-23
2
-23
/
+9
|
|
|
|
RAII idiom).
*
Fixed incorrect white-space between words.
Vincent Richard
2007-11-20
2
-6
/
+16
|
*
Initialize Winsock before using gethostbyname().
Vincent Richard
2007-10-16
1
-0
/
+6
|
*
Silently accept quoted string.
Vincent Richard
2007-08-30
1
-2
/
+3
|
*
Added function to unquote strings.
Vincent Richard
2007-08-30
1
-0
/
+36
|
*
Reset exception pointer (thanks to Emmanuel Cabestan).
Vincent Richard
2007-08-10
1
-3
/
+8
|
*
Fixed bug in modified UTF-7 encoding.
Vincent Richard
2007-07-09
1
-46
/
+95
|
*
Throw exception when badbit is set.
Vincent Richard
2007-07-09
1
-0
/
+8
|
*
New GCC definition.
Vincent Richard
2007-07-09
1
-1
/
+1
|
*
Fixed wrong block size (thanks to Emmanuel Cabestan).
Vincent Richard
2007-06-07
1
-1
/
+1
|
*
Fixed bug #1721186: thread-safe reference counting.
Vincent Richard
2007-05-22
3
-130
/
+306
|
*
Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.
Vincent Richard
2007-05-21
1
-18
/
+18
|
*
Allow more than one mechanism after AUTH=.
Vincent Richard
2007-04-24
1
-12
/
+11
|
*
Better parsing of ESMTP extensions.
Vincent Richard
2007-03-28
1
-38
/
+36
|
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
52
-152
/
+352
|
*
Added support for Courier maildir format.
Vincent Richard
2007-03-22
7
-213
/
+1000
|
*
Fixed warning.
Vincent Richard
2007-03-01
1
-4
/
+1
|
*
Fixed bad parsing of RFC-2047 quoting.
Vincent Richard
2007-02-22
1
-1
/
+1
|
*
Root part should not be detected as an attachment.
Vincent Richard
2007-02-06
1
-1
/
+5
|
*
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 ↵
Vincent Richard
2006-12-08
1
-6
/
+8
|
|
|
|
Biron).
*
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
|
[prev]
[next]