/[emacs]/emacs/lisp/gnus/mail-parse.el
ViewVC logotype

Diff of /emacs/lisp/gnus/mail-parse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.8.1 by miles, Tue Oct 14 23:34:50 2003 UTC revision 1.2.8.2 by miles, Thu Sep 16 00:12:16 2004 UTC
# Line 1  Line 1 
1  ;;; mail-parse.el --- interface functions for parsing mail  ;;; mail-parse.el --- Interface functions for parsing mail
2  ;; Copyright (C) 1998, 1999, 2000  ;; Copyright (C) 1998, 1999, 2000
3  ;;        Free Software Foundation, Inc.  ;;        Free Software Foundation, Inc.
4    
# Line 43  Line 43 
43  (require 'rfc2047)  (require 'rfc2047)
44  (require 'rfc2045)  (require 'rfc2045)
45    
46  (defalias 'mail-header-parse-content-type 'rfc2231-parse-string)  (defalias 'mail-header-parse-content-type 'rfc2231-parse-qp-string)
47  (defalias 'mail-header-parse-content-disposition 'rfc2231-parse-string)  (defalias 'mail-header-parse-content-disposition 'rfc2231-parse-qp-string)
48  (defalias 'mail-content-type-get 'rfc2231-get-value)  (defalias 'mail-content-type-get 'rfc2231-get-value)
49  (defalias 'mail-header-encode-parameter 'rfc2045-encode-string)  ;(defalias 'mail-header-encode-parameter 'rfc2045-encode-string)
50    (defalias 'mail-header-encode-parameter 'rfc2231-encode-string)
51    
52  (defalias 'mail-header-remove-comments 'ietf-drums-remove-comments)  (defalias 'mail-header-remove-comments 'ietf-drums-remove-comments)
53  (defalias 'mail-header-remove-whitespace 'ietf-drums-remove-whitespace)  (defalias 'mail-header-remove-whitespace 'ietf-drums-remove-whitespace)
# Line 58  Line 59 
59  (defalias 'mail-narrow-to-head 'ietf-drums-narrow-to-header)  (defalias 'mail-narrow-to-head 'ietf-drums-narrow-to-header)
60  (defalias 'mail-quote-string 'ietf-drums-quote-string)  (defalias 'mail-quote-string 'ietf-drums-quote-string)
61    
62    (defalias 'mail-header-fold-field 'rfc2047-fold-field)
63    (defalias 'mail-header-unfold-field 'rfc2047-unfold-field)
64  (defalias 'mail-header-narrow-to-field 'rfc2047-narrow-to-field)  (defalias 'mail-header-narrow-to-field 'rfc2047-narrow-to-field)
65    (defalias 'mail-header-field-value 'rfc2047-field-value)
66    
67  (defalias 'mail-encode-encoded-word-region 'rfc2047-encode-region)  (defalias 'mail-encode-encoded-word-region 'rfc2047-encode-region)
68  (defalias 'mail-encode-encoded-word-buffer 'rfc2047-encode-message-header)  (defalias 'mail-encode-encoded-word-buffer 'rfc2047-encode-message-header)
69  (defalias 'mail-encode-encoded-word-string 'rfc2047-encode-string)  (defalias 'mail-encode-encoded-word-string 'rfc2047-encode-string)

Legend:
Removed from v.1.2.8.1  
changed lines
  Added in v.1.2.8.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26