Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

KeyMailbox Class Reference

Load /etc/bayonne [mailbox] key value pairs. Load mailbox definitions. More...

#include <bayonne.h>

Inheritance diagram for KeyMailbox:

Keydata List of all members.

Public Methods

 KeyMailbox ()
 Initialize keymailbox data.

unsigned getCount (void)
 Get maximum count of allowed messages. More...

unsigned getLimit (void)
 Get maximum storage limit for newly created mailbox. More...

unsigned getQuota (void)
 Get quota of total "voice" message storage permitted on the filesystem. More...

unsigned getMinimum (void)
 Get minimum valid message size for recording in seconds. More...

unsigned getMaximum (void)
 Get maximum size of a single message. More...

const char* getPassword (void)
 Get default initial password until reset. More...


Detailed Description

Load /etc/bayonne [mailbox] key value pairs. Load mailbox definitions.

These are used to specify default values to initialize newly created mailboxes.

Author(s):
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

KeyMailbox::KeyMailbox ( )
 

Initialize keymailbox data.


Member Function Documentation

unsigned KeyMailbox::getCount ( void ) [inline]
 

Get maximum count of allowed messages.

Returns:
maximum count of allowed messages.

unsigned KeyMailbox::getLimit ( void ) [inline]
 

Get maximum storage limit for newly created mailbox.

Returns:
maximum storage limit.

unsigned KeyMailbox::getMaximum ( void ) [inline]
 

Get maximum size of a single message.

Returns:
maximum recording size in seconds.

unsigned KeyMailbox::getMinimum ( void ) [inline]
 

Get minimum valid message size for recording in seconds.

Returns:
minumum message size.

const char * KeyMailbox::getPassword ( void ) [inline]
 

Get default initial password until reset.

Returns:
default initial password.

unsigned KeyMailbox::getQuota ( void ) [inline]
 

Get quota of total "voice" message storage permitted on the filesystem.

Returns:
maximum storage limit of all mailboxes.


The documentation for this class was generated from the following file:
Generated at Mon Oct 1 10:26:06 2001 for Bayonne by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001