Skip to content

Commit

Permalink
add attachment disposition to attachment object
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Schiffel committed Nov 1, 2015
1 parent 815e8af commit 80c3561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpImap/IncomingMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ class IncomingMailAttachment {
public $id;
public $name;
public $filePath;
public $disposition;
}

0 comments on commit 80c3561

Please sign in to comment.