» Version | » Information |
---|---|
2024-03-10 stable |
|
2014-03-31 stable |
|
2012-10-23 stable |
|
2012-01-02 stable |
|
2009-04-02 stable |
|
2008-03-09 beta |
|
2007-01-09 beta |
|
2004-09-25 stable |
|
2004-08-04 stable |
|
2004-06-26 stable |
|
2004-05-23 stable |
|
2004-02-12 beta |
|
2004-02-02 beta |
|
2003-07-20 beta |
|
2003-07-14 beta |
|
2003-07-12 beta |
|
2003-04-27 beta |
|
0.3 |
Easy InstallNot sure? Get more info. pear install Net_IMAP-0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_IMAP-0.3 Release date: 2003-03-06 03:07 UTC Release state: beta Release uploaded by: damian Changelog: - Fixed a lot of warnings and uninitialized variables(hope all of them) - new getSummary method - updated Examples of use - tested with Ipswitch Imail 6.06 IMAP Server - tested with Cyrus Imapd 2.0.17 IMAP Server - tested with uw-imapd IMAP Server - minor fixes in protocol parser - changed appendMessage() to make the mailbox parameter optional - added Subscription related methods: unsubscribeMailbox(),listsubscribedMailboxes(),subscribeMailbox() - workarround about getMailboxes() to allow work with wu-imapd - new search() method - added support for Message quotas (quotas for quantity of messages and not size) - getSummary(), getMessages(),deleteMessages() can accept an array of numbers as msg_id to retrieve/delete msg_id that are in the array (designed to use the search() output as parammeter. For example: to delete all seen messages in current mailbox you can do: $imap->getDeleteMessages($imap->search("SEEN")); Dependencies:
|
2003-02-25 beta |