Skip to main content

Can we find which inbox/mailbox/folder the user is in at any given time via the Plugin SDK?

This is then used so that when the user later returns to the inbox we can return them to the last message they were on in that particular mailbox.

Hi,

You can use the fetchPath function (which will return the path of the user) in combination with the openUrl function, to note the path of a user at a current time and then return them to that path within the inbox at a later time.


Reply