Next: rfc2047, Previous: rfc2231, Up: Basic Functions [Contents][Index]
drums is an IETF working group that is working on the replacement for RFC822.
The functions provided by this library include:
ietf-drums-remove-commentsRemove the comments from the argument and return the results.
ietf-drums-remove-whitespaceRemove linear white space from the string and return the results. Spaces inside quoted strings and comments are left untouched.
ietf-drums-get-commentReturn the last most comment from the string.
ietf-drums-parse-addressParse an address string and return a list that contains the mailbox and the plain text name.
ietf-drums-parse-addressesParse a string that contains any number of comma-separated addresses and return a list that contains mailbox/plain text pairs.
ietf-drums-parse-dateParse a date string and return an Emacs time structure.
ietf-drums-narrow-to-headerNarrow the buffer to the header section of the current buffer.