Thank you for your nice corrections.
I now can figure out where the problem precisely is.
Imap:Talk through its fetch() method returns a structure.
But Email::Mime is waiting for a string...
I am trying now to find a way...
I have tried a method parse_mode(ParseOption => $ParseMode) given by Imap::Talk, but without success for now...
Or maybe should I use a different module ?