This commit was generated by cvs2svn to compensate for changes in r434,
[elisp/tm.git] / tm-eword.el
1 ;;;
2 ;;; tm-eword.el --- RFC 1522 based multilingual MIME message header
3 ;;;                 encoder/decoder for GNU Emacs
4 ;;;
5 ;;; Copyright (C) 1995 Free Software Foundation, Inc.
6 ;;; Copyright (C) 1993,1994,1995 MORIOKA Tomohiko
7 ;;;
8 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
9 ;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
10 ;;; Created: 1993/6/3 (1995/10/3 obsolete tiny-mime.el)
11 ;;; Version:
12 ;;;     $Id: tm-eword.el,v 7.10 1995/12/06 08:20:02 morioka Exp $
13 ;;; Keywords: mail, news, MIME, RFC 1522, multilingual, encoded-word
14 ;;; Commentary: This module is obsoleted. tm-ew-d.el is part of
15 ;;;             tm-view.el, and tm-ew-e.el is part of tm-edit.el.
16 ;;;
17 ;;; This file is part of tm (Tools for MIME).
18 ;;;
19 ;;; This program is free software; you can redistribute it and/or
20 ;;; modify it under the terms of the GNU General Public License as
21 ;;; published by the Free Software Foundation; either version 2, or
22 ;;; (at your option) any later version.
23 ;;;
24 ;;; This program is distributed in the hope that it will be useful,
25 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
26 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27 ;;; General Public License for more details.
28 ;;;
29 ;;; You should have received a copy of the GNU General Public License
30 ;;; along with This program.  If not, write to the Free Software
31 ;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
32 ;;;
33 ;;; Code:
34
35 (require 'tl-822)
36 (require 'tl-str)
37 (require 'tm-def)
38
39 (autoload 'mime/encode-message-header "tm-ew-e" nil t)
40 (autoload 'mime/decode-message-header "tm-ew-d" nil t)
41 (autoload 'mime/encode-field "tm-ew-e" nil t)
42
43 (autoload 'mime-eword/decode-region "tm-ew-d" nil t)
44 (autoload 'mime-eword/encode-string "tm-ew-e")
45 (autoload 'mime-eword/decode-string "tm-ew-d")
46
47 (autoload 'mime/exist-encoded-word-in-subject "tm-ew-e" nil t)
48
49
50 ;;; @ end
51 ;;;
52
53 (provide 'tm-eword)