emailjs / emailjs-imap-client

Low-level JS IMAP client for all your IMAP needs.
MIT License
552 stars 123 forks source link

Recognize boxes named Archive(s) as special boxes #270

Closed ltgorm closed 1 month ago

ltgorm commented 1 month ago

This library is already accounting for special-use boxes of type \Archive. It was missing to match that also on the names. Some server have it singular 'Archive' while others have it plural 'Archives'. Other boxes have a long list of names in different languages. That is not done here but could be a future consideration. I see that the other boxes don't support Icelandic translations.