wok diff gmime/description.txt @ rev 25791
Up dropbear (2024.86), libssh2 (1.11.1), xz (5.6.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 23 13:27:53 2024 +0000 (4 weeks ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gmime/description.txt Wed Oct 23 13:27:53 2024 +0000 1.3 @@ -0,0 +1,9 @@ 1.4 +GMime is a C/C++ library which may be used for the creation 1.5 +and parsing of messages using the Multipurpose Internet Mail 1.6 +Extension (MIME) as defined by numerous IETF specifications. 1.7 + 1.8 +GMime features an extremely robust high-performance parser 1.9 +designed to be able to preserve byte-for-byte information 1.10 +allowing developers to re-seralize the parsed messages back 1.11 +to a stream exactly as the parser found them. 1.12 +It also features integrated GnuPG and S/MIME v3.2 support.