Function: ietf-drums-strip-cte
ietf-drums-strip-cte is a byte-compiled function defined in
ietf-drums.el.gz.
Signature
(ietf-drums-strip-cte STRING)
Documentation
Remove comments, whitespace and garbage from STRING.
STRING is assumed to be a string that is extracted from the Content-Transfer-Encoding header of a mail.
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/mail/ietf-drums.el.gz
(defun ietf-drums-strip-cte (string)
"Remove comments, whitespace and garbage from STRING.
STRING is assumed to be a string that is extracted from
the Content-Transfer-Encoding header of a mail."
(ietf-drums-remove-garbage (inline (ietf-drums-strip string))))