An open API service indexing awesome lists of open source software.

https://github.com/halojoy/phpimapclass

Easy Class for download of Emails from your inbox. Written in PHP uses IMAP extension for client.
https://github.com/halojoy/phpimapclass

class client emails imap inbox php php7 ssl

Last synced: 10 days ago
JSON representation

Easy Class for download of Emails from your inbox. Written in PHP uses IMAP extension for client.

Awesome Lists containing this project

README

          

### phpImapClass
Easy to use Class for download of Emails from your inbox.

Written in PHP and uses IMAP extension for client.
```
Class phpImap
{
PUBLIC METHODS:
__construct($host=null, $user=null, $pass=null, $folder=null)
close($this->mbox)
listFolders()
loadEmails($criteria='ALL', $descending=true)
showEmails($directory=false)
overView()
downloadAttachments($directory)
displayEmail($num)
loadHeader($num)
loadBody($num)
loadAttachments($num, $directory=false)
hasAttachments($num)
loadStructure($num)

PRIVATE METHODS:
getPart()
get_mime_type()
}
```