App::Zapzi::Folders - routines to access Zapzi folders
version 0.017
These routines allow access to Zapzi folders via the database.
Returns true if the folder is used by the system eg Inbox.
Returns the database resultset for the folder called name
.
Adds a new folder called name
.
Will return false if it exists already,
otherwise the result of the DB add function.
Deletes folder name
if it exists.
Returns the DB result status for the deletion.
Returns a ref to a hash where keys are the folder names and value is the article count.
Rupert Lane <rupert@rupert-lane.org>
This software is copyright (c) 2015 by Rupert Lane.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.