Changes between Version 16 and Version 17 of Plugin_Hooks
- Timestamp:
- Jul 3, 2009 9:07:59 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin_Hooks
v16 v17 207 207 208 208 209 === smtp_connect === 210 211 Triggered when before opening an SMTP connection to send a message.[[BR]] 212 Some 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 209 226 === message_sent === 210 227 … … 333 350 334 351 352 === list_identities === 353 354 Triggered 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 335 365 === create_identity === 336 366
