Function: rmail-mm-get-boundary-error-message

rmail-mm-get-boundary-error-message is a byte-compiled function defined in rmailmm.el.gz.

Signature

(rmail-mm-get-boundary-error-message MESSAGE TYPE DISPOSITION ENCODING)

Documentation

Return MESSAGE with more information on the main MIME components.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailmm.el.gz
(defun rmail-mm-get-boundary-error-message (message type disposition encoding)
  "Return MESSAGE with more information on the main MIME components."
  (error "%s; type: %s; disposition: %s; encoding: %s"
	 message type disposition encoding))