Skip to content

Commit 71372fc

Browse files
Update README.md
Minor
1 parent 4babccf commit 71372fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ImapMailbox is a PHP class to access mailboxes by POP3/IMAP/NNTP using PHP's nat
77
* Receive emails (+attachments, +html body images)
88
* Search emails by custom criteria, using [imap_search()](http://php.net/imap_search)
99
* Change email status, using [imap_setflag_full()](http://php.net/imap_setflag_full)
10-
* Delete email
10+
* Delete email, using [imap_delete()](http://php.net/imap_delete)
1111

1212
### Requirements
1313

0 commit comments

Comments
 (0)