-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding new enum to detect the type of a mailbox #226
Conversation
I'm a little bit unsure, if |
I'm afraid you started to develop this from |
Oh wait, this means we will have one extra call at every command 😕. The user does not have to configure anything at the cost of a bigger response delay. But what if a user defines a mailbox named "MySent" with attributes "Custom(MySent)" as his sending folder? This case would not work. Maybe we should let users configure their mailboxes name. We could set up defaults in case they are not set up (as it works right now on master), it should match 80% of users. |
Sth like |
Ooof... yes, you're right. I forgot to do that... I'll close this PR and restart it again.
Yeah, sounds good to me |
I switched the default branch to |
Since it seems like that the user has to define in their config which mailbox should be used for what, I'm going to close this PR. |
This should fix #172