postalsys / imapflow

IMAP Client library for EmailEngine Email API (https://emailengine.app)
https://imapflow.com
Other
350 stars 59 forks source link

Maybe add options object to listTree #194

Closed DrFuehrer02 closed 4 months ago

DrFuehrer02 commented 4 months ago

The list function provides a options object as a parameter with some available flag (e.g. statusQuery, specialUseHints). It would be nice to have these as well on the listTree function. It would only be a slight code change. Thank you so much.

Bombastickj commented 4 months ago

Funny, I was just looking for a way to do this! I'd appreciate this feature too 👍

andris9 commented 4 months ago

Should be fixed in v1.0.161 (meaning that I did not actually test it, only added the optional argument and passed it to the LIST command)