Author |
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 10 December 2007 at 8:09am | IP Logged
|
|
|
Dec 10, 2007
We are getting follwoing error while trying to connect to mail server.
[21:31:48.34] [INFO] Get the list of IMAP4 capabilities via CAPABILITY command.
[21:31:48.34] [SEND] MBN00000001 CAPABILITY\r\n
[21:31:48.34] [RECV] -ERR illegal command\r\n [Total 22 bytes received.]
[21:32:08.89] [INFO] Error: Socket connection has timed out. InnerException message follows: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
[21:32:08.89] [INFO] Will disconnect from host "xxx.xxx.xx.xxx".
Rishi
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 10 December 2007 at 8:22am | IP Logged
|
|
|
You are trying to use IMAP server as it was POP3 server. You should connect to your POP3 server via POP3 protocol, not IMAP one.
Regards,
Alex
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 10 December 2007 at 8:55am | IP Logged
|
|
|
DEc 10, 2007
That was silly of me. I changed the protocol but did not notice that the port did not changed. Port needs to be changed manually.
Now there is other error...
[22:20:24.14] [SEND] c2hyaWdhbmVzaEBqYWFkb29tYWlsLmNvbSBlM2IwMDc5YzY2ZjY1ZGQ0Yzk1 Nzc3M2YyYTkxODYzZg==\r\n
[22:20:24.14] [RECV] MBN00000002 NO AUTHENTICATE Unsupported authentication mechanism, credentials rejected\r\n [Total 88 bytes received.]
[22:20:24.18] [INFO] Error: The server has rejected authentication data sent by the client. The server responded: MBN00000002 NO AUTHENTICATE Unsupported authentication mechanism, credentials rejected.
[22:20:24.18] [SEND] MBN00000003 LOGOUT\r\n
rishi
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 10 December 2007 at 9:09am | IP Logged
|
|
|
Need more lines of the log (including preceeding commands) to investigate this.
Regards,
Alex
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 11 December 2007 at 3:18am | IP Logged
|
|
|
Dec 11, 2007
Hi!
May be the problem is due to cram-md5. How do I have plain text login.
rishi
[16:40:02.89] [INFO] Will connect to host "123.108.34.185" on port 143.
[16:40:02.92] [INFO] Socket connected to IP address 123.108.34.185 on port 143.
[16:40:02.95] [RECV] * OK IMAP4 Server (IMail 8.22)\r\n [Total 32 bytes received.]
[16:40:02.95] [INFO] Get the list of IMAP4 capabilities via CAPABILITY command.
[16:40:02.96] [SEND] MBN00000001 CAPABILITY\r\n
[16:40:02.96] [RECV] * CAPABILITY IMAP4 IMAP4rev1 UIDPLUS AUTH=CRAM-MD5 AUTH=PLAIN AUTH=LOGIN\r\n [Total 74 bytes received.]
[16:40:02.98] [RECV] MBN00000001 OK CAPABILITY completed\r\n [Total 37 bytes received.]
[16:40:02.98] [INFO] Connected to mail service at host "123.108.34.185" on port 143 and ready.
[16:40:03.00] [INFO] Will login as "shrigan@jadomail.com".
[16:40:03.00] [INFO] Will try SASL CRAM-MD5 authentication method.
[16:40:03.00] [SEND] MBN00000002 AUTHENTICATE CRAM-MD5\r\n
[16:40:03.01] [RECV] + PDM5MjAuODY5ODkwNjJAbmV0Z2FpbnN0ZWNoMT4=\r\n [Total 44 bytes received.]
[16:40:03.01] [SEND] c2hyaWdhbmVzaEBqYWFkb29tYWlsLmNvbSA4Nzg0Y2Y5MTA1Zjk2ZTI3NDI2 MzkyMTVlMzI2Mzc2MA==\r\n
[16:40:03.01] [RECV] MBN00000002 NO AUTHENTICATE Unsupported authentication mechanism, credentials rejected\r\n [Total 88 bytes received.]
[16:40:03.07] [INFO] Error: The server has rejected authentication data sent by the client. The server responded: MBN00000002 NO AUTHENTICATE Unsupported authentication mechanism, credentials rejected.
[16:40:03.09] [SEND] MBN00000003 LOGOUT\r\n
[16:40:03.09] [RECV] * BYE IMAP4 Server logging out\r\n [Total 32 bytes received.]
[16:40:03.09] [RECV] MBN00000003 OK LOGOUT completed\r\n [Total 33 bytes received.]
[16:40:03.09] [INFO] Will disconnect from host "123.108.34.185".
[16:40:03.10] [INFO] Disconnected from host "123.108.34.185".
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 11 December 2007 at 4:17am | IP Logged
|
|
|
Dec 11, 2007
Hi!
May be the problem is due to cram-md5. How do I have plain text login.
rishi
[16:40:02.89] [INFO] Will connect to host "123.108.34.185" on port 143.
[16:40:02.92] [INFO] Socket connected to IP address 123.108.34.185 on port 143.
[16:40:02.95] [RECV] * OK IMAP4 Server (IMail 8.22)\r\n [Total 32 bytes received.]
[16:40:02.95] [INFO] Get the list of IMAP4 capabilities via CAPABILITY command.
[16:40:02.96] [SEND] MBN00000001 CAPABILITY\r\n
[16:40:02.96] [RECV] * CAPABILITY IMAP4 IMAP4rev1 UIDPLUS AUTH=CRAM-MD5 AUTH=PLAIN AUTH=LOGIN\r\n [Total 74 bytes received.]
[16:40:02.98] [RECV] MBN00000001 OK CAPABILITY completed\r\n [Total 37 bytes received.]
[16:40:02.98] [INFO] Connected to mail service at host "123.108.34.185" on port 143 and ready.
[16:40:03.00] [INFO] Will login as "shrigan@jadomail.com".
[16:40:03.00] [INFO] Will try SASL CRAM-MD5 authentication method.
[16:40:03.00] [SEND] MBN00000002 AUTHENTICATE CRAM-MD5\r\n
[16:40:03.01] [RECV] + PDM5MjAuODY5ODkwNjJAbmV0Z2FpbnN0ZWNoMT4=\r\n [Total 44 bytes received.]
[16:40:03.01] [SEND] c2hyaWdhbmVzaEBqYWFkb29tYWlsLmNvbSA4Nzg0Y2Y5MTA1Zjk2ZTI3NDI2 MzkyMTVlMzI2Mzc2MA==\r\n
[16:40:03.01] [RECV] MBN00000002 NO AUTHENTICATE Unsupported authentication mechanism, credentials rejected\r\n [Total 88 bytes received.]
[16:40:03.07] [INFO] Error: The server has rejected authentication data sent by the client. The server responded: MBN00000002 NO AUTHENTICATE Unsupported authentication mechanism, credentials rejected.
[16:40:03.09] [SEND] MBN00000003 LOGOUT\r\n
[16:40:03.09] [RECV] * BYE IMAP4 Server logging out\r\n [Total 32 bytes received.]
[16:40:03.09] [RECV] MBN00000003 OK LOGOUT completed\r\n [Total 33 bytes received.]
[16:40:03.09] [INFO] Will disconnect from host "123.108.34.185".
[16:40:03.10] [INFO] Disconnected from host "123.108.34.185".
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 11 December 2007 at 6:09am | IP Logged
|
|
|
Yes, your mail server advertises CRAM-MD5 support, but actually doesn't support this authentication type.
We sent you WebMail Pro 4.1 today. Please upgrade your WebMail Pro installation and see if it resolves the issue. Please let us know the outcome.
Best regards,
Andrew
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 11 December 2007 at 8:07am | IP Logged
|
|
|
We are getting following error in Webmail integration.. We have downloaded 4.1
Error 1 The type or namespace name 'Integration' could not be found (are you missing a using directive or an assembly reference?) D:\Santosh\ASP.net\Jaadoo\Default.aspx.cs 28 9 D:\...\Jaadoo\
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 11 December 2007 at 8:10am | IP Logged
|
|
|
We are getting following error in Webmail integration.. We have downloaded 4.1
Error 1 The type or namespace name 'Integration' could not be found (are you missing a using directive or an assembly reference?) D:\Santosh\ASP.net\Jaadoo\Default.aspx.cs 28 9 D:\...\Jaadoo\
Error 2 The type or namespace name 'Integration' could not be found (are you missing a using directive or an assembly reference?) D:\Santosh\ASP.net\Jaadoo\Default.aspx.cs 28 34 D:\...\Jaadoo\
rishi
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 12 December 2007 at 12:41am | IP Logged
|
|
|
Please add a reference to WebMailPro.dll to your ASP.NET project (in Visual Studio 'Project->Add Reference...').
You can learn more about WebMail Pro ASP.NET integration here.
Best regards,
Andrew
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 13 December 2007 at 3:18am | IP Logged
|
|
|
We are getting following error while integrating WebMail (Framework Ver 2.0) into another system.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Integration' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 21: protected void Button1_Click(object sender, EventArgs e)
Line 22: {
Line 23: Integration integr = new Integration(@"c:\webmail\data", @"\JaadooMail1.2\");
Line 24: integr.UserLoginByEmail(@"santosh@india.com", "santosh@india.com", "santosh", WMStartPage.Mailbox);
Line 25:
Please also let us know if there is VB.net code available.
rishi
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 13 December 2007 at 6:46am | IP Logged
|
|
|
Have you added a reference to WebMailPro.dll to your project?
Best regards,
Andrew
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 13 December 2007 at 6:50am | IP Logged
|
|
|
Although VB.NET code is not available, you can use any of C# to VB.NET converters available in Internet. For instance, this one.
Best regards,
Andrew
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 13 December 2007 at 7:22am | IP Logged
|
|
|
DEc 13, 2007
We have added the reference even after that we are getting the error. Is there any specific version.
rishi
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 13 December 2007 at 7:47am | IP Logged
|
|
|
Dec 13, 2007
Can you please send us a working sample?
rishi
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 13 December 2007 at 9:48am | IP Logged
|
|
|
Ok, we'll mail you a working example a bit later.
Best regards,
Andrew
|
Back to Top |
|
|
rishi_somshetti Groupie
Joined: 31 January 2007 Location: India
Online Status: Offline Posts: 84
|
Posted: 14 December 2007 at 3:33am | IP Logged
|
|
|
DEc 14, 2007
We are waiting for your mail.
rishi
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 14 December 2007 at 3:50am | IP Logged
|
|
|
We've e-mailed you a VB.NET sample.
Best regards,
Andrew
|
Back to Top |
|
|