You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, when you have a lot of code it's cleaner to "extend" the rcube_webmail object. I think we should keep both. Our javascript code "style" is quite outdated.
I'm seeing two code patterns to call js-functions from server code:
rcube_webmail.prototype
and then call it on thercmail
instance,rcmail
in JS, and from the server code makercmail
trigger it.I'm wondering why both exist, since they serve identical purposes.
@alecpl Can we decide on one of them for future changes? Which one would you prefer? (I don't care much.)
The text was updated successfully, but these errors were encountered: