Skip to main content
Solved

Last message user was on - Front plugin

  • December 15, 2022
  • 1 reply
  • 61 views

Front Developer
Forum|alt.badge.img+2

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.

Best answer by Javier - Developer Relations

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.

1 reply

Javier - Developer Relations
Forum|alt.badge.img+9

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.