Query: catalyst::authentication::store::imap::user
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Catalyst::Authentication::Store::IMAP::User(3pm) User Contributed Perl Documentation Catalyst::Authentication::Store::IMAP::User(3pm)NAMECatalyst::Authentication::Store::IMAP::User - An authentication user for IMAP.SYNOPSISuse Catalyst::Authentication::Store::IMAP::User; Catalyst::Authentication::Store::IMAP::User->new( id => "username", );DESCRIPTIONThis implementation of authentication user handles is supposed to go hand in hand with Catalyst::Authentication::Store::IMAP.METHODSnew( @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 ALSOHash::AsObjectAUTHORStefan Seifert <nine@cpan.org>LICENSEThis 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)
Similar Topics in the Unix Linux Community |
---|
how to use tcpdump to track packets(mails) ? |
Store values in an Array |
Perl - nested substitutions |
Hostbased Authentication |
expect script with special characters? |