Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo on Mail documentation #34

Open
patrickcurl opened this issue Nov 8, 2013 · 0 comments
Open

Typo on Mail documentation #34

patrickcurl opened this issue Nov 8, 2013 · 0 comments

Comments

@patrickcurl
Copy link

page: http://eden.openovate.com/documentation/mailing/imap
Next let's set the INBOX as the active mailbox. Figure 3 shows how we would set and retrieve the active mailbox in one line.

Figure 3. Set Active Mailbox FIRST!
echo $imap->setMailboxes('INBOX')->getActiveInbox(); //--> INBOX
^^ this errors out, as method doesn't exist..
Instead it should read:
echo $imap->setActiveMailbox("INBOX")->getActiveMailbox() -- both of the methods were named wrong...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant