Changeset 109314c in github
- Timestamp:
- Sep 14, 2008 5:19:29 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a81be1b
- Parents:
- 2106ec7
- Location:
- program
- Files:
-
- 2 edited
-
lib/imap.inc (modified) (2 diffs)
-
steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/imap.inc
r76265ef r109314c 65 65 - RFC3501 [7.1] don't call CAPABILITY if was returned in server 66 66 optional resposne in iil_Connect(), added iil_C_GetCapability() 67 - remove 'undisclosed-recipients' string from 'To' header 67 68 68 69 ********************************************************/ … … 1677 1678 break; 1678 1679 case 'to': 1679 $result[$id]->to = $string;1680 $result[$id]->to = preg_replace('/undisclosed-recipients:[;,]*/', '', $string); 1680 1681 break; 1681 1682 case 'subject': -
program/steps/mail/func.inc
r2106ec7 r109314c 779 779 continue; 780 780 } 781 else if ($hkey == 'to' && preg_match('/^undisclosed-recipients[:;]*$/', $headers['to']))782 continue;783 781 else if (in_array($hkey, array('from', 'to', 'cc', 'bcc'))) 784 782 $header_value = Q(rcmail_address_string($headers[$hkey], null, true, $attrib['addicon']), 'show');
Note: See TracChangeset
for help on using the changeset viewer.
