We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530bb8e commit ea45965Copy full SHA for ea45965
ext/imap/imap.c
@@ -143,7 +143,8 @@ function_entry imap_functions[] = {
143
PHP_FE(imap_deletemailbox, NULL)
144
PHP_FALIAS(imap_listmailbox,imap_list, NULL)
145
PHP_FALIAS(imap_getmailboxes,imap_list_full, NULL)
146
- PHP_FALIAS(imap_scanmailbox,imap_listscan, NULL)
+ PHP_FALIAS(imap_scanmailbox,imap_listscan, NULL)
147
+ PHP_FALIAS(imap_listsubscribed,imap_lsub, NULL)
148
PHP_FALIAS(imap_getsubscribed,imap_lsub_full, NULL)
149
PHP_FE(imap_subscribe, NULL)
150
PHP_FE(imap_unsubscribe, NULL)
0 commit comments