From c04a572e0b548b5c3a4c1d30b38ba0358a96f228 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Jan 2022 18:46:21 +0100 Subject: [PATCH] Fix doc --- htdocs/emailcollector/class/emailcollector.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php index ab8d940192b..17fe55d0583 100644 --- a/htdocs/emailcollector/class/emailcollector.class.php +++ b/htdocs/emailcollector/class/emailcollector.class.php @@ -2498,6 +2498,7 @@ class EmailCollector extends CommonObject * * @param Object $mbox Structure * @param string $mid prefix + * @param string $destdir Target dir for attachments * @return array Array with number and object */ private function getmsg($mbox, $mid, $destdir = '') @@ -2548,6 +2549,7 @@ class EmailCollector extends CommonObject * @param string $mid Part no * @param Object $p Object p * @param string $partno Partno + * @param string $destdir Target dir for attachments * @return void */ private function getpart($mbox, $mid, $p, $partno, $destdir = '')