What a nightmare it must be providing a mail service for 1000s of users who archive their mail forever.leave all mail on the server
Yet services like Gmail and Hotmail do it for free.
Moderator: athenian200
What a nightmare it must be providing a mail service for 1000s of users who archive their mail forever.leave all mail on the server
Storage isn't all that expensive.
Not free. You and your (not so private) mail are the product. Your mail will be scanned and tracked.
Not strange at all if Google changed/"updated" something on their end.
As I said, I was used in receiving (and storing) my mail directly on my work machine (using a personal IMAP server in rare cases I needed remote access otther than ssh). When my institution moved to Gsuite (the paid version of gmail, not sure if it offers more privacy than the free one) I wanted to continue as before, so I use/d fetchmail with the intention to copy the stuff locally and deleting it from the server. In this G's implementation of POP was somewhat better than IMAP, concerning deletion. Still, whatever mechanism (including forwarding) keeps a copy in Bin ... which I delete/expunge manually once per day
This is a bad idea, security-wise. It defeats the security purpose of having app passwords in the first place. Any internet hygeine hole that leaks your app password is now also leaking your Google account password, which is closer to advertising your Google account for being taken over - Gmail and all.
I apologize for all the (my) confusion. I have 2FA enabled on my Google account, and I realized yesterday that changing the password to the app password was wrong. So I undid that. Indeed, the app password I had created for Epyrus disappeared after that. So I re-made an app password, and I finally succeeded in getting my personal gmail to work with it! Again, thanks for your (and everyone else's) help.back2themoon wrote: ↑2025-03-23, 23:28Changed your Google account password to it? Where does this come from? Quick summary:
1. Enable 2FA on your Google account(s)
2. Create an app password in your Google account. You can give it a descriptive name like "Epyrus", although the name can be anything.
3. The app password is NOT your Google account password. They are different, and they must be different. In fact, if you change your Account password, your app password(s) is revoked and you have to create it again. See link below.
4. In Epyrus, you will enter the app password you created, NOT your Google Account password.
https://support.google.com/accounts/ans ... =en#zippy= (app passwords info)
edit: if your desktop and laptop use the same OS, you can just copy the entire profile and use it on both machines. No need for separate configurations, unless you use different accounts on each system.
Just to be clear, each app password (regardless of the name maybe suggesting it would be per-app) is account-bound, so you'd need a different app password generated in your work account to use with the work account.ko567 wrote: ↑2025-03-24, 22:46The remaining problem is that I also have a work account that uses gmail "under the covers". I have 2FA set up for that account too. But when I try to set up the account in Epyrus with the app password I generated as above, I get an error message "User name or password is incorrect". I don't know what's going wrong there.
Thanks, that wasn't clear to me.Moonchild wrote: ↑2025-03-24, 22:54Just to be clear, each app password (regardless of the name maybe suggesting it would be per-app) is account-bound, so you'd need a different app password generated in your work account to use with the work account.ko567 wrote: ↑2025-03-24, 22:46The remaining problem is that I also have a work account that uses gmail "under the covers". I have 2FA set up for that account too. But when I try to set up the account in Epyrus with the app password I generated as above, I get an error message "User name or password is incorrect". I don't know what's going wrong there.
This was always possible, and still is. No decision changes from Google, I believe.
Are you talking about Delta Chat per chance? I was wondering why I was no longer getting any new messages there and I realized they've given up on OAuth and recommended app passwords instead which still work...Bilbo47 wrote: ↑2025-04-12, 20:47Another email client has given up on jumping through Ggl's newly-costly hoops for developers to maintain OAuth permissions for their apps. Using an online guide, it was easier than ever before to turn on 2FA, create app passwords, then use them in clients and turn off OAuth.
Is that always the case or does it depend on the synchronisation settings? IIRC I thought I set mine to keep a full copy of all my IMAP folders on every system I have set up - it certainly takes up enough space (nearly 2 GByte for my main mail account) on the local hard drive.Moonchild wrote: ↑2025-03-24, 11:03You have to realise that IMAP does not store all mails locally. It merely caches them locally, but IMAP is effectively a remote protocol. If there is an issue with your connectivity (for whatever reason! Not necessarily because of your authentication method) then syncing will fail and it may indeed remove your cached copies of mail.UCyborg wrote: ↑2025-03-24, 10:36How reliable is Epyrus for Gmail? Assuming using mailbox with over 20 GB of mails and set to store all mails locally, using IMAP for syncing.
I'm an Interlink (version 52.9.8194, the last one if I didn't miss any release) holdout (GUI aesthetics) and sometime in second half of the last year, it started happening every several weeks that I would launch the program and all mails would be lost. They literally disappear, folders are gone from the GUI and space on the disk occupied by emails is freed.
If you want real permanent local storage you should use POP3, and set it up to leave all mail on the server as well if you want to keep accessing it from other devices/interfaces.
This is always the case. IMAP is remote (i.e. server mail storage) by design. Depending on the specific implementation of the mail server, there may be some variance in behaviour depending on what responses are provided in case there are connectivity issues but likelihood of local copies being removed if remote presence can't be seen is normal and by design in the IMAP spec.
In other words, IMAP works by storing messages on the server. Beyond that, some clients can turn on local "echo" copies.