| Email-FolderType documentation | Contained in the Email-FolderType distribution. |
Email::FolderType::Mbox - class to help Email::FolderType recognise MH mail directories
| Email-FolderType documentation | Contained in the Email-FolderType distribution. |
package Email::FolderType::Mbox; use strict;
# since Mbox is the default always return 1 sub match { 1 } 1;