Changes between Version 16 and Version 17 of Plugin_Hooks


Ignore:
Timestamp:
Jul 3, 2009 9:07:59 AM (4 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Hooks

    v16 v17  
    207207 
    208208 
     209=== smtp_connect === 
     210 
     211Triggered when before opening an SMTP connection to send a message.[[BR]] 
     212Some SMTP related config options are passed as arguments and can be altered by a plugin. 
     213 
     214''Arguments:'' 
     215  * smtp_server 
     216  * smtp_port 
     217  * smtp_user 
     218  * smtp_pass 
     219  * smtp_auth_type 
     220  * smtp_helo_host 
     221 
     222''Return values:'' 
     223  ''all arguments'' 
     224 
     225 
    209226=== message_sent === 
    210227 
     
    333350 
    334351 
     352=== list_identities === 
     353 
     354Triggered when a users identities are listed. 
     355 
     356''Arguments:'' 
     357  * list: ''The list of identity records'' 
     358  * cols: ''List of cols to be displayed'' 
     359 
     360''Return values:'' 
     361  * list 
     362  * cols 
     363 
     364 
    335365=== create_identity === 
    336366