Commit Graph
8 Commits
Author SHA1 Message Date
frytimo 79daf8feaa Match mixed case in "from" address (#4618)
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This corrects that by changing authorized senders list to lower case before the comparison is done.
2019-09-17 12:39:31 -06:00
frytimo 7ecf092dd6 Match mixed case in "from" address (#4619)
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This ensures newly entered authorized senders are now stored as lower case.
2019-09-17 12:38:59 -06:00
frytimo 8068a89a3a Update fax_emails.php (#4529)
Change $array to $result
2019-09-09 19:10:22 -06:00
frytimo 385dd06580 Update azure.php (#4477)
Add missing '
2019-08-30 21:05:01 -04:00
frytimo 907c1e0867 Update fax_emails.php
Add missing ';'
2019-08-30 16:32:48 -04:00
frytimo 36d03882dc Update adminer.css
Remove '%'
2019-08-30 16:13:27 -04:00
frytimo 99e22b3dbd Update apps_delete.php
Missing ']' bracket
2019-08-30 16:12:08 -04:00
frytimo 02971a3a7f Update apps_delete.php
Missing Bracket ')'
2019-08-30 16:09:59 -04:00