Skip to content

Commit 0fa87f4

Browse files
committed
My bad - but happens :)
1 parent f407047 commit 0fa87f4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ foreach($aMailboxes as $oMailbox){
107107
}
108108
}
109109
```
110-
110+
Attachment handling fixed (Plain files were ignored)
111111
If you use the Facade `\Webklex\IMAP\Facades\Client` please select an account first:
112112

113113
``` php

src/IMAP/Message.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ private function fetchStructure($structure, $partNumber = null) {
347347
if ($partNumber) {
348348
$prefix = $partNumber . ".";
349349
}
350-
var_dump($structure);
351350
$this->fetchStructure($subStruct, $prefix . ($index + 1));
352351
}
353352
} else {

0 commit comments

Comments
 (0)