Page 1 of 1

Implement Web-Mail support

Posted: 26 Jun 2006, 12:58
by Admin
The SSL support is great, but the problem is that TrashMail's forwarded emails are not encrypted in SSL or TLS.
So I would like to offer the possibility to read the incoming mails directly via a SSL secured WebMail interface.
So I must implement a WebMail reader with the possibility to send also mails.

Re: Implement Web-Mail support

Posted: 30 Jun 2006, 06:40
by Z
Hmm... Messages aren't encrypted. That's why you should sent only notification message.

Then messaging (content) will be perfectly secured. But still naturally there is some information that messaging is going on.

It could be one option to choose if notification message includes any information about sender or not.

Email messages (using smtp) are currently widely logged and stored for "later usage" for what ever reasons. That's why actually it's better to use email without smtp.

Users without account must also be able to reply without any trouble to sent messages.

This isn't hard, there are some service providers which already have implemented this without problems.

It coulbe great to join all key features, secure messaging, white listing and double blind messaging. Hmm, now it sounds like a email service that I would like to use.

Posted: 30 Jun 2006, 09:10
by Admin
So should I create an email service with webmail and all trashmail functions?

Re:

Posted: 06 Dec 2007, 16:48
by Admin
Admin wrote:So should I create an email service with webmail and all trashmail functions?
Webmail is included (sending of emails).
Next step would be readding or other things.

Re: Re:

Posted: 06 Dec 2007, 18:11
by Z
Admin wrote:Next step would be reading or other things.
Yeah. And you also have message database ready as queue feature... ;)

It's bit more UI magic and it's done. (Simple version)

I don't know. I like trashmail being forwarding service. But naturally ssl protected web-mail with ssl/tsl smtp functions (like trashmail) is interesting.

Re: Re:

Posted: 07 Jan 2008, 22:58
by Admin
Z wrote:
Admin wrote:Next step would be reading or other things.
Yeah. And you also have message database ready as queue feature... ;)

It's bit more UI magic and it's done. (Simple version)

I don't know. I like trashmail being forwarding service. But naturally ssl protected web-mail with ssl/tsl smtp functions (like trashmail) is interesting.
Ok, the only thing what is currently missing is email reception on the web interface which is SSL protected.