Michael Baierl wrote:
- In current solution you can't compose two emails in the same time
(exactly you can compose, but you can't sent the second one). 2. There're session race condition issues (e.g.if you click compose while getunread or check-recent action is in progress).
k, thanks for the explanation. To me this seems to be a bug or improper usage of the session, and not an issue with the session per se.
Of course, but I don't know if we'll be able to fix session race conditions issues globally. So, if it's possible to handle mail composing without sessions we should do this in that way.
There's a ticket about sessions handling in trac http://trac.roundcube.net/ticket/1484678