;;; -*-Scheme-*-
;;;
-;;; $Id: compile.scm,v 1.7 2000/05/17 20:53:24 cph Exp $
+;;; $Id: compile.scm,v 1.8 2000/06/01 18:23:55 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
"imail-util"
"imap-response"
"imap-syntax"
+ "mime-codec"
"parser"
"rexp"
"rfc822"
;;; -*-Scheme-*-
;;;
-;;; $Id: ed-ffi.scm,v 1.9 2000/05/17 20:53:26 cph Exp $
+;;; $Id: ed-ffi.scm,v 1.10 2000/06/01 18:23:56 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
("imail-util" (edwin imail) system-global-syntax-table)
("imap-response" (edwin imail imap-response) system-global-syntax-table)
("imap-syntax" (edwin imail imap-syntax) system-global-syntax-table)
+ ("mime-codec" (edwin imail mime-codec) system-global-syntax-table)
("parser" (edwin imail parser) system-global-syntax-table)
("rexp" (edwin imail rexp) system-global-syntax-table)
("rfc822" (edwin imail rfc822) system-global-syntax-table)
;;; -*-Scheme-*-
;;;
-;;; $Id: imail.pkg,v 1.40 2000/05/22 13:52:25 cph Exp $
+;;; $Id: imail.pkg,v 1.41 2000/06/01 18:23:58 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
rfc822:strip-quoted-names
rfc822:tokens->string))
+(define-package (edwin imail mime-codec)
+ (files "mime-codec")
+ (parent (edwin imail))
+ (export (edwin imail)
+ decode-base64-binary-string
+ decode-base64-binary-substring
+ decode-base64-text-string
+ decode-base64-text-substring
+ decode-quoted-printable-string
+ decode-quoted-printable-substring))
+
(define-package (edwin imail imap-syntax)
(files "imap-syntax")
(parent (edwin imail))