Changes between Version 35 and Version 36 of Plugin_Hooks


Ignore:
Timestamp:
Dec 8, 2009 5:00:30 PM (3 years ago)
Author:
ziba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Hooks

    v35 v36  
    282282  * attachments: ''Array of attachments to be added. An entry (array) should contain the fields 'path', 'name' and 'mimetype' '' 
    283283 
     284=== message_compose_body === 
     285 
     286Triggered during the compose step.[[BR]] 
     287This 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'' 
    284294 
    285295=== upload_attachment ===