Subject: | append_file() does not interpret $date argument as expected |
The documentation for $imap->append_file() lists $date as one of the
arguments it accepts. However, it does not describe the use of this
parameter, so I assumed it worked the same was as the $date argument of
$imap->append_string(). I was wrong.
It seems, from looking at the source, that the $date argument in
append_file() is really $use_filetime, a boolean that indicates whether
to use the timestamp of the file as the internal date, or not.
I would like the documentation of Mail::IMAPClient updated to explain
this. Thanks.