Page 4 of 25
Posted: Thu Jun 09, 2005 3:02 pm
by gnozal
jqn wrote:Hi, gnozal
Very useful library, but I need a new feature:
In Headers are "Content-Type: text/plain; charset=iso-8859-1".
There is a way to change this?.
I will need "Content-Type: text/html; charset=iso-8859-1".
JOAQUN
For the next version (after my holidays

)
Posted: Tue Aug 02, 2005 10:32 am
by PB
This example from the Help doesn't work for me:
Code: Select all
MyPOP3Server.s = "pop3.test@test.fr"
MyPOP3Port.l = 110
MyPOPUser.s = "Test"
MyPOP3Password.s = "Test"
NumberOfMails.l = PureSMTP_POP3Messages(MyPOP3Server, MyPOP3Port, MyPOPUser, MyPOP3Password)
; Returns number of e-mails at POP3 server [>= 0 , else is error code]
If NumberOfMails >= 0
MessageRequester("POP3", "You have " + Str(NumberOfMails) + " message(s)", 0)
Else
MessageRequester("ERROR", "Error code = " + Str(NumberOfMails), 0)
EndIf
I always get an error code of -3, my login details are all correct and the
same as what I use with Outlook, which works perfectly...

Posted: Tue Aug 02, 2005 10:39 am
by gnozal
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.
Posted: Tue Aug 02, 2005 11:47 am
by PB
> 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?
Posted: Tue Aug 02, 2005 12:44 pm
by gnozal
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)?
Posted: Tue Aug 02, 2005 1:22 pm
by PB
>
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...
Posted: Tue Aug 02, 2005 2:23 pm
by gnozal
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.
Posted: Sat Aug 20, 2005 8:29 am
by gnozal
Update
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 !
Posted: Wed Aug 24, 2005 8:40 am
by zikitrake
gnozal wrote:jqn wrote:Hi, gnozal
Very useful library, but I need a new feature:
In Headers are "Content-Type: text/plain; charset=iso-8859-1".
There is a way to change this?.
I will need "Content-Type: text/html; charset=iso-8859-1".
JOAQUN
For the next version (after my holidays

)
any news about "Content-Type: text/html"? :roll:
gnozal, Thank you for your very useful libs

Posted: Wed Aug 24, 2005 9:43 am
by gnozal
zikitrake wrote:any news about "Content-Type: text/html"? :roll:
Oops, forgot that one

I will add it, promise.
zikitrake wrote:gnozal, Thank you for your very useful libs

Thanks

Posted: Wed Aug 24, 2005 10:49 am
by gnozal
Update
What's new :
- new function PureSMTP_SetContentType()
Posted: Wed Aug 24, 2005 11:13 am
by zikitrake
gnozal wrote:Update
What's new :
- new function PureSMTP_SetContentType()

fast boy! (not fat boy

)
one (or two) thousand thanks
Tested: It's works great!
Posted: Mon Nov 14, 2005 12:21 pm
by gnozal
Update
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()
Posted: Mon Nov 14, 2005 1:44 pm
by PHP
Posted: Fri Apr 07, 2006 4:59 pm
by zikitrake
any chance to update it with Tailbite alpha?

:roll: