Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Mailbox.php
  • Loading branch information
Ian Otto authored May 31, 2017
commit 90a0fe0a88fbb1346ab24cec93e1420ebeb5a515
1 change: 1 addition & 0 deletions src/PhpImap/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Mailbox {
protected $imapRetriesNum = 0;
protected $imapParams = array();
protected $serverEncoding;
protected $attachmentsDir = null;
protected $sDir = null;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix this plz.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What needs fixing? Not sure...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@duper51 What is protected $sDir = null; for? It must be deleted.

protected $expungeOnDisconnect = true;
private $imapStream;
Expand Down