Several questions on features #145
-
|
The webmail looks promising. As mentioned in my other post, I’m using Snappymail as my reference point for features, and after experimenting with Bulwark for a day, I have a few observations and questions: Multiple Accounts On Windows, logging into two mail accounts works fine. On Android, however, after logging into the first main account, I expected the second account to appear automatically without needing to “add” it again. Responsive UI I expect the interface to be fully responsive so that using it on a phone remains convenient and seamless. Gravatar Integration For my personal mail account, I use Gravatar. Is there a plan to support a plugin that fetches avatars from Gravatar? Positive Notes Overall, this feels like a very promising alternative to existing webmail solutions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thank you for the feedback. About multiple accounts: this is expected behavior right now. Each account must be added manually on each device. We currently do not auto-import or sync secondary account sessions across devices, mainly for security and privacy reasons (session/token scope is device-specific), and to avoid unintentionally linking accounts on shared/mobile devices. About responsive UI: totally agreed. We are actively working on making the webmail more responsive so mobile usage feels much smoother and more seamless. About Gravatar integration: great suggestion. I’ll add a Gravatar plugin to the ideas list. If you run into any issues or notice missing features, please open an issue so we can track and improve them properly. |
Beta Was this translation helpful? Give feedback.
Thank you for the feedback.
About multiple accounts: this is expected behavior right now. Each account must be added manually on each device. We currently do not auto-import or sync secondary account sessions across devices, mainly for security and privacy reasons (session/token scope is device-specific), and to avoid unintentionally linking accounts on shared/mobile devices.
About responsive UI: totally agreed. We are actively working on making the webmail more responsive so mobile usage feels much smoother and more seamless.
About Gravatar integration: great suggestion. I’ll add a Gravatar plugin to the ideas list.
If you run into any issues or notice missing features, please open an is…