Z-Push-contrib icon indicating copy to clipboard operation
Z-Push-contrib copied to clipboard

IMAP SPECIAL-USE extension (rfc6154) support

Open Takika opened this issue 9 years ago • 2 comments

I think this is a good feature of some imap servers. This is the rfc: https://tools.ietf.org/html/rfc6154 We can use this instead of defines.

Takika avatar Dec 03 '15 13:12 Takika

This would be the perfect solution, I agree with you. BUT, I don't think we have any way to obtain that info using vanilla PHP IMAP support (please correct me if I'm wrong), and we should use another IMAP library (I thought about this, using Horde libs, but it would add an external dependency and a heavy rewrite of the existing code).

fmbiete avatar Dec 19 '15 19:12 fmbiete

I see it. With PHP IMAP extension we cannot get the capability list, and cannot execute any special LIST command :( I use Roundcube for webmail which uses an own imap library too.

Takika avatar Dec 21 '15 10:12 Takika