Skip to content

Commit 3f6210f

Browse files
committed
Update readme.txt
1 parent 746a22e commit 3f6210f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
ImapMailbox is PHP class to access mailbox by POP3/IMAP/NNTP using IMAP extension
22

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
1010

1111
Project site:
1212
https://github.com/barbushin/php-imap

0 commit comments

Comments
 (0)