Found a typo

Not sure how much it matters as it APPEARED to have no effect after fixing it but...

include/class.mailfetch.php is:

function mime_encode($text,$charset=null,$enc='uft-8') { //Thank in part to afterburner

and should be:

function mime_encode($text,$charset=null,$enc='utf-8') { //Thank in part to afterburner

($enc=uft-8, instead of utf-8)

Please use (bug tracker) to log any bugs for easy tracking.

Write a Reply...