EmailDiscussions.com

EmailDiscussions.com (http://www.emaildiscussions.com/index.php)
-   Google Gmail Forum (http://www.emaildiscussions.com/forumdisplay.php?f=30)
-   -   Gmail's important changes (http://www.emaildiscussions.com/showthread.php?t=81187)

jeffpan 1 Oct 2025 04:26 PM

Gmail's important changes
 
Gmail is discontinuing the feature to fetch emails from third-party accounts. This is a tragedy for me. As an email enthusiast, I have many email accounts, but I'm too lazy to log in to each one every month. So, I used Gmail to fetch them to prevent those accounts from being deleted due to prolonged inactivity. Now that Gmail is removing this feature, I'm saddened for my email accounts. What about you all?

dojyx 1 Oct 2025 05:11 PM

Quote:

Originally Posted by jeffpan (Post 642902)
Gmail is discontinuing the feature to fetch emails from third-party accounts. This is a tragedy for me. As an email enthusiast, I have many email accounts, but I'm too lazy to log in to each one every month. So, I used Gmail to fetch them to prevent those accounts from being deleted due to prolonged inactivity. Now that Gmail is removing this feature, I'm saddened for my email accounts. What about you all?

Thunderbird is your friend.

dryoldlime 1 Oct 2025 06:37 PM

jeffpan, some sympathy to you, even if I do not use it that way. Maybe you want to try as dojyx said. (Thunderbird)

TenFour 1 Oct 2025 07:42 PM

There's another thread about this in the Early Warning section. https://www.emaildiscussions.com/sho...d=1#post642909

Tsunami 1 Oct 2025 09:43 PM

Most email services have a quite lengthy inactivity limit (there are exceptions though), if you make a note in your diary to sign in to all of them every X months you'll be fine. Diary can be an old-fashioned book or an electronic one, whatever suits you best ;)

Does using a service like Thunderbird keep you permanently signed in?
If that would be the case, there's an option too to keep your accounts active.

Unless you need to try every service for professional reasons (or as a hobby), I would however advice to restrict number of email accounts. Not restricting to 1 or 2, but I wouldn't go above 10 for sure. Too much hassle to follow up all those different accounts, I experienced in the past. I used to have a lot of accounts too, but I found it too time-consuming. Of course a service like Thunderbird can make it all easier, but especially if you use webmail it becomes too much of a hassle.

jeffpan 2 Oct 2025 07:27 AM

Is there a web thunderbird? i know there was one in the past, "mail2world", am I right?

TenFour 2 Oct 2025 07:29 AM

Quote:

Originally Posted by jeffpan (Post 642934)
Is there a web thunderbird? i know there was one in the past, "mail2world", am I right?

You could use the webmail built into the Vivaldi browser.

jeffpan 2 Oct 2025 07:53 AM

Quote:

Originally Posted by TenFour (Post 642935)
You could use the webmail built into the Vivaldi browser.

I will try that. thanks. thought i have a native vivaldi.net email.

RFK 2 Oct 2025 08:51 AM

Quote:

Originally Posted by jeffpan (Post 642902)
This is a tragedy for me. As an email enthusiast, I have many email accounts, but I'm too lazy to log in to each one every month. So, I used Gmail to fetch them to prevent those accounts from being deleted due to prolonged inactivity. Now that Gmail is removing this feature, I'm saddened for my email accounts. What about you all?

It is not a tragedy for me, but definitely a problem.

There are two options:

1. To use POP Peeper https://www.esumsoft.com/pop-peeper (highly recommended)
2. If you have your own VPS, I have Python script that retrieves data from any POP3 mailbox and pushes these email into pre-defined IMAP folder on any IMAP compatible mailbox including Gmail.
You can run this script in parallel with multiple mailboxes.

You can run this script even on Windows 10/11 PC, but I do not know how to run program periodically on Windows (on Linux it is a cronjob). It means you may need to run it manually.

ankupan 2 Oct 2025 10:08 AM

There was one www.pop3now.com

Later it was shut down.

Missing it very much.

JeremyNicoll 2 Oct 2025 10:21 AM

Quote:

Originally Posted by RFK (Post 642937)
You can run this script even on Windows 10/11 PC, but I do not know how to run program periodically on Windows (on Linux it is a cronjob).


Windows has "Task Scheduler" for running things at particular times (or other forms of trigger, eg certain system events occurring). There's a GUI for setting-up scheduled tasks up & checking their status, and it's also possible though the "SCHTASKS" command (eg from a terminal window or some other program).

RFK 2 Oct 2025 11:06 AM

Quote:

Originally Posted by JeremyNicoll (Post 642940)
Windows has "Task Scheduler" for running things at particular times (or other forms of trigger, eg certain system events occurring). There's a GUI for setting-up scheduled tasks up & checking their status, and it's also possible though the "SCHTASKS" command (eg from a terminal window or some other program).

I know about Task Scheduler, but it is not good for Python scripts: blinking terminal windows every x minutes (x - scheduling interval)

I did the following:

I installed WSL (Windows Subsystem for Linux), installed Ubuntu 24.04 and created a cron job for my popfetcher.

If somebody needs it, I can send a code (I think at least Python 3.10 is required for this code, I have Python 3.12, Python 3.8 is not good)

dryoldlime 2 Oct 2025 11:27 AM

I was not careful enough of copying information and the link or links, but I tried a web search about "changes happening GMail 2025", and found articles with a great much commentary about soon to stop sending SMS codes for verifications and instead requiring the user verify self with a QR code sent to ,... to what, I forgot.

JeremyNicoll 2 Oct 2025 04:43 PM

Quote:

Originally Posted by RFK (Post 642941)
I know about Task Scheduler, but it is not good for Python scripts: blinking terminal windows every x minutes ...

Do you mean that you get a cmd.exe terminal window shown just at the instant that the Python script starts?

That's not a problem (for me) if I want the script to generate output describing (to the user at that instant) what it is doing ... but if your script is only going to log what it does & you wish it not to interrupt a user visually, you need somehow to appear to prevent the terminal window from being displayed (or force it to be outside the visible screen area).

Since 2012, I've used an early version of this for that: https://github.com/stbrenner/SilentCMD
(Despite its help saying it's for running bat/cmd files, it worked for other stuff too. Later versions only work for bat/cmd/py because they look at the type of file they are being asked to run & build an interpreter-specific command to do it. I prefer to specify all of that myself, so for example I could choose which of several versions of an interpreter to use, & just use SilentCMD to suppress the terminal window.) I don't know if it works on Win 10/11 - I'm still using W8.1.

This fork might be better: https://github.com/mikefirefly/SilentCMD



I also use another old Brenner utility which does nothing; useful if some application runs a certain external specified command & you want to disable it. Last time I looked for it (to see if it had been tweaked, I could not find it but I do still have the one I downloaded long ago). To use it I temporarily rename the real external command & put a copy of the donothing.exe in its place. The calling application runs what it thinks is its external command, but nothing happens. I last used this when a Dropbox housekeeping utility started dumping on Windows; just removing the named .exe was no good because Dropbox checked it existed before calling it. (Of course if they'd been thorough & checked its size or hash, my workaround would not have worked.) Other ways to solve this are discussed at:

https://superuser.com/questions/3811...t-does-nothing

Also see: https://tanalin.com/en/projects/do-nothing/
and: https://www.joenord.com/apps/nop/index.html

Bamb0 2 Oct 2025 05:55 PM

Another un-needed change!!

Im sorry Jeff :(

You should voice your opinion with them!!

support@google.com (Thats the same ppl as gmail right?)


All times are GMT +9. The time now is 07:48 PM.


Copyright EmailDiscussions.com 1998-2022. All Rights Reserved. Privacy Policy