Skip to content

Typo on Mail documentation #34

Description

@patrickcurl

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions