wok diff perl-mime-lite/description.txt @ rev 25336
updated suricata (5.0.2 -> 6.0.6)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 17:54:01 2022 +0100 (2022-07-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-mime-lite/description.txt Sat Jul 23 17:54:01 2022 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +In the never-ending quest for great taste with fewer calories, 1.5 +we proudly present: MIME::Lite. 1.6 + 1.7 +MIME::Lite is intended as a simple, standalone module for generating 1.8 +(not parsing!) MIME messages... specifically, it allows you to output 1.9 +a simple, decent single- or multi-part message with text or binary 1.10 +attachments. 1.11 +It does not require that you have the Mail:: or MIME:: modules installed, 1.12 +but will work with them if they are. 1.13 + 1.14 +You can specify each message part as either the literal data itself 1.15 +(in a scalar or array), or as a string which can be given to open() 1.16 +to get a readable filehandle (e.g., "<filename" or "somecommand|"). 1.17 + 1.18 +You don't need to worry about encoding your message data: 1.19 +this module will do that for you. 1.20 +It handles the 5 standard MIME encodings.