Announcement

Collapse
No announcement yet.

HTML/web based email client

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML/web based email client

    Hi all,

    Anyone know of a HTML/web based email client package I could install on a web/email server so I could use that instead of using a proper POP3 client?

    Prefereably free too

  • #2
    If it's a standard web server, no... 'cuz you'd need some kind of CGI/PERL script to hit the POP3 port.

    - Gurm
    The Internet - where men are men, women are men, and teenage girls are FBI agents!

    I'm the least you could do
    If only life were as easy as you
    I'm the least you could do, oh yeah
    If only life were as easy as you
    I would still get screwed

    Comment


    • #3
      It's my own server so I have complete control over any apps I want to install.

      Maybe even a free mail server software which has this functionality?

      Comment


      • #4
        I might have something for you. A roommate of mine wrote ENIP. It's has a java codebase, runs as an applet, and IBM really liked it:

        The URL you've requested could not be found. Please browse or search our site for the search terms that are most relevant to your request. We are sorry for the inconvenience, and look forward to your feedback on our new site -- please email us at web-team@acm.org.



        If it were me though, I'd just use PuTTY to ssh in to the box and run pine. Putty doesn't need to be installed, and is small and easily downloadable, so it runs most places.
        Gigabyte P35-DS3L with a Q6600, 2GB Kingston HyperX (after *3* bad pairs of Crucial Ballistix 1066), Galaxy 8800GT 512MB, SB X-Fi, some drives, and a Dell 2005fpw. Running WinXP.

        Comment


        • #5
          Thanks Wombat - I'll give it a go.

          Comment


          • #6
            Steve check your email
            "Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss

            "Always do good. It will gratify some and astonish the rest." ~Mark Twain

            Comment


            • #7
              If your server supports PHP this is pretty cool

              http://sourceforge.net/projects/uebimiau/
              When you own your own business you only have to work half a day. You can do anything you want with the other twelve hours.

              Comment


              • #8
                Found this : http://www.zaks.demon.co.uk/code/cpts/pop/index.html works OK, but a but dated. (Now working here - http://www.steve-cooper.co.uk/mail/default.asp )

                Should also have mentioned that the reason for doing this is that I haven't got port 110 open on my mail server (don't ask...).

                Gonna go try your one now Taz (assuming it's easy to get PHP running on a Win2k server)

                Comment


                • #9
                  I run NOCC. (on BSD, but works on Win32 too) http://nocc.sourceforge.net
                  Free. Fast. Customizable. No frames. No cookies.
                  Renders XHTML, works with text browsers. (<a href="http://www.siemund-world.de/">looks like this</a>)

                  <blockquote><em>I haven't got port 110 open on my mail server</em></blockquote>Okay, say you have port 1110 open instead. Just add:
                  <code>$servr="pop.steve-cooper.co.uk/pop3:1110";</code>

                  Comment

                  Working...
                  X