Changeset f96ffde in github
- Timestamp:
- Dec 9, 2009 4:22:32 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8abe548
- Parents:
- e5d60d6
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
re5d60d6 rf96ffde 2 2 =========================== 3 3 4 - Fix parsing conditional comments in HTML messages (#1486350) 4 5 - Use built-in json_encode() for proper JSON format in AJAX replies 5 6 - Allow setting only selected params in 'message_compose' hook (#1486312) -
program/steps/mail/func.inc
re5d60d6 rf96ffde 609 609 } 610 610 611 611 612 function rcmail_get_mailbox_name_text() 612 613 { … … 631 632 return $unseen; 632 633 } 633 634 634 635 635 636 /** … … 660 661 } 661 662 } 663 662 664 663 665 /** … … 792 794 } 793 795 796 794 797 /** 795 798 * Handle links and citation marks in plain text message … … 903 906 904 907 $tagname = preg_replace(array( 905 '/:.*$/', // Microsoft's Smart Tags <st1:xxxx>906 '/[^a-z0-9_ -]/i', // forbidden characters908 '/:.*$/', // Microsoft's Smart Tags <st1:xxxx> 909 '/[^a-z0-9_\[\]\!-]/i', // forbidden characters 907 910 ), '', $tagname); 908 911
Note: See TracChangeset
for help on using the changeset viewer.
