comparison lisp/mail/undigest.el @ 48871:0d1bd8730873

(rmail-digest-methods, rmail-digest-mail-separator): New variables. (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict) (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153) (rmail-digest-parse-rfc934): New functions. (undigestify-rmail-message): Completely rewritten.
author Francesco Potortì <pot@gnu.org>
date Mon, 16 Dec 2002 17:05:59 +0000
parents 3395df62dc04
children 6f912a2e94c1
comparison
equal deleted inserted replaced
48870:a111c3df36c3 48871:0d1bd8730873
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02111-1307, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;; See Internet RFC 934 and RFC 1153 28 ;; See Internet RFC 934 and RFC 1153
29 ;; Also limited support for MIME digest encapsulation
29 30
30 ;;; Code: 31 ;;; Code:
31 32
32 (require 'rmail) 33 (require 'rmail)
33 34