Hi,
Sorry to rise this topic again, but I've suggested to a customer which was looking for an EWS mail app on android, to try out Aqua Mail.
However it seems it's not compatible with the EWS implementation of our mail server (SmarterMail).
He can successfuly use EWS using his Outlook on Mac, but when trying to configure the same account on Aqua Mail, it got rejected with ErrorFolderNotFound.
After some debug it looks like Aqua Mail requests distinguishedIds for these folders:
2018.09.10 14:55:32.994 +0200 t:DistinguishedFolderId Id="inbox"
2018.09.10 14:55:32.994 +0200 t:DistinguishedFolderId Id="junkemail"
2018.09.10 14:55:32.994 +0200 t:DistinguishedFolderId Id="drafts"
2018.09.10 14:55:32.995 +0200 t:DistinguishedFolderId Id="sentitems"
2018.09.10 14:55:32.995 +0200 t:DistinguishedFolderId Id="deleteditems"
2018.09.10 14:55:32.995 +0200 t:DistinguishedFolderId Id="outbox"
However SmarterMail only returns success for inbox, drafts, sentitems.
junkemail, deleteditems and outbox are reported as not existing.
I've already posted about it in SmarterMail community forum, but I would like to ask:
If some distinguished folders (except inbox and sentitems, i would say) aren't returned by the server, shouldn't these be created locally on the app like some other clients are doing, instead of aborting the account configuration.
Also maybe after the accounts has been configured successfully, it maybe could be possible for the user to map manually some folders it found as these special "distinguished" folders.
Thanks for you for your reading