Volltextergebnisse:
- osticket
- : <code> function _quotedPrintableEncode($input, $line_max = 76) { // I use this instead of the original... '8','9','A','B','C','D','E','F'); $lines = preg_split("/(?:\r\n|\r|\n)/", $input); $linebreak = "=0D=0A=\r\n"; /* the linebreak also counts as characters in the mime_qp_long_line * rule