As simple as the title sounds I’m having huge trouble getting that working.

Thunderbird only fetches new mail while it’s open.

Who the heck knows how to get evolution/geary to play nice with business gmail/protonmail.

Does anyone have a simple way of solving this problem?

edit. Also, somewhat related, is there a good looking, simple e-mail client? Thunderbird looks busy. Geary kinda looks okay but I cant get it to work at all.

  • Birdtray sounds like what you’re looking for. It allows you to close Thunderbird to the system tray so that it runs in the background. Thunderbird already throws notifications to GNOME, and should continue to do so while running in the background in the way.

  • gmail

    I don’t know much about Gmail but I’m quite certain, that you only have to enable IMAP/SMTP in Gmail settings.

    protonmail.

    Install the Proton Mail Bridge and connect to the IMAP/SMTP server on localhost (ports 1143 and 1025).

    Does anyone have a simple way of solving this problem?

    I had only minor problems getting the above to work. Anyway., for Protonmail there is ElectronMail. It’s available as Flatpak too and it minimizes/starts to tray.

    •  shapis   ( @shapis@lemmy.ml ) OP
      link
      fedilink
      2
      edit-2
      8 months ago

      I can get the clients to fetch the e-mail atm, the issue is what I wrote above, is there a simple way to get thunderbird to fetch them from the moment I turn the pc on and give me notifications about it?

      • is there a simple way to get thunderbird to fetch them from the moment I turn the pc on and give me notifications about it?

        Sure. You can autostart Thunderbird and keep it open but I haven’t found a way, where Thunderbird closes/starts to the tray and for some odd reasons the developers seem to think that users do not need this functionality which makes the whole email client unusable for a large part of the potential user base.

        I can get the clients to fetch the e-mail atm, the issue is what I wrote above,

        ??? You wrote:

        Who the heck knows how to get evolution/geary to play nice with business gmail/protonmail.

        • Right, I wasnt as clear as I should have.

          As of this second I have all 3 clients I mentioned fetching e-mails while they’re open. However none of them fetch e-mails in the background, and geary/evolution seem to just… break sometimes and I have to redo the process to add business gmail/proton accounts to it.

          My main issue is the fetching e-mails in the background though, it doesnt feel to me as if it should be something that difficult or niche.

          • geary/evolution seem to just… break sometimes

            That’s weird. I run Geary myself for a couple off accounts and so far it does the job perfectly and without hiccups.

            Anyway. You may try birdtray as written in one of the other comments but I’m pretty sure I tried it at least once and for some reasons wasn’t convinced. YMMW

              • Do you get background notifications with Geary?

                Yes. If it helps: I run it under Gnome. Maybe you need some extra service running?! I just checked and on my machine - in addition to Geary - there is the evolution-data-server running among others (evolution-source-registry, evolution-alarm-notify, evolution-calendar-factory, evolution-addressbook-factory).

  • I’ve been using Mailspring for both personal and business email, it seems like a decent UI so far, and it functions as you’d expect: runs at login, sits in the tray, notifies when new email comes in, etc. It’s open source and free, unless you need their “pro” features.

    Possibly some people will be annoyed that it’s an Electron app, but it launches and runs more responsively than Thunderbird ever has on my machines, so I don’t find that to be a problem. I would rather a Gnome native app, but I’m not aware of any that function well, as OP laments.

  • I’m using Claws Mail. It has a plugin that can do notifications in many ways, including a tray icon. You can configure it to start hidden in the tray, configure how often it checks email and on which accounts, to which folders the notification should react etc.

  • A dumb idea that probably doesn’t have an implementation: Set Thunderbird to play a sound on mail arrival, but have the sound file actually be a pipe that when read from also pushes a system notification. This is kind of like how randomised .signature files were often set up in the old days.

    Other alternatives: 1: There might be a purely mail checker out there that can log into mail servers to see if there’s new mail there but not be able to read or download it.

    2: Run your own mail server that pulls mail from other servers. Then it’s “merely” a matter of checking for file update times on your own machine. Ancient tools like xbiff were designed for this.