ietf-drums
==========
"drums" is an IETF working group that is working on the replacement
for RFC822.
The functions provided by this library include:
- Function: ietf-drums-remove-comments string
Remove the comments from STRING and return the result.
- Function: ietf-drums-remove-whitespace string
Remove linear white space from STRING and return the result.
Spaces inside quoted strings and comments are left untouched.
- Function: ietf-drums-get-comment string
Return the last most comment from STRING.
- Function: ietf-drums-parse-address string
Parse an address STRING and return a list of the mailbox and the
plain text name.
- Function: ietf-drums-parse-addresses string
Parse STRING, containing any number of comma-separated addresses,
and return a list of mailbox/plain text pairs.
- Function: ietf-drums-parse-date string
Parse the date STRING and return an Emacs time structure.
- Function: ietf-drums-narrow-to-header
Narrow the buffer to the header section of the current buffer.