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.
2 parents d072e95 + cddbecc commit 8005085Copy full SHA for 8005085
Libraries/VaahImap.php
@@ -313,5 +313,10 @@ function getBcc($mail)
313
314
//----------------------------------------------------------
315
316
+ function getMailAttachments($mail_uid){
317
+ $this->connect();
318
+ $mail = $this->imap->getMail($mail_uid);
319
+ return $mail->getAttachments();
320
+ }
321
322
}
0 commit comments