Page 1 of 2

SMTP-AUTH and SSL implementation for email lib

Posted: Sun Jan 13, 2008 5:34 pm
by Psychophanta
Title says all 8)

Posted: Sun Jan 13, 2008 7:33 pm
by DoubleDutch
Hopefully pop3 eventually as well. :)

Posted: Wed Jan 16, 2008 1:22 pm
by Rescator
SSE? I assume you mean SSL/TLS in this case? :)

Posted: Wed Jan 16, 2008 2:59 pm
by Psychophanta
Rescator wrote:SSE? I assume you mean SSL/TLS in this case? :)
Very true! corrected! 8)

Posted: Wed Jan 16, 2008 3:38 pm
by Berikco
From the 4.20 Alpha Forum...
DoubleDutch wrote:Will you be adding smtp authentication to the library? - it appears to be needed on more and more smtp servers as time goes on.

Also, is mail going to stay one-way or will receive (pop3) be implemented?
Fred wrote:None will be implemented for now, probably for a future version.

Posted: Wed Jan 16, 2008 3:49 pm
by Kukulkan
This are really bad news. :cry:

I need SSL/TLS functionality, too (using Google-Mail for example...). Gnozal is not willing to provide this functionality in his PureSMTP library, too. So, currently all Google-Mail users are not able to use my software.

If this functions are built-in, they can also get used for HTTPS-Functions. This would be a complete thing.

Kukulkan

Posted: Wed Jan 16, 2008 3:54 pm
by gnozal
Kukulkan wrote:Gnozal is not willing to provide this functionality in his PureSMTP library, too
It's not that I don't want, simply I don't know how. And pointing to C++ links won't help.
I am no professional programmer.

Posted: Wed Jan 16, 2008 4:01 pm
by Kukulkan
Gnozal,

This was not meant as critique on your work or library's. PureSMTP saved me lot's of hours. Thank you for all your great librarys. :!:

But currently, a lot of my customers complain about the missing compatibility to Google-Mail (only allowing SSL/TLS connections). I searched a lot, but can not find even a good and small external library that provides such SMTP functionality. Especially, as I need to keep a future Linux implementation in mind. And I'm not deep enough into the SMTP protocol to be able to do this by myself :(

Kukulkan

Posted: Wed Jan 16, 2008 4:07 pm
by DoubleDutch
Beriko wrote:From the 4.20 Alpha Forum...
DoubleDutch wrote: Will you be adding smtp authentication to the library? - it appears to be needed on more and more smtp servers as time goes on.

Also, is mail going to stay one-way or will receive (pop3) be implemented?
Fred wrote: None will be implemented for now, probably for a future version.
:?

I know that Fred said that, thats why I said "Hopefully pop3 eventually as well." - knowing that most people did not have access to the Alpha section of the forum.

Posted: Wed Jan 16, 2008 4:11 pm
by Berikco
DoubleDutch wrote:
Beriko wrote:From the 4.20 Alpha Forum...
DoubleDutch wrote: Will you be adding smtp authentication to the library? - it appears to be needed on more and more smtp servers as time goes on.

Also, is mail going to stay one-way or will receive (pop3) be implemented?
Fred wrote: None will be implemented for now, probably for a future version.
:?

I know that Fred said that, thats why I said "Hopefully pop3 eventually as well." - knowing that most people did not have access to the Alpha section of the forum.

Yes, i know

All missing things in the new http/ftp/smtp libs would be added gradually in new versions, not in 4.20 final to quote Fred

Posted: Wed Jan 16, 2008 5:09 pm
by Psychophanta
Berikco wrote:
Fred wrote:None will be implemented for now, probably for a future version.
Ohh! those are typical words from Fred.
If he was a woman at least the typical words would be:
may be
:D

Posted: Fri Jan 18, 2008 11:21 pm
by Marco2007
gnozal wrote: I am no professional programmer.


@Gnozal: Never thought I would ever say: "You`re wrong!" :wink:

Code: Select all

Debug ReplaceString("I am no professional programmer.", "I am no", "Gnozal is a")

Posted: Sun Jan 27, 2008 5:50 am
by J. Baker
ARGGG! Not having smtp authentication makes the new mail functions pointless to me. :?

Posted: Sun Jan 27, 2008 10:43 am
by DoubleDutch
I think that it will come in time - don't forget it's still beta and it's a brand new "built-in" library.

Posted: Mon Jan 28, 2008 10:02 am
by hardfalcon
There are such problems with many of the new libs, the FTP lib for example will be rather useless as long as it doesn't support setting CHMOD access rights.
Anyhow, time (and new features) will come, and the new libs are definitely a great step into the right direction.