_getContents()
protected method
Create the IMP_Contents objects needed to create a message.
protected _getContents ( ) : IMP_Contents |
return |
IMP_Contents |
The IMP_Contents object. |
- bcc_json: JSON encoded addresses to send to. Overwrites 'bcc'.
- body: Message body text.
- cc: CC addresses.
- cc_json: JSON encoded addresses to send to. Overwrites 'cc'.
- identity: Force message to use this identity by default.
- popup_link: Compose window generated via a popup link.
- subject: Subject to use.
- type: redirect, reply, reply_auto, reply_all, reply_list,
forward_attach, forward_auto, forward_body, forward_both,
forward_redirect, resume, new, new_to, editasnew, template,
template_edit, template_new
- to: Addresses to send to.
- to_json: JSON encoded addresses to send to. Overwrites 'to'.