PB wrote:This example from the Help doesn't work for me:
Sorry it worked for me. I don't use any POP3 server anymore.
The goal of the library was to handle SMTP functions, I only added this POP3 function for a friend wich used POP3 some time ago.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
> The goal of the library was to handle SMTP functions
That's what I downloaded it for too, but it would have been nice to make use
of the POP3 function. Does that mean you don't intend to fix that function?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
PB wrote:> The goal of the library was to handle SMTP functions
That's what I downloaded it for too, but it would have been nice to make use of the POP3 function. Does that mean you don't intend to fix that function?
I don't have any POP3 server to play with.
What is the last server message (PureSMTP_LastServerMessage)?
Last edited by gnozal on Sat Aug 20, 2005 8:24 am, edited 1 time in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PB wrote:> I don't have any POP3 server to play with.
Oops, okay, I missed that bit. I'm tired.
> What is the last server message (PureSMTP_LastServerMessage)?
It's: +OK
I even turned off Kerio just to make doubly sure...
Strange. I will change the function, use STAT instead of LIST.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Some user requests.
- SendMail() : like the Attachements argument, the MailTo argument now accepts multiple recipients ;
- POP3Messages() : changed, should work better but I have no POP3 server to test !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Changes
- enhanced MailFrom argument for PureSMTP_SendMail()
. simple mail address : MailFrom = "name@domain.com"
. or real name + mail address : MailFrom = "Name <name@domain.com>"
- new function : PureSMTP_SetXMailer()
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).