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 e7cf907 commit 239f6d0Copy full SHA for 239f6d0
src/IMAP/Message.php
@@ -903,11 +903,11 @@ public function getEncoding($structure) {
903
904
/**
905
* Find the folder containing this message.
906
- *
907
* @param null|Folder $folder where to start searching from (top-level inbox by default)
908
*
909
- * @return null|Folder
+ * @return mixed|null|Folder
910
* @throws Exceptions\ConnectionFailedException
+ * @throws Exceptions\MailboxFetchingException
911
* @throws InvalidMessageDateException
912
* @throws MaskNotFoundException
913
*/
0 commit comments