Hi ppl, *Bonk Me* Thanks Sanford & Matthew! Hehhe.... i guess my biggest mistake was to ASSUME the IMAP4 object belongs to IMAIL. (I thought it was provided by iMail and was wondering why I cant find any documentation on using this component from ipswitch)
So I guess the answer lies in EasyMail.. (maybe it wasnt installed or setup properly ...) Thanks again guys! :) SY Lim - hoping to still find installation files for EasyMail in the repository ... somewhere... *glup* -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthew Lohr Sent: Tuesday, August 19, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Help needed: Still having problem to programmatically log on to iMail mailbox. Sorry here is the link https://www.quiksoft.com/support/techdocs/sample_view.asp?ID=1207&Query_ ID=192041 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Sent: Monday, August 18, 2003 10:33 PM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Help needed: Still having problem to programmatically log on to iMail mailbox. I think the samples you want are here -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lim Siew Yin Sent: Monday, August 18, 2003 9:52 PM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Help needed: Still having problem to programmatically log on to iMail mailbox. Hi guys, The main problem is: I have to debug an existing ASP code that programatically logs on to iMail mailbox. (Its a 3rd party web application that is built around iMail using ASP and iMail components) (Which is why I cant use the normal login.cgi ... they dont use cgi... *sniff*) The code used to work... which leads me to think its some setting problem OR it was really buggy and finally it crumbled. Problem no.2, the person coding it ... is no longer around. (what's new?) Problem no.3, I have to fix it asap. The code snippet is something like this:- '======================================== Set IMAP4 = CreateObject(Application("IMAP4Object")) IMAP4.PerformanceMode = 1 IMAP4.LicenseKey = Application("IMAP4LicenseKey") rVal = IMAP4.Connect(Application("IMAP4Server")) if rVal <> 0 then Response.Write "Err: Failed to connect" Response.End end if rVal = IMAP4.Login("[EMAIL PROTECTED]","password") if rVal <> 0 then Response.Write "Err: Failed to log in" Response.End end if '---------------------------------------------------------------------- btw, its iMail version 6.0 (somehow in version 7.0, even though rVal is NOT success, the error messages doesnt show...) I want to debug it, but I dont have the detailed documentation of the IMAP4Object or (fully working) ASP code snippets to refer to. I would be most grateful if someone can show me how to move forward. (eg. What things to check to ensure settings are all ok, better ASP code snippets that work, etc) Thank you for your time. SY Lim the desperate. To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
