-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
23 lines (15 loc) · 700 Bytes
/
README
File metadata and controls
23 lines (15 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Email Reader
Project home: http://github.com/driverdan/emailreader
Author home: http://driverdan.com
Class to fetch email. Currently only supports saving attachments and deleting messages.
This was developed because I needed to save images attached to email sent from smartphones.
Requirements
-----
PHP IMAP extension. If you installed from a package it's probably included.
See http://www.php.net/manual/en/imap.installation.php.
Using
-----
1. Get latest version from github: git clone git@github.com:driverdan/emailreader.git
2. Require the class: require_once("email_reader.class.php");
3. See phpdocs for documentation.
Feel free to contribute additional features by forking on github.