We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc28d4 commit cd5522bCopy full SHA for cd5522b
README.md
@@ -1,5 +1,5 @@
1
# Email Structure Parser
2
-Given an IMAP stream and a message nubmer, this library will parse the
+Given an IMAP stream and a message number, this library will parse the
3
structure of multipart emails.
4
5
## Installation
@@ -46,4 +46,4 @@ var_dump($parts['TEXT/HTML']);
46
foreach($parts['IMAGE/PNG'] as $image) {
47
file_put_contents($image->name, $image->content);
48
}
49
-```
+```
0 commit comments