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. Discuss
  3. Mailclient with POP3 support?

Mailclient with POP3 support?

Scheduled Pinned Locked Moved Discuss
mailpop3
16 Posts 5 Posters 3.4k Views 5 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.
  • fbartelsF Offline
    fbartelsF Offline
    fbartels
    App Dev
    wrote on last edited by
    #6

    I think you are looking at this from the wrong direction. Yes, in the past it was kind of a given that when you install a mail client on your desktop, that it needs to be able to fetch mails from external servers via pop3 and then later on sync with an imap server.

    When you use something like Roundcube I would not call this a "mail client", it's a "webmail frontend". Meaning its supposed to connect to a single mail server. Display a single mailbox (in most cases). In these cases (you as the user) have no influence on the server to connect to in the backend and how outgoing mail should be sent. These are decisions that the admin has made for the user.

    The way around this would be a mail fetching service running on the server (which is something that has been around for quite a while already) like fetchmail or getmail. But these also do have the downside that to connect to the external servers they need to store credentials and therefore weaken security (would be the same if the webmail frontend is doing it for you, with the additional downside that it then probably only would work when you have it open).

    murgeroM 1 Reply Last reply
    0
    • necrevistonnezrN necrevistonnezr

      @murgero No, it doesn't. Mailpile is one of the few web mail clients that does.

      @girish I think it's worth reconsidering to support POP3 as it's the only save way to continue using your old mail provider without having all your old email sitting there... (or am I wrong?)

      murgeroM Offline
      murgeroM Offline
      murgero
      App Dev
      wrote on last edited by
      #7

      @necrevistonnezr said in Mailclient with POP3 support?:

      @murgero No, it doesn't. Mailpile is one of the few web mail clients that does.

      Right... Don't know if you saw the edit i made literal minutes after posting....?

      --
      https://urgero.org
      ~ Professional Nerd. Freelance Programmer. ~

      necrevistonnezrN 1 Reply Last reply
      0
      • fbartelsF fbartels

        I think you are looking at this from the wrong direction. Yes, in the past it was kind of a given that when you install a mail client on your desktop, that it needs to be able to fetch mails from external servers via pop3 and then later on sync with an imap server.

        When you use something like Roundcube I would not call this a "mail client", it's a "webmail frontend". Meaning its supposed to connect to a single mail server. Display a single mailbox (in most cases). In these cases (you as the user) have no influence on the server to connect to in the backend and how outgoing mail should be sent. These are decisions that the admin has made for the user.

        The way around this would be a mail fetching service running on the server (which is something that has been around for quite a while already) like fetchmail or getmail. But these also do have the downside that to connect to the external servers they need to store credentials and therefore weaken security (would be the same if the webmail frontend is doing it for you, with the additional downside that it then probably only would work when you have it open).

        murgeroM Offline
        murgeroM Offline
        murgero
        App Dev
        wrote on last edited by
        #8

        @fbartels said in Mailclient with POP3 support?:

        When you use something like Roundcube I would not call this a "mail client", it's a "webmail frontend".

        This is called a mail client lol

        --
        https://urgero.org
        ~ Professional Nerd. Freelance Programmer. ~

        1 Reply Last reply
        0
        • murgeroM murgero

          @necrevistonnezr said in Mailclient with POP3 support?:

          @murgero No, it doesn't. Mailpile is one of the few web mail clients that does.

          Right... Don't know if you saw the edit i made literal minutes after posting....?

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

          @murgero said in Mailclient with POP3 support?:

          @necrevistonnezr said in Mailclient with POP3 support?:

          @murgero No, it doesn't. Mailpile is one of the few web mail clients that does.
          

          Right... Don't know if you saw the edit i made literal minutes after posting....?

          Yes, sorry!

          Would it at least be possible to import my existing mails into Roundcube or Rainloop (e.g. via Thunderbird) and configure the mail client to sent e-mails under my current mail address from my current mail provider (using the smtp of my current mail provider)?

          T 1 Reply Last reply
          1
          • girishG Do not disturb
            girishG Do not disturb
            girish
            Staff
            wrote on last edited by
            #10

            It's possible to import using a tool like imapsync - https://imapsync.lamiral.info/dist/ . This does require some time and effort to understand the tool and how to import but you can search for some online tutorials. I have used it before to import my own mails from gmail to Cloudron about 2 years ago.

            As a heads up, if you have lots of emails in gmail, it can take up to a day to import since the gmail imap download access is rate limited!

            1 Reply Last reply
            0
            • necrevistonnezrN necrevistonnezr

              @murgero said in Mailclient with POP3 support?:

              @necrevistonnezr said in Mailclient with POP3 support?:

              @murgero No, it doesn't. Mailpile is one of the few web mail clients that does.
              

              Right... Don't know if you saw the edit i made literal minutes after posting....?

              Yes, sorry!

              Would it at least be possible to import my existing mails into Roundcube or Rainloop (e.g. via Thunderbird) and configure the mail client to sent e-mails under my current mail address from my current mail provider (using the smtp of my current mail provider)?

              T Offline
              T Offline
              thetomester13
              App Dev
              wrote on last edited by
              #11

              @necrevistonnezr I actually wrote a post about migrating email hosts using the imapsync tool that girish recommended, you can check it out here. Note that my post is a bit more extensive as I also migrated registrars and had other active emails there that weren't mine, so yours should hopefully be a bit easier than the whole tutorial!

              1 Reply Last reply
              2
              • necrevistonnezrN Offline
                necrevistonnezrN Offline
                necrevistonnezr
                wrote on last edited by
                #12

                Could we re-visit the idea to include fetchmail / pop3 support in the mail stack?
                It would allow users to move to a self-hosted Cloudron but keep current mail addresses alive as a „shell“ without leaving mails on the old provider‘s server for analysis / AI training (looking at you, Google, for example)….

                1 Reply Last reply
                0
                • girishG Do not disturb
                  girishG Do not disturb
                  girish
                  Staff
                  wrote on last edited by
                  #13

                  Is there any webmail client that support pop3? I think fetchmail is a desktop app (Afaict)

                  1 Reply Last reply
                  0
                  • necrevistonnezrN Offline
                    necrevistonnezrN Offline
                    necrevistonnezr
                    wrote on last edited by
                    #14

                    Sorry, I did not mean a webmail client but built-in fetching of mails and sorting such mail into the cloudron mailboxes.
                    (BTW: https://www.fetchmail.info/ is not a desktop app?)

                    1 Reply Last reply
                    0
                    • girishG Do not disturb
                      girishG Do not disturb
                      girish
                      Staff
                      wrote on last edited by
                      #15

                      I misunderstood! Got it, we have to implement some sort of POP fetcher service to work with external mail boxes.

                      necrevistonnezrN 1 Reply Last reply
                      1
                      • girishG girish

                        I misunderstood! Got it, we have to implement some sort of POP fetcher service to work with external mail boxes.

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

                        @girish Yes, that's what I meant - that would be awesome!

                        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