Changeset 2083


Ignore:
Timestamp:
02/26/10 07:58:41 (14 years ago)
Author:
amuller
Message:

Ticket #788 - Melhoria no aceite de parametros com 5 novos caracteres

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2071 r2083  
    12171217                        . 'ua|ug|uk|um|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|yu|za|zm|zw))+\b'; 
    12181218 
    1219                 $path = '(?>\/[\w\d~?\/_=&#;\.\-\+:@$%]+)?'; 
     1219                $path = '(?>\/[\w\d~?\/_=&#;\.!*\'\(\),\-\+:@$%]+)?'; 
    12201220                $port = '(?>:\d{2,5})?'; 
    12211221                $domain = '(?>[\w\d_\-]+)'; 
Note: See TracChangeset for help on using the changeset viewer.