next up previous contents
Next: Supported Classes Up: Python Scripting Previous: Namespaces   Contents

List of Callbacks



0 8 1 0 0 0 00 8 1 0 0 0 0Callback Name Object Type Additional Arguments/Types Return Value Documentation
FolderOpenHook MailFolder   void Called after a folder has been opened.
FolderUpdateHook MailFolder   void Called after a folder has been updated.
FolderSetMessageFlag MailFolder (long) index of message 1 if changing flags is ok,0 otherwise Called before changing flags for a message.
    (string)name of flag    
FolderClearMessageFlag MailFolder (long) index of message 1 if changing flags is ok,0 otherwise Called before changing flags for a message.
    (string) name of flag    
FolderExpungeHook MailFolder   1 to expunge, 0 to abort Called before expunging messages.
FolderNewMailHook MailFolder   1 to suppress default message, 0 else Called when new mail arrived in folder.
GlobalNewMailHook mApplication (string) sender of mail 1 to suppress default message, 0 else Called when new mail arrived anywhere.
    (string) subject of mail    




next up previous contents
Next: Supported Classes Up: Python Scripting Previous: Namespaces   Contents
Charlie & 2001-04-19