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
2005-04-26
Added missing case when replacing '.' in send().
Vincent Richard
1
-1
/
+13
2005-04-26
Moved generic implementation of send() to 'transport'.
Vincent Richard
2
-72
/
+116
2005-04-23
Added unit tests for date comparison + fixed date comparison (again...).
Vincent Richard
1
-24
/
+24
2005-04-22
Fixed date/time comparisons.
Vincent Richard
1
-38
/
+42
2005-04-19
Fixed bug in RFC-2231 implementation.
Vincent Richard
1
-3
/
+6
2005-04-18
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
3
-16
/
+110
2005-04-14
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Vincent Richard
4
-11
/
+11
2005-04-13
Implemented comparison operators.
Vincent Richard
1
-29
/
+158
2005-04-12
Added support for RFC-2231.
Vincent Richard
6
-15
/
+569
2005-04-09
Added attachMDNRequest().
Vincent Richard
1
-0
/
+17
2005-04-09
Fixed bug in Base64 decoding.
Vincent Richard
1
-0
/
+5
2005-04-09
Fixed warning.
Vincent Richard
1
-1
/
+1
2005-04-03
Moved IMAP, POP3, maildir and SMTP files to separate namespaces.
Vincent Richard
15
-50
/
+78
2005-04-01
Added constant for 'text/directory' MIME type.
Vincent Richard
1
-0
/
+1
2005-03-31
Support for message importance.
Vincent Richard
1
-0
/
+143
2005-03-28
Modified isValidPathComponent() to accept drives as first component.
Stefan Uhrig
1
-10
/
+26
2005-03-28
Added toUpper() function
Stefan Uhrig
1
-0
/
+12
2005-03-28
Fixed isValidPathComponent() to detect invalid chars or reserved names.
Vincent Richard
1
-11
/
+54
2005-03-28
Fixed POP3Store::sendPacket() for some servers.
Vincent Richard
1
-2
/
+4
2005-03-27
Fixed integer assignment to boolean variable.
Stefan Uhrig
1
-1
/
+1
2005-03-27
Included <algorithm> header.
Stefan Uhrig
1
-0
/
+1
2005-03-27
Added windows platform handlers.
Stefan Uhrig
3
-0
/
+854
2005-03-27
Added new basic type 'messageIdSequence'.
Vincent Richard
6
-18
/
+312
2005-03-25
Some fixes for Visual C++/Windows.
Vincent Richard
2
-2
/
+6
2005-03-25
Basic support for MDN (RFC-3798).
Vincent Richard
7
-1
/
+678
2005-03-23
Support for content types and parameters defined in RFC-1892.
Vincent Richard
2
-0
/
+14
2005-03-23
Added POP3 notifications.
Vincent Richard
2
-2
/
+68
2005-03-23
Removed '-' from 'CPXXX' charset constants.
Vincent Richard
1
-27
/
+27
2005-03-23
Basic support for 'Disposition' header field.
Vincent Richard
3
-0
/
+361
2005-03-23
Fixed multiple bugs in POP3 protocol.
Vincent Richard
2
-45
/
+129
2005-03-18
Updated VMime website URL.
Vincent Richard
92
-92
/
+92
2005-03-17
Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.
Vincent Richard
2
-2
/
+2
2005-03-16
Fixed compilation problems on Solaris 9.
Vincent Richard
16
-82
/
+82
2005-03-15
Support for In-Reply-To header field (type MessageId).
Vincent Richard
1
-0
/
+1
2005-03-15
Support for In-Reply-To header field (type MessageId).
Vincent Richard
1
-0
/
+1
2005-03-15
Fixed parsing bounds for header fields and values.
Vincent Richard
3
-15
/
+12
2005-03-15
Moved word parsing from 'text' class to 'word' class.
Vincent Richard
2
-504
/
+598
2005-03-14
Fixed bug with CRLF between two encoded words.
Vincent Richard
1
-1
/
+1
2005-03-14
Removed 'singleton' and 'singletonManager' classes.
Vincent Richard
7
-53
/
+42
2005-03-12
Fixed parameters not showing as child components + fixed parsing bounds in ↵
Vincent Richard
2
-2
/
+23
typeAdapter.
2005-03-12
Moved header field parsing to 'headerField::parseNext()'.
Vincent Richard
2
-147
/
+163
2005-02-06
Changed protected inheritance to simple composition.
Vincent Richard
2
-16
/
+61
2005-02-05
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
14
-81
/
+83
2005-02-05
Removed extra '::' before numeric constants.
Vincent Richard
1
-3
/
+3
2005-02-05
Fixed forward use of swapUint32Array().
Vincent Richard
1
-21
/
+21
2005-02-01
Fixed possible segfault when encoding is Base64.
Vincent Richard
1
-1
/
+1
2005-01-28
Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵
Vincent Richard
9
-373
/
+570
'stringContentHandler' and 'streamContentHandler'.
2005-01-13
Prefixed function names with 'get' + written some doc for functions.
Vincent Richard
1
-12
/
+12
2005-01-07
Removed useless 'const' on some declarations.
Vincent Richard
1
-1
/
+1
2005-01-06
Removed useless 'const' in return value of some functions.
Vincent Richard
7
-7
/
+7
[prev]
[next]