Changes between Version 7 and Version 8 of Plugin_Hooks


Ignore:
Timestamp:
Mar 26, 2009 3:33:10 AM (4 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Hooks

    v7 v8  
    105105 
    106106 
     107=== outgoing_message_body === 
     108 
     109Before a mail message is composed, this hooks is triggered before assing the message body contents. 
     110 
     111Arguments: 
     112  body: ''The message body to be added'' 
     113  type: ''html|plain|alternative'' 
     114  message: ''Reference to current MailMime object'' 
     115Return values: 
     116  body 
     117 
     118 
    107119 
    108120== Task "addressbook" ==