No more "check mail from other accounts" in Gmail web

(support.google.com)

119 points | by sumanep 4 hours ago ago

58 comments

  • xp84 an hour ago

    Hypothesis: This feature is actually a very serviceable way for a small business or individual to have a branded email address on very cheap email hosting, while getting Gmail features for free. Google wants such people to be paying for Google Workspace if they don't want to be advertising the Gmail brand on their address.

    • beejiu a minute ago

      Doesn't Google Workspace start at $7 per month? I can't see a business user going to those lengths to save $1 or $2 per month.

    • czechdeveloper 30 minutes ago

      They did the same with free version of Google Workspace. It's just no longer free.

  • jimrandomh 3 hours ago

    I can't tell whether I use this; the description in the article sort-of matches a feature I use, but not exactly. The feature I use is labelled "Check mail from other accounts" and appears in the "Accounts and Import" tab in Gmail web; it causes Gmail to periodically retrieve emails from an external server using POP, and merge them into my main inbox. This article refers to the option "Check mail from other accounts", which matches, but also says "POP only works with a single device", which is false (wrt this feature) and makes me think it may be talking about something different.

    I'm hearing about this for the first time from HN (not from Google). I don't like having Google randomly drop IT tasks on my plate, and the possibility that emails might just silently stop being delivered is nighmarish. Sigh.

    • sixhobbits an hour ago

      I use exactly this on my personal (free) and work (paid workspace) accounts. I got an official notification from Google that one member in my workspace (me) has used the feature in the last 30 days and will be affected. I didn't (yet) get a notification on my personal account.

      I also rely pretty heavily on this feature for a few very low traffic domains that I need but only have super set up on super clunky web mail, so I guess I'm in the market for a new mail client :(

      • pmontra 9 minutes ago

        Maybe you can automatically forward mails from that domain to Gmail and find a way to label them.

        At worst you can write a mail client to do that by logging in, listing mails, mailing them to you and keeping track of what it already sent (sqlite?) They are very well known protocols with plenty of implementations, so probably a LLM can write the code with not much guidance.

    • Navarr 36 minutes ago

      I imagine the "POP only works with a single device" is in reference to the Gmail App's support for POP

      POP access of a different account on the web would be the "Check mail from other accounts"

    • iLoveOncall 3 hours ago

      The top comment https://news.ycombinator.com/item?id=45440465 makes it clear that what you're referring to is exactly what is being deprecated.

      • jimrandomh 3 hours ago

        No it doesn't make it clear, because it's written by a third party reading the same internally-inconsistent page I am; any information added beyond the Google documentation page is conjecture.

        • znort_ 28 minutes ago

          "Gmail will no longer support checking emails from third-party accounts through POP." seems quite clear.

          • mschuster91 26 minutes ago

            Good god Google can't be bothered to not wreck shit that doesn't cost them much, eh?

            Doesn't surprise me too much though, Gmail hasn't seen much maintenance and polish over the last few years.

            • VladVladikoff 10 minutes ago

              Personally I’m happy about it. It’s the kick in the butt I needed to get my last remaining crap off Google and shut down my accounts for good.

  • zwieback 2 hours ago

    Learned from this post that Gmail web had POP! Now I'll be mourning loss of a feature I never even used.

  • mobilene 2 hours ago

    Well _this_ is a pisser for sure. I've relied on POP3 email transfer for years and years so that I have one mailbox to check: Gmail.

  • timbre1234 2 minutes ago

    Fetchmail ftw

  • bound008 27 minutes ago

    I'm not one to defend google, but it seems that they are only ending support for POP accounts, and retaining support for IMAP/SMTP. Seems like a reasonable deprecation for 2025, although they could have given more than a quarter to let people handle the change.

  • lxgr an hour ago

    What in the world was "Gmailify"? Was it different from adding third-party accounts via POP? (Was it maybe just IMAP for third-party accounts?)

  • mustaphah 3 hours ago

    A quick hack: forward @yourdomain.com emails to your Gmail (e.g, Cloudflare Email Routing).

    Outbound emails sent via "Send mail as:" using SMTP remain unaffected.

    • blibble 2 hours ago

      doesn't work very well these days with SPF + DKIM

      • mustaphah 2 hours ago

        Only if the sender's DMARC setup is broken…

        If their DMARC alignment relies on SPF only, it will break. But if it relies on DKIM (far more common) or both SPF and DKIM (best practice), forwarding won't cause any issues.

        If your email breaks when forwarded, your setup is broken. Tons of people use Cloudflare Email Routing or similar services; you must account for them.

        That being said, I forward mail addressed @mydomain.com to my Gmail, and I've had a couple of cases where legit messages landed in spam because it was SPF-aligned only.

    • flakeoil 3 hours ago

      Or forward your gmail to another proper email domain.

      • mustaphah 3 hours ago

        I just can't live without the Gmail spamfilter. It's just the best. Industry-leading; no question.

        • nulbyte 2 hours ago

          Gmail regularly lets through spam, including backscatter spam from mail sent to the google.com domain spoofing Gmail users. Industry-leading is not the term I would use to describe their spam heuristics.

          Grey listing has been far more effective at stopping spam than some half-baked AI garbage from Google.

          • mustaphah 16 minutes ago

            Not ideal - can't disagree. Still, it's the industry leader. I'm not aware of a better spamfilter.

            Grey listing doesn't scale; not for me.

            • akkartik 13 minutes ago

              I forward everything including spam to Fastmail. Their spam filter is absolutely fine. This way I don't need to check for false positives in 2 places. You're probably losing one genuine message a year if you don't check your Gmail spam folder.

        • jp191919 an hour ago

          I control spam by using email aliases. And it makes it easy to track exactly who leaked/sold my email address. But I don't use gmail, as I value my privacy.

          • mustaphah 9 minutes ago

            I do aliases as well. Never enough. A battle-tested spammer would run s/\+[^@]*// on the address before sending.

        • xandrius an hour ago

          Have you tried other things? And not saying just Microsoft.

          • mustaphah 23 minutes ago

            Proton Mail is good (just not as good), but you can't integrate external SMTP for outbound emails; you have to pay to send from @yourdomain.com.

            With Gmail, you can configure an external SMTP server using "Send mail as" setting. Super convenient. Tons of mail services offer a generous free tier for personal use (e.g., Mailgun 100 emails/day).

            It's not really worth paying just to send a few personal emails from @yourdomain.com each month.

  • Animats 3 hours ago

    The linked page says that Gmail is discontinuing support for the old Post Office Protocol in favor of IMAP. Nobody has used POP much in years. Decades, maybe.

    IMAP can check for mail without downloading. But apparently Gmail doesn't support that.

    You can do this the other way round. Use a local email client such as Thunderbird on desktop or FastMail on Android to check Gmail and any other email accounts you have.

    • OJFord 3 hours ago

      No, they're discontinuing POP 'import' (so mail ends up stored in Gmail) configured in the web app and available everywhere, in favour of IMAP client access from the mobile clients only.

      Fine for some people, not at all equivalent for others. (I'm disinterested, fwiw, haven't used Gmail other than an alumni forwarding address for years.) It's not just a protocol change.

    • cosinetau 2 hours ago

      > Nobody has used POP much in years

      Writing in as a current POP user. I use it to import email every day.

    • gausswho 2 hours ago

      TIL what POP meant after three decades. Thanks!

    • cosmotic an hour ago

      I use POP to maintain control over my data.

      • mrbluecoat 22 minutes ago

        This.

        I use POP and Thunderbird to download all my email and erase it from their servers so they can't later use it for AI training, ad personalization, persona tracking, etc.

        • jasonfarnon 13 minutes ago

          Unfortunately deleting your email probably doesn't "erase it from their servers". This was the substance of one of the old google location history lawsuits, where "erase my history" only erased your device's access to it. They retain a possibly transformed copy for training etc.

    • lhamil64 3 hours ago

      Huh, apparently I still have a POP3 email setup in Gmail, my old ISP provided email. Mildly annoying that it's going away, but I never use that email anyway so I guess it's not a big deal for me.

    • belst 3 hours ago

      only the phone app supports imap. the web app does not, it used to support pop

  • herczegzsolt 3 hours ago

    This will be a major inconvenience for migrating mail accounts. I used the POP feature a lot to get mails from one account to the other without requiring a client to do the dirty work.

    A migration is still possible, but needing to keep a client up and running to push up mails via IMAP will be a major painpoint.

    • xp84 an hour ago

      This sounds like an opportunity for a cool open source project: A container which checks a given POP account every few minutes, and copies the message into an IMAP server of your choice.

  • Dwedit 2 hours ago

    You can still use a third-party mail client to POP off the server, then use IMAP to send it to Gmail.

  • windows2020 3 hours ago

    Back to the old Thunderbird days I guess.

    • bcrl 41 minutes ago

      Some of us are still using mutt!

    • fxtentacle an hour ago

      By now, it's new and quite neat :)

  • Fire-Dragon-DoL an hour ago

    Oh damn.I need to migrate everything.

  • jeffbee 3 hours ago

    I guess they couldn't find anyone qualified to maintain the mailfetcher.

    • mxuribe 3 hours ago

      I wonder if this is a little about storage costs? I mean, at their scale, i imagine the core cost of the actual storage by itself is pretty negligible...but maybe combined with other infra. (beyond storage) that needs to be considered in the total costs related to storing and managing POP pulls...maybe their data shows that it simply wasn't worth it to them to keep said functionality around? But, your comment did make me chuckle a little! :-)

      • jimrandomh 2 hours ago

        They already have a quota and billing framework in place for email storage. If it was about storage costs, I'd expect them to address it through that.

      • jjcob 2 hours ago

        Maybe it causes too many issues? POP is pretty unpredictable when multiple clients access the same server.

        • mxuribe an hour ago

          Yeah, that would be a good point...like, maybe its not just about cost, but more trouble than its worth. On another comment i made here, i wondered if its not just storage costs, but costs or *annoyance* of running infra. that oversees the fetching, the storage, yada, yada...al for POP, whose users leveraging said functionality are crazy low.

      • jeffbee an hour ago

        The number of people who actually use this feature to fetch mail into their Gmail account in the year 2025 has got to be pretty damn near zero.

        • mxuribe an hour ago

          Yeah, i agree...which adds to my guess that its not *just* about storage...but something else above/beyond storage. In other words, maybe whatever infra is in place to do the fetching, storing, etc...is way more costly than the storage and way too costly to justify for the crazy low numbers that i would agree would still be using POP in this day and age and via gmail.

          • xp84 an hour ago

            You might be onto something here. Perhaps other mail services have a habit of banning the Google mailfetcher and it takes effort to get it unbanned.

            • mxuribe 41 minutes ago

              > Perhaps other mail services have a habit of banning the Google mailfetcher and it takes effort to get it unbanned.

              Yeah, that's a perfectly reasonable theory right there!

  • ChrisArchitect 3 hours ago

    I thought they would want us sucking down our external mail into their system to keep us inside the wall with scannable data. What the heck.

    • righthand 2 hours ago

      There’s probably a security issue and the product owner can’t figure out how to vibe code their way out.

  • satisfice 3 hours ago

    goddamn it