File: hmail.el.html

The hmail class provides an abstract interface for connecting
  GNU Emacs-based mail readers and composers to Hyperbole. Its
  public variables together with supporting classes determine the
  mail tools that Hyperbole will support.

  The rmail and lmail classes provide a set of feature names
  that Hyperbole packages can call to interface to a user's selected
  mail reader. Eventually, a full abstract calling interface may be
  developed. The public features (the ones above the line of dashes)
  must be redefined for any mail reader. The private features are
  used only by a particular mail reader.

  The smail class is similar; it connects a mail composer for use
  with Hyperbole.

Defined variables (10)

hmail:composerMajor mode for composing mail to be sent with Hyperbole buttons.
hmail:hbdata-sepText separating e-mail msg from any trailing Hyperbole button data.
hmail:init-functionFunction (a symbol) to initialize Hyperbole support for a mail reader/composer.
hmail:listerMajor mode for listing mail header summaries with Hyperbole buttons.
hmail:modifierMajor mode for editing received mail with Hyperbole buttons.
hmail:readerMajor mode for reading mail with Hyperbole buttons.
hnews:composerMajor mode for composing USENET news to be sent with Hyperbole buttons.
hnews:listerMajor mode for listing USENET news header summaries with Hyperbole buttons.
hnews:readerMajor mode for reading USENET news with Hyperbole buttons.
rmail:msg-hdr-prefixString header preceding an e-mail received message-id.

Defined functions (17)

hmail:browser-p()
hmail:buffer(&optional BUF INVISIBLE-FLAG)
hmail:compose(ADDRESS EXPR &optional SUBJECT HELP)
hmail:composing-dir(KEY-SRC)
hmail:editor-p()
hmail:hbdata-start(&optional MSG-START MSG-END)
hmail:hbdata-to-p()
hmail:init(CLASS-PREFIX FUNC-SUFFIX-LIST)
hmail:invoke(&optional ADDRESS CC SUBJECT)
hmail:lister-p()
hmail:mode-is-p()
hmail:msg-narrow(&optional MSG-START MSG-END)
hmail:reader-p()
hmail:region(START END &optional BUF INVISIBLE-FLAG)
hnews:lister-p()
rmail:init()
rmail:msg-id-get()

Defined faces (0)