Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Feature Requests
  3. POP3 / gmail polling support

POP3 / gmail polling support

Scheduled Pinned Locked Moved Solved Feature Requests
mailgmailpop3
28 Posts 7 Posters 5.3k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • necrevistonnezrN necrevistonnezr

    @timconsidine said in POP3 / gmail polling support:

    @necrevistonnezr forward and auto-delete on old server?

    This is not an option with all providers, e.g. GMX.net or Web.de

    humptydumptyH Offline
    humptydumptyH Offline
    humptydumpty
    wrote on last edited by humptydumpty
    #19

    @necrevistonnezr No doubt but it'll work for the OP's specific use-case.

    Btw, I'm voting yes for this feature simply because it'll open the door for others to migrate over to CR.

    1 Reply Last reply
    2
    • necrevistonnezrN necrevistonnezr

      @timconsidine said in POP3 / gmail polling support:

      @necrevistonnezr forward and auto-delete on old server?

      This is not an option with all providers, e.g. GMX.net or Web.de

      timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote on last edited by
      #20

      @necrevistonnezr what about using imapfilter ?
      I believe it can work with any mail provider to suck out and delete original host, and put it where you want

      necrevistonnezrN 1 Reply Last reply
      0
      • timconsidineT timconsidine

        @necrevistonnezr what about using imapfilter ?
        I believe it can work with any mail provider to suck out and delete original host, and put it where you want

        necrevistonnezrN Offline
        necrevistonnezrN Offline
        necrevistonnezr
        wrote on last edited by
        #21

        @timconsidine said in POP3 / gmail polling support:

        @necrevistonnezr what about using imapfilter ?
        I believe it can work with any mail provider to suck out and delete original host, and put it where you want

        That’s an extra app that needs running. POP3 is still built in into most (all?) providers. It would allow easy migration as you could keep old email addresses as an empty but still reachable shell.

        timconsidineT 1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #22

          POP3 support is quite easy to add. It's just some lines in dovecot config and some adjustments to the firewall.

          Anyone know why gmail only supports only POP3 but not IMAP? After all one can fetch mails using IMAP and then delete the mail to get POP3 style functionality no?

          E 1 Reply Last reply
          3
          • necrevistonnezrN necrevistonnezr

            @timconsidine said in POP3 / gmail polling support:

            @necrevistonnezr what about using imapfilter ?
            I believe it can work with any mail provider to suck out and delete original host, and put it where you want

            That’s an extra app that needs running. POP3 is still built in into most (all?) providers. It would allow easy migration as you could keep old email addresses as an empty but still reachable shell.

            timconsidineT Offline
            timconsidineT Offline
            timconsidine
            App Dev
            wrote on last edited by
            #23

            @necrevistonnezr True, but imapfilter ( or another workaround ) is here today for you to achieve what you want. Beats waiting for the feature you're asking for which might be available sometime soon, later .... or never.

            1 Reply Last reply
            0
            • timconsidineT timconsidine

              If there was a down-vote facility, I would down vote this.
              Nothing personal.
              But the whole underlying point of Cloudron / self-host / FOSS is to escape the clutches of abusive BigTech.
              Various posts elsewhere in forum about how to co-exist and maintain a Gmail capability. But they're just simply the wrong direction.

              There's nothing to fear and a lot to gain from leaving the dark side and getting Gmail free.

              @nebulon and @girish and any one else in prioritising features and work, please do not divert effort into things like this. There are far more important features to be implemented and apps to be supported.

              Just my 2p

              E Offline
              E Offline
              eddowding
              wrote on last edited by
              #24

              More things than gmail use pop3 - eg the Discourse

              https://meta.discourse.org/t/configuring-reply-via-email/42026

              https://forum.cloudron.io/topic/2409/discourse-and-incoming-email/23?_=1633594660752

              @timconsidine

              1 Reply Last reply
              1
              • girishG girish

                POP3 support is quite easy to add. It's just some lines in dovecot config and some adjustments to the firewall.

                Anyone know why gmail only supports only POP3 but not IMAP? After all one can fetch mails using IMAP and then delete the mail to get POP3 style functionality no?

                E Offline
                E Offline
                eddowding
                wrote on last edited by
                #25

                @girish so it improves interoperability, eases adoption hassles, and makes other Cloudron apps more functional ... if it's just a few lines of code, is there a blocker to rollout in the next release?

                girishG 1 Reply Last reply
                1
                • E eddowding

                  @girish so it improves interoperability, eases adoption hassles, and makes other Cloudron apps more functional ... if it's just a few lines of code, is there a blocker to rollout in the next release?

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #26

                  @eddowding It's not a few lines of code.. but I am investigating because I want to add this at a per mailbox level and not for the whole server.

                  1 Reply Last reply
                  4
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #27

                    I have enabled POP3 support in the next release.

                    E 1 Reply Last reply
                    3
                    • girishG girish

                      I have enabled POP3 support in the next release.

                      E Offline
                      E Offline
                      eddowding
                      wrote on last edited by
                      #28

                      @girish WHOOP!!! Thank you!!

                      1 Reply Last reply
                      1
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search