X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-def.el;h=f97a7227706625c27beb8dffea2c492582b13ab6;hb=78912c08157fe51cf49193516eebc31677f95e73;hp=dfbeece80083c89408d63227f943ffeec04d1dc7;hpb=635edef501f7deb04cdf7e5c327e3c8afd67ca46;p=elisp%2Fflim.git diff --git a/mime-def.el b/mime-def.el index dfbeece..f97a722 100644 --- a/mime-def.el +++ b/mime-def.el @@ -1,11 +1,11 @@ -;;; mime-def.el --- definition module for SEMI +;;; mime-def.el --- definition module about MIME ;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: definition, MIME, multimedia, mail, news -;; This file is part of SEMI (Spadework for Emacs MIME Interfaces). +;; This file is part of FLIM (Faithful Library about Internet Message). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -24,6 +24,9 @@ ;;; Code: +(defconst mime-spadework-module-version-string + "FLIM 1.1.0 - \"T-Dòji\" ")-A + (require 'custom) (defgroup mime nil @@ -68,6 +71,16 @@ (concat mime-token-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 "]")) + + ;;; @ end ;;;