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
Bostjan Skufca a15b2d5998 Autocomplete refactoring: replace variable name '$id' with '$abook_id'
Reason:
Having genericly named variable $id in nested loops makes code unreadable.
Replacing generic name '$id' with '$ENTITIY_id' format removes all ambiguity.
9 years ago
..
addcontact.inc Use ternary operator where applicable 9 years ago
attachments.inc Display attachment size in compose (#1484774) 9 years ago
autocomplete.inc Autocomplete refactoring: replace variable name '$id' with '$abook_id' 9 years ago
check_recent.inc CS fixes 9 years ago
compose.inc Fix handling of body parameter in mail compose request 9 years ago
copy.inc CS fixes 9 years ago
folders.inc CS fixes 9 years ago
func.inc Fix headers encoding when using 'valueof' mode 9 years ago
get.inc Protect download urls against CSRF using unique request tokens (#1490642) 9 years ago
getunread.inc CS fixes 9 years ago
headers.inc CS fixes 9 years ago
import.inc CS fixes 9 years ago
list.inc CS fixes 9 years ago
list_contacts.inc Use ternary operator where applicable 9 years ago
mark.inc Use ternary operator where applicable 9 years ago
move_del.inc Remove redundant code 9 years ago
pagenav.inc CS fixes 9 years ago
search.inc Mail messages searching with predefined date interval (T103) 9 years ago
search_contacts.inc Use ternary operator where applicable 9 years ago
sendmail.inc Use ternary operator where applicable 9 years ago
sendmdn.inc CS fixes 9 years ago
show.inc CS fixes: Replace use of "bool ? true : false" with just "bool" 9 years ago
viewsource.inc Protect download urls against CSRF using unique request tokens (#1490642) 9 years ago