You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/steps/mail
Jack Cherng 45e099b0be Fix implode() wrong parameter order (#6866)
It has been deprecated in PHP 7.4.

Such as PHP deprecated:  implode(): Passing glue string after array is deprecated. Swap the parameters in /var/www/roundcubemail/program/lib/Roundcube/rcube_db.php on line 917

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
6 years ago
..
addcontact.inc Use ternary operator where applicable 10 years ago
attachments.inc Add possibility to attach contact vCard to composed message (#4997) 9 years ago
autocomplete.inc Fix conflict with _gid cookie of Google Analytics (#5748) 9 years ago
check_recent.inc Fix bug where after "mark all folders as read" action message counters were not reset (#6307) 8 years ago
compose.inc Add support for DelSp=Yes messages (#5702) 9 years ago
copy.inc Fix check_request() bypass in places using get_uids() [CVE-2018-9846] (#6238) 8 years ago
folders.inc CS fixes 11 years ago
func.inc Fix missing CSRF token in message download (#6621) 7 years ago
get.inc Fix bug in miemetype name comparator 7 years ago
getunread.inc CS fixes 11 years ago
headers.inc Add message menu with viewsource and edit actions in message/rfc822 preview 10 years ago
import.inc Preserve message internal/received date on import in mbox format (#5559) 9 years ago
list.inc Fix bug where selection of columns on messages list wasn't working 7 years ago
list_contacts.inc Fix conflict with _gid cookie of Google Analytics (#5748) 9 years ago
mark.inc Fix bug where after "mark all folders as read" action message counters were not reset (#6307) 8 years ago
move_del.inc Fix check_request() bypass in places using get_uids() [CVE-2018-9846] (#6238) 8 years ago
pagenav.inc Disable navigation if can't get messages index in pagenav.inc 9 years ago
search.inc Fix bug where drag-n-drop element could be empty after check-recent action 9 years ago
search_contacts.inc Remove note about mail() function 9 years ago
sendmail.inc Fix implode() wrong parameter order (#6866) 6 years ago
sendmdn.inc CS fixes 11 years ago
show.inc sizeof() -> count() 9 years ago
viewsource.inc Fix bug where names of downloaded files could be mailformed when derived from the message subject (#5404) 9 years ago