Home
last modified time | relevance | path

Searched refs:mail_quotedprintable_encode_callback (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dmail.php122 $sLine = preg_replace_callback($sRegExp, mail_quotedprintable_encode_callback(...), $sLine);
165 function mail_quotedprintable_encode_callback($matches) function