See METHODS in Mail::Reporter
Option | Defined in | Default |
---|---|---|
access | Mail::Box |
|
body_delayed_type | Mail::Box | |
body_type | Mail::Box::File | <see description> |
coerce_options | Mail::Box |
|
create | Mail::Box | <false> |
extract | Mail::Box |
|
field_type | Mail::Box | undef |
fix_headers | Mail::Box | <false> |
folder | Mail::Box |
|
folderdir | Mail::Box |
|
head_delayed_type | Mail::Box | |
head_type | Mail::Box | |
keep_dups | Mail::Box | <false> |
lock_extension | Mail::Box::File |
|
lock_file | Mail::Box | <foldername><lock-extension> |
lock_timeout | Mail::Box | 1 hour |
lock_type | Mail::Box | |
lock_wait | Mail::Box | 10 seconds |
locker | Mail::Box | undef |
log | Mail::Reporter |
|
manager | Mail::Box | undef |
message_type | Mail::Box | |
multipart_type | Mail::Box | |
remove_when_empty | Mail::Box | <true> |
save_on_exit | Mail::Box | <true> |
subfolder_extension |
| |
trace | Mail::Reporter |
|
trusted | Mail::Box | <depends on folder location> |
write_policy | Mail::Box::File | undef |
Option | Defined in | Default |
---|---|---|
check | Mail::Box | <false> |
folder | Mail::Box | <from calling object> |
folderdir | Mail::Box | <from folder> |
skip_empty | Mail::Box | <false> |
subfolder_extension | <from object> |
Translate a folder name into a filename, using the
FOLDERDIR value to replace a leading =
. If no EXTENSION is specified and
this method is called as instance method, new(subfolder_extension) is used.
Otherwise, the extension default to '.d'
.
If no FOLDERNAME is specified, then the value of the folder
option
is taken. A mbox folder is a file which starts with a separator
line: a line with 'From '
as first characters. Blank lines which
start the file are ignored, which is not for all MUA's acceptable.
Option | Defined in | Default |
---|---|---|
folder | undef | |
folderdir | Mail::Box | undef |
subfolder_extension | <from object> |