I like using thunderbird to have all my emails in the same place, in a unified inbox. This doesn’t allow me to access my inbox on my phone etc though, so I’m looking for a FOSS way to solve this problem.

My idea would be to selfhost a website, like a webmail site, that has the functionality of connecting to different mail servers and unifying the inbox to get all my mail in the same place. Should be accessible by android phones and iPads.

Is there a better way to do this? Maybe with nextcloud? If anyone has an idea, let me know.

  • conciselyverbose@kbin.social
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    5 months ago

    This doesn’t make sense.

    A website is basically just the responses a server sends to a browser. That server has any functionality you want it to.

    • rhabarba@feddit.de
      link
      fedilink
      arrow-up
      1
      arrow-down
      3
      ·
      edit-2
      5 months ago

      A website is the response a web server sends on a web port to a web browser. SMTP on port 80/443 won’t work well, but please try.

      • conciselyverbose@kbin.social
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        5 months ago

        You understand that computers can use more than one port?

        There’s nothing abnormal about what he’s requesting.

        • rhabarba@feddit.de
          link
          fedilink
          arrow-up
          1
          arrow-down
          4
          ·
          5 months ago

          You understand that web servers (listening on a web server port) and mail servers (listening on one or more mail server ports, possibly on the same computer) are entirely different technologies?

          • conciselyverbose@kbin.social
            link
            fedilink
            arrow-up
            5
            arrow-down
            1
            ·
            5 months ago

            They’re just protocols. There’s nothing preventing a program from interacting with both. Webmail isn’t some mystical art no one’s ever thought of before.

            • rhabarba@feddit.de
              link
              fedilink
              arrow-up
              1
              arrow-down
              4
              ·
              5 months ago

              Again, I’m talking about the server part here, and there is a lot preventing a server to be both a web and a mail server.

              • conciselyverbose@kbin.social
                link
                fedilink
                arrow-up
                4
                arrow-down
                1
                ·
                5 months ago

                It’s just a computer (or program, depending on context). It can do whatever you want it to.

                If I want to write/modify a mail server that watches video feeds from 6 different beaches and only bothers accepting mail when beaches 2, 3 and 5 are empty and beaches 1, 4, and 6 have 500 people, nothing is stopping me. It’s stupid and a waste of time, but it’s a computer. It can run arbitrary code.

                That’s ignoring that if you read what he wants, it would be a client to the actual recipient mail server and only needs to actually serve the web interface so that he can access his email from various browsers.

              • Evoliddaw@lemmy.ml
                link
                fedilink
                arrow-up
                3
                ·
                5 months ago

                Doesn’t look like “a lot” to me. 15 years and going strong. The first page of google results for “how to set up a mail server” all include webmail, which would be both a web and a mail server.