Changeset 2058 in subversion
- Timestamp:
- Nov 15, 2008 8:40:16 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.php
r2056 r2058 2501 2501 * Decode a mime-encoded string to internal charset 2502 2502 * 2503 * @param string Header value 2504 * @param string Fallback charset if none specified 2503 * @param string $input Header value 2504 * @param string $fallback Fallback charset if none specified 2505 * 2505 2506 * @return string Decoded string 2506 2507 * @static 2507 2508 */ 2508 function decode_mime_string($input, $fallback=null)2509 public static function decode_mime_string($input, $fallback=null) 2509 2510 { 2510 2511 // Initialize variable
Note: See TracChangeset
for help on using the changeset viewer.
