DESCRIPTION
[enter your description here]METHODS
auto
Only logged in users may use this product.login
Login action. Private action that auto forwards to so we can prepend it do a login on any URI and on successful login show the requested page.logout
Logout action: drops the current session and logs out the user. Redirects to / so we can start a new session.index
Redirect to the INBOX viewmailboxes
Lists the folders of this user. Used by AJAX to update the folder tree.create_folder
Create a top level foldererror
Display an error message found on the stashrender
Attempt to render a view, if needed.end
Cleanup after a request is renderedAUTHOR
Stefan Seifert Mathias Reitinger <[email protected]>LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.