Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Other Users behaviour in 3.0.2 #2132

Closed
ajaysusarla opened this issue Aug 31, 2017 · 1 comment
Closed

Broken Other Users behaviour in 3.0.2 #2132

ajaysusarla opened this issue Aug 31, 2017 · 1 comment
Assignees

Comments

@ajaysusarla
Copy link
Contributor

Gabriele Bulfon gbulfon@sonicle.com reported this issue on the mailing list:

I found a problem while scanning the imap tree through our java web app, behaving differently from a 2.4.12 to a 3.0.2 upgraded.
Looking at the protocol I find these differences:

==2.4.12==
. LIST "" "Other Users"
* LIST (\Noselect \HasChildren) "/" "Other Users"
. OK Completed (0.000 secs 192 calls)

==3.0.2==
. LIST "" "Other Users"
. OK Completed (0.000 secs)

So, what happens is that while the java code is checking existence of a folder in the tree, on 3.0.2 it receives an error.
Systems are same, replicated, but one upgraded to 3.0.2, so imap base and configuration is the same, but for the 3.0.2 trimmings.
@ajaysusarla ajaysusarla self-assigned this Aug 31, 2017
@ajaysusarla
Copy link
Contributor Author

This commit 6bd3327 fixes it.

@ajaysusarla ajaysusarla changed the title Broken Ohter Users behaviour in 3.0.2 Broken Other Users behaviour in 3.0.2 Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant