Skip to content

Commit 8005085

Browse files
committed
Merge branch '2.x-release/v2.0.4' into 2.x
2 parents d072e95 + cddbecc commit 8005085

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Libraries/VaahImap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,5 +313,10 @@ function getBcc($mail)
313313

314314
//----------------------------------------------------------
315315
//----------------------------------------------------------
316+
function getMailAttachments($mail_uid){
317+
$this->connect();
318+
$mail = $this->imap->getMail($mail_uid);
319+
return $mail->getAttachments();
320+
}
316321
//----------------------------------------------------------
317322
}

0 commit comments

Comments
 (0)