| Class | Symbiosis::Domain::Mailbox |
| In: |
email/lib/symbiosis/domain/mailbox.rb
|
| Parent: | Object |
| domain | [R] | |
| local_part | [R] | |
| mailboxes_dir | [R] |
Returns the mailbox‘s password, or nil if one has not been set, or the mailbox doesn‘t exist.
Sets the password, creating the mailbox if needed. If the encrypt_password flag is set then the password is encrypted using Symbiosis::Domain#crypt_password
Sets the individual mailbox quota. Uses Symbiosis::Utils#parse_quota to check the argment. Returns an interpreted quota, i.e. an integer or nil. Creates the mailbox if needed.