a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: library about internet message for emacsen
FLIM (Faithful Library about Internet Message) is a library to provide
basic functions about message representation and encoding for emacsen.
It consists of following modules:
.
std11.el STD 11 (RFC 822) parser and utility
mime.el to provide various services about MIME-entities
mime-def.el Definitions about MIME format
mime-parse.el MIME parser
mel.el MIME encoder/decoder
mel-q-ccl.el quoted-printable and Q-encoding encoder/decoder (using CCL)
mel-q.el quoted-printable and Q-encoding encoder/decoder
mel-u.el unofficial backend for uuencode
mel-g.el unofficial backend for gzip64
eword-decode.el encoded-word decoder
eword-encode.el encoded-word encoder
.
This package provides FLIM-LB, a variant of FLIM using lexical binding
mainly maintained for Wanderlust mail/news reader.
Description: library about internet message for emacsen
FLIM (Faithful Library about Internet Message) is a library to provide
basic functions about message representation and encoding for emacsen.
It consists of following modules:
.
std11.el STD 11 (RFC 822) parser and utility
mime.el to provide various services about MIME-entities
mime-def.el Definitions about MIME format
mime-parse.el MIME parser
mel.el MIME encoder/decoder
mel-b-dl.el base64 (B-encoding) encoder/decoder
(for Emacs 20 with dynamic loading support)
mel-b-ccl.el base64 (B-encoding) encoder/decoder (using CCL)
mel-b-en.el base64 (B-encoding) encoder/decoder (for other emacsen)
mel-q-ccl.el quoted-printable and Q-encoding encoder/decoder (using CCL)
mel-q.el quoted-printable and Q-encoding encoder/decoder
mel-u.el unofficial backend for uuencode
mel-g.el unofficial backend for gzip64
eword-decode.el encoded-word decoder
eword-encode.el encoded-word encoder
--- 280731 Thu Jan 1 00:00:00 1970
+++ 2501 Thu Jan 1 00:00:00 1970
@@ -8,12 +8,13 @@
mime-def.el Definitions about MIME format
mime-parse.el MIME parser
mel.el MIME encoder/decoder
+ mel-b-dl.el base64 (B-encoding) encoder/decoder
+ (for Emacs 20 with dynamic loading support)
+ mel-b-ccl.el base64 (B-encoding) encoder/decoder (using CCL)
+ mel-b-en.el base64 (B-encoding) encoder/decoder (for other emacsen)
mel-q-ccl.el quoted-printable and Q-encoding encoder/decoder (using CCL)
mel-q.el quoted-printable and Q-encoding encoder/decoder
mel-u.el unofficial backend for uuencode
mel-g.el unofficial backend for gzip64
eword-decode.el encoded-word decoder
eword-encode.el encoded-word encoder
- .
- This package provides FLIM-LB, a variant of FLIM using lexical binding
- mainly maintained for Wanderlust mail/news reader.