Skip to content

Commit 66af613

Browse files
committed
ImapStructure: added missing image type
1 parent 976a4d0 commit 66af613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MailLibrary/Structures/ImapStructure.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ImapStructure implements IStructure {
3232
self::TYPE_MESSAGE => 'message',
3333
self::TYPE_APPLICATION => 'application',
3434
self::TYPE_AUDIO => 'audio',
35+
self::TYPE_IMAGE => 'image',
3536
self::TYPE_VIDEO => 'video',
3637
self::TYPE_OTHER => 'other',
3738
);
@@ -172,4 +173,4 @@ protected function addStructurePart($structure, $partId)
172173
}
173174
}
174175
}
175-
176+

0 commit comments

Comments
 (0)