Changes between Version 35 and Version 36 of Plugin_Hooks
- Timestamp:
- Dec 8, 2009 5:00:30 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin_Hooks
v35 v36 282 282 * attachments: ''Array of attachments to be added. An entry (array) should contain the fields 'path', 'name' and 'mimetype' '' 283 283 284 === message_compose_body === 285 286 Triggered during the compose step.[[BR]] 287 This allows a plugin to modify the body of a message after the blank/draft/forward has been assembled, but before the compose form is displayed. 288 289 ''Arguments:'' 290 * body: ''The body of the message'' 291 292 ''Return values:'' 293 * body: ''The body of the message'' 284 294 285 295 === upload_attachment ===
