;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.6 1997-02-24 08:57:49 tmorioka Exp $
+;; Version: $Id: mime-def.el,v 0.7 1997-02-24 09:00:59 tmorioka Exp $
;; Keywords: definition, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(defconst mime/disposition-type-regexp mime/token-regexp)
-;;; @@ Quoted-Printable
-;;;
-
-(defconst quoted-printable-hex-chars "0123456789ABCDEF")
-(defconst quoted-printable-octet-regexp
- (concat "=[" quoted-printable-hex-chars
- "][" quoted-printable-hex-chars "]"))
-
-(defconst eword-Q-encoded-text-regexp
- (concat "\\([^=?]\\|" quoted-printable-octet-regexp "\\)+"))
-(defconst eword-Q-encoding-and-encoded-text-regexp
- (concat "\\(Q\\)\\?" eword-Q-encoded-text-regexp))
-
-
;;; @ rot13-47
;;;
;; caesar-region written by phr@prep.ai.mit.edu Nov 86