program/include/rcube_imap.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_imap.php
@@ -2500,12 +2500,13 @@ /** * Decode a mime-encoded string to internal charset * * @param string Header value * @param string Fallback charset if none specified * @param string $input Header value * @param string $fallback Fallback charset if none specified * * @return string Decoded string * @static */ function decode_mime_string($input, $fallback=null) public static function decode_mime_string($input, $fallback=null) { // Initialize variable $out = '';