Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:27 pm
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.