Hi just started fight wiht imap functions and everything went fine until now.
function imap_body returns me plain text message body and it returns messed up message text.
must I use some other encoding or what??
I also tried to use:
$struktuur=imap_fetchstructure ($link, $num);
echo $struktuur->type;
in manual they sayd that it should give me this message type which I am currently reading, but does not understand variable "type".
also I tried to use
$struktuur=imap_fetchstructure ($link, $num);
echo $struktuur->lines; - it worked???