Skip to content

Latest commit

 

History

History
89 lines (56 loc) · 1.81 KB

compose.rst

File metadata and controls

89 lines (56 loc) · 1.81 KB

compose

This is preliminary documentation for the message composition window API being developed in bug 1503423.

Functions

beginNew([details])

beginReply(messageId, [replyType])

  • messageId (integer) The message to reply to
  • [replyType] (string)

Values for replyType:

  • replyToSender
  • replyToList
  • replyToAll

beginForward(messageId, [forwardType], [details])

Values for forwardType:

  • forwardInline
  • forwardAsAttachment

Types

ComposeParams

object

ComposeRecipient

string: A name and email address in the format "Name <email@example.com>", or just an email address

OR

object:

Values for type:

  • contact
  • mailingList