Skip to content

Commit

Permalink
strip ws
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 7, 2015
1 parent 24d3775 commit e90f961
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -106,7 +106,7 @@ class Foo implements SplObserver
if ($subject instanceof Horde_Imap_Client_Base_Alerts) {
// This is where your code processes the alert.
$alert = $subject->getLast();

// Alert text: $alert->alert
// Alert type (optional): $alert->type
}
Expand Down Expand Up @@ -247,7 +247,7 @@ $mailbox = new Horde_Imap_Client_Mailbox('MailboxName');
try {
// Subscribe
$client->subscribeMailbox($mailbox, true);

// Unsubscribe
$client->subscribeMailbox($mailbox, false);
} catch (Horde_Imap_Client_Exception $e) {
Expand Down

0 comments on commit e90f961

Please sign in to comment.