Skip to content

Commit

Permalink
corrected 'imap_getmailboxes' comment to include third parameter (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermbs authored and Synchro committed Feb 15, 2019
1 parent 0c41a36 commit 06a74ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gmail.phps
Expand Up @@ -81,7 +81,7 @@ if (!$mail->send()) {
//Section 2: IMAP
//IMAP commands requires the PHP IMAP Extension, found at: https://php.net/manual/en/imap.setup.php
//Function to call which uses the PHP imap_*() functions to save messages: https://php.net/manual/en/book.imap.php
//You can use imap_getmailboxes($imapStream, '/imap/ssl') to get a list of available folders or labels, this can
//You can use imap_getmailboxes($imapStream, '/imap/ssl', '*' ) to get a list of available folders or labels, this can
//be useful if you are trying to get this working on a non-Gmail IMAP server.
function save_mail($mail)
{
Expand Down

0 comments on commit 06a74ee

Please sign in to comment.