I’m also experiencing this, but I noticed something unfortunate with the provided snap workaround. When I do sudo snap refresh mailspring --revision=523 it works great, but then snap goes ahead and auto-updates the package again a few hours later. Does anyone have any recommendations about what I can do about this?
edit: I think I found the solution, I seem to be able to do this: sudo snap refresh --hold=forever mailspring which tells me General refreshes of "mailspring" held indefinitely so hopefully this will stop the auto-updates.
I managed to reproduce the error in a virtual machine running Pop OK. I still can’t get my head around why on a first start of Mailspring, the snap application can connect to the host keyring for encryption but not on further restarts. I will start debugging this issue and hope to come up with a solution that works quickly.
Did anyone of you try to completely uninstall Mailspring (deleting all its configuration), rebooting the machine and then installing Mailspring version 1.12 via snap freshly? I don’t understand why, but this seems to have resolved the issue for me on my test system.
This all still looks quite random to me, so any further information (especially if it works sometimes and othertimes not) are really helpful.
I also have no issues with the .deb version of Mailspring, so if you need a workaround while we are trying to resolve the issue in the snap, that might be something. You can try copying over your config.json file from the snap to your .deb installation to keep your account setup.
I had the same problem as other users with version 1.12.0. My OS is Ubuntu 22.04 and I installed the app with snap. So as you suggested, I removed the version with snap but installed the version with the .deb package and it’s working.
I have the feeling that there is some kind of strange race condition in the setup. I was repeatedly able to open mailspring correctly with some instances where I could not open it at all on Zorin OS which looks similar to the issues on Pop OS, getting the error
Error: Could not call remote method 'decryptString'. Check that the method signature is correct. Underlying error: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.Underlying stack: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
Hey folks, thanks for reporting this - I’ve been looking into the Electron internals and I’m hoping we can get this fixed very soon. One interesting note is that the error most folks are seeing in this thread:
Error: Could not call remote method 'decryptString'. Check that the method signature is correct.
I think that you’re correct @Phylu and this is some sort of race condition of electron-remote error, and may not be related to the key storage setup on Linux.
We’ve released Mailspring 1.13.0, which addresses issues with the snap build of 1.12.0. I was able to reproduce the issues reported above, where the snap was able to write your passwords but not read them after a restart, causing it to succeed on the first run and then get into an invalid + broken state after quitting + restarting.
I fixed it by copying snapcraft.yaml configuration from the chromium snap, which I observed was reading / writing from the keychain successfully. They were building libsecret into the snap explicitly, which did the trick for us as well.
If you snap refresh mailspring, you’ll get the new revision which addresses these issues. If your Mailspring install is broken, you’ll launch into a bit of a mess and I’m really sorry for the hassle. You’ll need to:
Go to Preferences > Subscription and sign in to your Mailspring identity again to enable read receipts, send later, etc. (If you were signed in previously).
Go to Preferences > Accounts and click “Reconnect” or “Re-authorize” for each account that is shown in red or having connection difficulty.
Thankfully, with this upgrade Mailspring is running on Electron 22 and the new safeStorage APIs, which gives us a clear path forward and makes it much easier to incorporate upstream security patches and updates. I appreciate everyone’s patience and I’m sorry this has been a rocky update.
Snap only: If you have installed Mailspring via the snap package, ensure that Mailspring is able to access your operation system’s key storage to encrypt your e-mail account credentials. To do so, run sudo snap connect mailspring:password-manager-service in a terminal.
Please remove this statement, this is not true anymore and just opens a security hole.
Hi, I’m unable to make a fresh install work; I’ve tried many turnarounds but I’m still stuck
Running Linux EndeavourOS (arch-based), installed with AUR (Arch User Repository). Not sure if I upgraded from .11 or .12
First I updated Mailspring from AUR to 1.13.1, got same error as 3v1n0 (Nov 15th) when trying to log in into MailspringID in preferences. When I saved & removed the config folder, I was stuck to the welcome steps (error message, translated from French, is like “Mailspring could not securely store your password”). I removed & reinstall Mailspring from AUR and got same errors depending if I put back the config folder.
Then I tried the snap version (1.13.1), install, refresh, remove, install… I cannot get through the welcome menu. I get this message: Error: Could not call remote method 'encryptString'. Check that the method signature is correct. Underlying error: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString. Encryption is not available.Underlying stack: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString. Encryption is not available.
Side note, probably not relevant: with snap, I also get some error messages from Gtk such as Failed to load module "xapp-gtk3-module" and “canberra-gtk-module” (my wm is i3, not gnome-based)
@whitenoise565 were you able to fix permanently or do you always have to launch from CLI with the password-store switch? I am also trying to get this to work on EndaevourOS and am stuck, it only works if I open directly from terminal with password-store.