File: ietf-drums.el.html
DRUMS is an IETF Working Group that worked on Internet RFC 2822,
the successor to RFC 822 and the predecessor of RFC 5322. This
library is based on draft-ietf-drums-msg-fmt-05.txt, released on
1998-08-05.
Defined variables (11)
ietf-drums-atext-token | Textual token. |
ietf-drums-comment-syntax-table | In comments, DQUOTE is normal and does not start a string. |
ietf-drums-dot-atext-token | Textual token including full stop. |
ietf-drums-fws-regexp | Folding white space. |
ietf-drums-no-ws-ctl-token | US-ASCII control characters excluding CR, LF and white space. |
ietf-drums-qtext-token | Non-white-space control characters, plus the rest of ASCII excluding |
ietf-drums-quote-token | Quote character. |
ietf-drums-specials-token | Special characters. |
ietf-drums-text-token | US-ASCII characters excluding CR and LF. |
ietf-drums-tspecials | Tspecials. |
ietf-drums-wsp-token | White space. |
Defined functions (15)
ietf-drums-get-comment | (STRING) |
ietf-drums-init | (STRING) |
ietf-drums-make-address | (NAME ADDRESS) |
ietf-drums-narrow-to-header | () |
ietf-drums-parse-address | (STRING &optional DECODE) |
ietf-drums-parse-addresses | (STRING &optional RAWP) |
ietf-drums-parse-date | (STRING) |
ietf-drums-quote-string | (STRING) |
ietf-drums-remove-comments | (STRING) |
ietf-drums-remove-garbage | (STRING) |
ietf-drums-remove-whitespace | (STRING) |
ietf-drums-strip | (STRING) |
ietf-drums-strip-cte | (STRING) |
ietf-drums-token-to-list | (TOKEN) |
ietf-drums-unfold-fws | () |