Changeset 2504 in subversion for trunk/roundcubemail/program/lib/imap.inc
- Timestamp:
- May 20, 2009 5:03:14 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r2475 r2504 92 92 * @todo Replace echo-debugging (make it adhere to config setting and log) 93 93 */ 94 95 // changed path to work within roundcube webmail96 include_once 'lib/icl_commons.inc';97 94 98 95 … … 2212 2209 2213 2210 // last string is folder name 2214 //$folder = UTF7DecodeString(str_replace('"', '', $a[count($a)-1]));2215 2211 $folder = trim($a[count($a)-1], '"'); 2216 2212
Note: See TracChangeset
for help on using the changeset viewer.
