POP 3 client class 2008.04.24 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News POP 3 client class 2008.04.24 (Default branch)
# 1  
Old 04-25-2008
POP 3 client class 2008.04.24 (Default branch)

ImagePOP 3 client is a PHP class that allows you to access mail boxes using the POP3 protocol. It provides a stream wrapper class for retrieving messages like files using the PHP fopen function, establishes secure connections using TLS, accesses servers using normal and APOP login methods, supports authentication mechanisms such as PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix via Samba) via the PHP SASL library, and supports listing of message sizes, retrieval of a message at once, separating the headers from the body, retrieving a message in small chunks to not exceed the available memory, and deleting messages.License: Freely DistributableChanges:
This release fixes inadvertent class calls passingparameters by reference.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Jifty::View::Declare::BaseClass(3pm)			User Contributed Perl Documentation		      Jifty::View::Declare::BaseClass(3pm)

NAME
Jifty::View::Declare::BaseClass - Base class for Template::Declare views DESCRIPTION
This class provides a base class for your Template::Declare derived view classes. METHODS
use_mason_wrapper Call this function in your view class to use your mason wrapper for Template::Declare templates, something like: package TestApp::View; use Jifty::View::Declare -base; __PACKAGE__->use_mason_wrapper; If you don't use mason then you can define a "wrapper" function in the view class to override default page layouts. Default TD wrapper defined in Jifty::View::Declare::Helpers. ATTRIBUTES
clkao owes documentation as to the meaning of this and when it would be acceptable to use it. Static TODO Document this... This is part of the client-caching system being developed for Perl to allow you to translate templates into JavaScript running on the client. This function allows a developer to mark a Template::Declare template as static (unchanging), so that the compiled version can be cached on the client side and inserted with javascript. Action TODO Document this... This is part of the client-caching system being developed for Perl to allow you to translate templates into JavaScript running on the client. This function allows a developer to mark a Template::Declare template as an action. SEE ALSO
Jifty::View::Declare, Template::Declare, Jifty::View::Declare::Helpers LICENSE
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::View::Declare::BaseClass(3pm)