- Edited
I setup mail piping throw pipe.phpMy PHP doesn't have imap extension (it is required only for mail fetching).In includes/class.mailfetch.php in function mime_decode() you are using: imap_mime_header_decode() and imap_utf8() without checking if they exist.In my system they does not exist, so I got empty subjects (mail body is correct).I only have iconv and mbstring extensions.Could you fix mime_decode function, please?