Changeset 6377 for trunk


Ignore:
Timestamp:
06/01/12 12:03:42 (12 years ago)
Author:
airton
Message:

Ticket #2825 - Inconsistencia nos filtros de mensagem com acao de armazenar em uma pasta com acentuacao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/filters/interceptors/FilterMapping.php

    r6363 r6377  
    237237                                        case 'fileinto': 
    238238                                                $require_fileinto = true; 
    239                                                 $action[$k]['parameter'] = imap_utf7_encode($action[$k]['parameter']); 
     239                                                $action[$k]['parameter'] = mb_convert_encoding($action[$k]['parameter'], "UTF7-IMAP","UTF-8, ISO-8859-1, UTF7-IMAP");  
    240240                                                break; 
    241241                                        case 'vacation': 
Note: See TracChangeset for help on using the changeset viewer.