The IMP_Fetchmail:: class provides an interface to download mail from remote mail servers.
$Horde: imp/lib/Fetchmail.php,v 1.41.8.15 2009/01/06 15:24:03 jan Exp $
Copyright 2002-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
Located in /lib/Fetchmail.php (line 17)
Class | Description |
---|---|
![]() |
The IMP_Fetchmail_imap driver implements the IMAP_Fetchmail class for use with IMAP/POP3 servers. |
The list of active fetchmail parameters for the current driver.
ALL DRIVERS SHOULD UNSET ANY FETCHMAIL PARAMETERS THEY DO NOT USE OR ELSE THEY WILL APPEAR IN THE PREFERENCES PAGE. The following parameters are available: 'id' -- The account name. 'driver' -- The driver to use. 'protocol' -- The protocol type. 'username' -- The username on the remote server. 'password' -- The password on the remote server. 'server' -- The remote server name/address. 'rmailbox' -- The remote mailbox name. 'lmailbox' -- The local mailbox to download messages to. 'onlynew' -- Only retrieve new messages? 'markseen' -- Mark messages as seen? 'del' -- Delete messages after fetching? 'loginfetch' -- Fetch mail from other accounts on login? 'acctcolor' -- Should these messages be colored differently in mailbox view?
Parameters used by the driver.
Constructor.
Returns a description of the driver.
This function can be called statically: $description = IMP_Fetchmail::description();
Attempts to return a concrete IMP_Fetchmail instance based on $driver.
Perform fetchmail on the list of accounts given. Outputs informaton to the global notification driver.
This function can be called statically.
Gets the mail using the data in this object.
Return the list of parameters valid for this driver.
Return a list of protocols supported by this driver.
List the colors available for coloring fetched messages.
This function can be called statically: $list = IMP_Fetchmail::listColors();
Returns a list of available drivers, with a description of each.
This function can be called statically: $list = IMP_Fetchmail::listDrivers();
Documentation generated on Sun, 30 Jan 2011 05:28:11 +0000 by phpDocumentor 1.4.3