SMTP-AUTH and SSL implementation for email lib

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

SMTP-AUTH and SSL implementation for email lib

Post by Psychophanta »

Title says all 8)
Last edited by Psychophanta on Wed Jan 16, 2008 2:59 pm, edited 1 time in total.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Hopefully pop3 eventually as well. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

SSE? I assume you mean SSL/TLS in this case? :)
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Rescator wrote:SSE? I assume you mean SSL/TLS in this case? :)
Very true! corrected! 8)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post 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.
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post 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
Last edited by Kukulkan on Wed Jan 16, 2008 3:56 pm, edited 1 time in total.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post 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
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post 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.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post 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
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post 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
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post 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")
PureBasic for Windows
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

ARGGG! Not having smtp authentication makes the new mail functions pointless to me. :?
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post 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.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
hardfalcon
User
User
Posts: 89
Joined: Fri Apr 29, 2005 3:03 pm
Location: Luxembourg
Contact:

Post 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.
"And God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof; And the spare rib, which God had taken from man, made he a woman, and brought her unto the man"
Post Reply