Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Email::FolderType::Net - Recognize folder types for network based message protocols.
VERSION
version 1.043
SYNOPSIS
my
$type
= folder_type(
$folder
) ||
'unknown'
;
"$folder is type $type.\n"
;
DESCRIPTION
Registers several mail folder types that are known as network based messaging protocols. Folder names for these protocols should be specified using a URI syntax.
IMAP
Returns this folder type if the scheme is imap
.
IMAPS
Returns this folder type if the scheme is imaps
.
POP3
Returns this folder type if the schem is pop
or pop3
.
POP3S
returns this folder type if the scheme is pops
or pop3s
.
SEE ALSO
Email::FolderType, Email::FolderType::Local, URI.
AUTHOR
Casey West <casey@geeknest.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Casey West <casey@geeknest.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.