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
/
net
/
sendmail
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
2013-12-29
2
-308
/
+0
|
|
|
|
build.
*
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
2013-12-10
1
-3
/
+3
|
|
|
|
byte_t...). Minor warning fixes.
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-5
/
+4
|
*
Issue #4: set envelope sender.
Vincent Richard
2013-04-03
1
-2
/
+7
|
*
Message generation/parsing context. Charset conversion options. Preliminary ↵
Vincent Richard
2013-02-24
1
-2
/
+2
|
|
|
|
implementation of RFC-6532.
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
2
-2
/
+2
|
*
Migrated build system to CMake. Conditional file compilation. Automatic ↵
Vincent Richard
2012-11-01
2
-7
/
+14
|
|
|
|
selection of platform handler.
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+2
|
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
2
-4
/
+4
|
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-3
/
+3
|
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
2
-2
/
+2
|
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
2
-6
/
+14
|
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
2
-2
/
+2
|
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-3
/
+3
|
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
2
-2
/
+2
|
*
Added service::isSecuredConnection() and service::getConnectionInfos() to ↵
Vincent Richard
2006-01-29
1
-0
/
+14
|
|
|
|
retrieve information about the connection.
*
Sendmail support on POSIX platforms only.
Vincent Richard
2005-10-11
1
-0
/
+6
|
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
1
-2
/
+2
|
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
2
-34
/
+72
|
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+3
|
*
SASL authentication.
Vincent Richard
2005-09-17
1
-3
/
+10
|
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-0
/
+222