Page 1 of 1

How does Jade receive email?

Posted: Fri Aug 07, 2009 12:27 pm
by ConvertFromOldNGs
by Scott >> Tue, 4 Nov 2003 13:34:22 GMT

Hi Jade Partner,
Who know how to receive email by Jade?
I know Jade can send email to other mail server, but I don't know whether Jade can receive email from other mail server? It happens that we need provide user the function.

I'd appreciated if someone can provide it.

Regards,
Scott
Bizpoint System Pte Ltd

Re: How does Jade receive email?

Posted: Fri Aug 07, 2009 12:27 pm
by ConvertFromOldNGs
by Patwos >> Tue, 4 Nov 2003 20:41:31 GMT

You have a couple of options:

1) Write your own native Jade logic to implement either the POP3 or IMAP protocols and then your Jade logic can connect to the POP3 or IMAP server and receive/process the e-mails as appropriate.

2) Use an ActiveX automation object that implements either the POP3 or IMAP protocols and then your Jade logic can use this ActiveX to connect to the POP3 or IMAP server and receive/process the e-mails as appropriate.

This is not a recommendation as such, and others may have more experience with other ActiveX automation objects, but PostieX seems to work well with Jade for both sending and receiving e-mails so you may want to consider trialling that if you decide to go the ActiveX route.

Hope that helps,
Pat.