- hook(type => "filter", id => "mailbox", call => \&filter);
- hook(type => "linkify", id => "mailbox", call => \&linkify);
- hook(type => "scan", id => "mailbox", call => \&scan);
- hook(type => "htmlize", id => "mailbox", call => \&htmlize);
- hook(type => "sanitize", id => "mailbox", call => \&sanitize);
- hook(type => "postscan", id => "mailbox", call => \&postscan);
- hook(type => "format", id => "mailbox", call => \&format);
- hook(type => "pagetemplate", id => "mailbox", call => \&pagetemplate);
- hook(type => "templatefile", id => "mailbox", call => \&templatefile);
- hook(type => "delete", id => "mailbox", call => \&delete);
- hook(type => "change", id => "mailbox", call => \&change);
- hook(type => "cgi", id => "mailbox", call => \&cgi);
- hook(type => "auth", id => "mailbox", call => \&auth);
- hook(type => "sessioncgi", id => "mailbox", call => \&sessioncgi);
- hook(type => "canedit", id => "mailbox", call => \&canedit);
- hook(type => "editcontent", id => "mailbox", call => \&editcontent);
- hook(type => "formbuilder_setup", id => "mailbox", call => \&formbuilder_setup);
- hook(type => "formbuilder", id => "mailbox", call => \&formbuilder);
- hook(type => "savestate", id => "mailbox", call => \&savestate);