Hello and thanks for your module!
I used inadvertedly $imap->body_string() instead of $imap->body_string( $msg ) and the program leaked a lot of memory until I killed it. I'm using the currently latest version 3.43
I suspect it tried to read all messages in the currently selected, huge, imap folder.
I hope is not something affecting all methods acceppting one or more message IDs.
ATM I have no time to investigate it further.
Thanks for reading
L*
Hello and thanks for your module!
I used inadvertedly
$imap->body_string()instead of$imap->body_string( $msg )and the program leaked a lot of memory until I killed it. I'm using the currently latest version 3.43I suspect it tried to read all messages in the currently selected, huge, imap folder.
I hope is not something affecting all methods acceppting one or more message IDs.
ATM I have no time to investigate it further.
Thanks for reading
L*