index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added 'childProcess'.
Vincent Richard
2005-04-30
4
-195
/
+414
|
*
Added #include <algorithm>
Stefan Uhrig
2005-04-28
1
-0
/
+1
|
*
Added parameter support to 'utility::url'.
Vincent Richard
2005-04-28
2
-1
/
+90
|
*
Sendmail implementation + filtered streams.
Vincent Richard
2005-04-28
14
-82
/
+599
|
*
Ignore filenames starting with '.' for message files.
Vincent Richard
2005-04-27
2
-2
/
+20
|
*
Added missing case when replacing '.' in send().
Vincent Richard
2005-04-26
1
-1
/
+13
|
*
Moved generic implementation of send() to 'transport'.
Vincent Richard
2005-04-26
2
-72
/
+116
|
*
Added unit tests for date comparison + fixed date comparison (again...).
Vincent Richard
2005-04-23
1
-24
/
+24
|
*
Fixed date/time comparisons.
Vincent Richard
2005-04-22
1
-38
/
+42
|
*
Fixed bug in RFC-2231 implementation.
Vincent Richard
2005-04-19
1
-3
/
+6
|
*
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
2005-04-18
3
-16
/
+110
|
*
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Vincent Richard
2005-04-14
4
-11
/
+11
|
*
Implemented comparison operators.
Vincent Richard
2005-04-13
1
-29
/
+158
|
*
Added support for RFC-2231.
Vincent Richard
2005-04-12
6
-15
/
+569
|
*
Added attachMDNRequest().
Vincent Richard
2005-04-09
1
-0
/
+17
|
*
Fixed bug in Base64 decoding.
Vincent Richard
2005-04-09
1
-0
/
+5
|
*
Fixed warning.
Vincent Richard
2005-04-09
1
-1
/
+1
|
*
Moved IMAP, POP3, maildir and SMTP files to separate namespaces.
Vincent Richard
2005-04-03
15
-50
/
+78
|
*
Added constant for 'text/directory' MIME type.
Vincent Richard
2005-04-01
1
-0
/
+1
|
*
Support for message importance.
Vincent Richard
2005-03-31
1
-0
/
+143
|
*
Modified isValidPathComponent() to accept drives as first component.
Stefan Uhrig
2005-03-28
1
-10
/
+26
|
*
Added toUpper() function
Stefan Uhrig
2005-03-28
1
-0
/
+12
|
*
Fixed isValidPathComponent() to detect invalid chars or reserved names.
Vincent Richard
2005-03-28
1
-11
/
+54
|
*
Fixed POP3Store::sendPacket() for some servers.
Vincent Richard
2005-03-28
1
-2
/
+4
|
*
Fixed integer assignment to boolean variable.
Stefan Uhrig
2005-03-27
1
-1
/
+1
|
*
Included <algorithm> header.
Stefan Uhrig
2005-03-27
1
-0
/
+1
|
*
Added windows platform handlers.
Stefan Uhrig
2005-03-27
3
-0
/
+854
|
*
Added new basic type 'messageIdSequence'.
Vincent Richard
2005-03-27
6
-18
/
+312
|
*
Some fixes for Visual C++/Windows.
Vincent Richard
2005-03-25
2
-2
/
+6
|
*
Basic support for MDN (RFC-3798).
Vincent Richard
2005-03-25
7
-1
/
+678
|
*
Support for content types and parameters defined in RFC-1892.
Vincent Richard
2005-03-23
2
-0
/
+14
|
*
Added POP3 notifications.
Vincent Richard
2005-03-23
2
-2
/
+68
|
*
Removed '-' from 'CPXXX' charset constants.
Vincent Richard
2005-03-23
1
-27
/
+27
|
*
Basic support for 'Disposition' header field.
Vincent Richard
2005-03-23
3
-0
/
+361
|
*
Fixed multiple bugs in POP3 protocol.
Vincent Richard
2005-03-23
2
-43
/
+127
|
*
Updated VMime website URL.
Vincent Richard
2005-03-18
92
-92
/
+92
|
*
Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.
Vincent Richard
2005-03-17
2
-2
/
+2
|
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
16
-82
/
+82
|
*
Support for In-Reply-To header field (type MessageId).
Vincent Richard
2005-03-15
1
-0
/
+1
|
*
Support for In-Reply-To header field (type MessageId).
Vincent Richard
2005-03-15
1
-0
/
+1
|
*
Fixed parsing bounds for header fields and values.
Vincent Richard
2005-03-15
3
-15
/
+12
|
*
Moved word parsing from 'text' class to 'word' class.
Vincent Richard
2005-03-15
2
-504
/
+598
|
*
Fixed bug with CRLF between two encoded words.
Vincent Richard
2005-03-14
1
-1
/
+1
|
*
Removed 'singleton' and 'singletonManager' classes.
Vincent Richard
2005-03-14
7
-53
/
+42
|
*
Fixed parameters not showing as child components + fixed parsing bounds in ↵
Vincent Richard
2005-03-12
2
-2
/
+23
|
|
|
|
typeAdapter.
*
Moved header field parsing to 'headerField::parseNext()'.
Vincent Richard
2005-03-12
2
-147
/
+163
|
*
Changed protected inheritance to simple composition.
Vincent Richard
2005-02-06
2
-16
/
+61
|
*
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2005-02-05
14
-81
/
+83
|
*
Removed extra '::' before numeric constants.
Vincent Richard
2005-02-05
1
-3
/
+3
|
*
Fixed forward use of swapUint32Array().
Vincent Richard
2005-02-05
1
-21
/
+21
|
[prev]
[next]