Closed arnaudgallou closed 3 months ago
I'm looking for imap_vec() which doesn't seem to exist although the function is mentioned in the deprecation warning of imap_raw().
imap_vec()
imap_raw()
Is this a mistake?
Oops, yup.
Implementing this should be straightforward following the pattern of imap_lgl(), imap_int() etc.
imap_lgl()
imap_int()
I'm looking for
imap_vec()
which doesn't seem to exist although the function is mentioned in the deprecation warning ofimap_raw()
.Is this a mistake?