File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
ImapMailbox is PHP class to access mailbox by POP3/IMAP/NNTP using IMAP extension
2
2
3
- ## Features
4
- * Connect to mailbox by POP3/IMAP/NNTP (see [http://php.net/imap_open imap_open])
5
- * Get mailbox status (see [http://php.net/imap_check imap_check])
6
- * Receive emails (+attachments, +html body images)
7
- * Search emails by custom criteria (see [http://php.net/imap_search imap_search])
8
- * Change email status (see [http://php.net/imap_setflag_full imap_setflag_full])
9
- * Delete email
3
+ Features:
4
+ * Connect to mailbox by POP3/IMAP/NNTP (see [http://php.net/imap_open imap_open])
5
+ * Get mailbox status (see [http://php.net/imap_check imap_check])
6
+ * Receive emails (+attachments, +html body images)
7
+ * Search emails by custom criteria (see [http://php.net/imap_search imap_search])
8
+ * Change email status (see [http://php.net/imap_setflag_full imap_setflag_full])
9
+ * Delete email
10
10
11
11
Project site:
12
12
https://github.com/barbushin/php-imap
You can’t perform that action at this time.
0 commit comments