Changeset b517af4 in github for program/lib/Mail/mime.php


Ignore:
Timestamp:
Dec 6, 2006 4:37:37 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
1a98a6a
Parents:
b25766b
Message:

Optimized memory usage when sending mail; Include SMTP response in log; Fixed wrong header encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/lib/Mail/mime.php

    ra0109c4 rb517af4  
    821821                    $suffix = ''; 
    822822                    // Don't encode e-mail address 
    823                     if (preg_match('/(.+)\s(<.+@[a-z0-9\-\.]+\.[a-z]{2,5}>)$/Ui', $value, $matches)) { 
     823                    if (preg_match('/(.+)\s(<.+@[a-z0-9\-\.]+>)$/Ui', $value, $matches)) { 
    824824                        $value = $matches[1]; 
    825825                        $suffix = ' '.$matches[2]; 
Note: See TracChangeset for help on using the changeset viewer.