phlyMail 3.6.38 (MessageCenter branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News phlyMail 3.6.38 (MessageCenter branch)
# 1  
Old 02-08-2009
phlyMail 3.6.38 (MessageCenter branch)

ImagephlyMail is a Webmail and data hostingapplication. It features folders, unlimitedPOP3/IMAP profiles, quotas, an integrated addressbook, a calendar, a file manager, SMS support,themes, and multilingual support. It uses eithersendmail or SMTP to send email, and can handleMIME. Support for IDN (Internationalized DomainNames) is included. Through its modular design,various new functions (like RSS, personal filestorage, a bookmark manager, etc.) are easilyincluded.License: Other/Proprietary License with SourceChanges:
This build improves the mail parser, which tended to show text attachments as such when an HTML part was right before them.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Catalyst::Authentication::Store::IMAP::User(3pm)	User Contributed Perl Documentation	  Catalyst::Authentication::Store::IMAP::User(3pm)

NAME
Catalyst::Authentication::Store::IMAP::User - An authentication user for IMAP. SYNOPSIS
use Catalyst::Authentication::Store::IMAP::User; Catalyst::Authentication::Store::IMAP::User->new( id => "username", ); DESCRIPTION
This implementation of authentication user handles is supposed to go hand in hand with Catalyst::Authentication::Store::IMAP. METHODS
new( @pairs ) Create a new object with the key-value-pairs listed in the arg list. supported_features( ) Checks for existence of keys that correspond with features. for_session( ) Just returns $self, expecting it to be serializable. from_session( ) Just passes returns the unserialized object, hoping it's intact. store( ) Accessors that override superclass's dying virtual methods. id( ) check_password( $password ) Establishes a connection to the IMAP server and checks the given user credentials. Stores the Mail::IMAPClient object on the stash as imapclient for usage by other components. SEE ALSO
Hash::AsObject AUTHOR
Stefan Seifert <nine@cpan.org> LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-16 Catalyst::Authentication::Store::IMAP::User(3pm)