[IMail Forum] IMAP Connection Using Perl [Revisited]

2005-03-18 Thread Duane Hill
Ok. I'm starting over and going to explain this slowly. First, I can successfully telnet into our IMail server via IMAP port 143 and login and logout fine. However, when I attempt to use ActiveState Perl v5.8.4 and the Perl module IO::Socket the login fails. The connection itself does

Re: [IMail Forum] IMAP Connection Using Perl [Revisited]

2005-03-18 Thread E. Shanbrom \(Ipswitch\)
, March 18, 2005 11:57 AM Subject: [IMail Forum] IMAP Connection Using Perl [Revisited] Ok. I'm starting over and going to explain this slowly. First, I can successfully telnet into our IMail server via IMAP port 143 and login and logout fine. However, when I attempt to use ActiveState Perl

Re: [IMail Forum] IMAP Connection Using Perl [Revisited]

2005-03-18 Thread E. Shanbrom \(Ipswitch\)
, 2005 12:43 PM Subject: Re: [IMail Forum] IMAP Connection Using Perl [Revisited] I would have to look at this line: print $REM_IMAP x LOGIN [EMAIL PROTECTED] password\n; What are you populating the x variable with. This needs to be a positive integer..Is that happening? I would like to see

Re: [IMail Forum] IMAP Connection Using Perl [Revisited]

2005-03-18 Thread Duane Hill
- Original Message - From: Duane Hill [EMAIL PROTECTED] To: IMail_Forum@list.ipswitch.com Sent: Friday, March 18, 2005 11:57 AM Subject: [IMail Forum] IMAP Connection Using Perl [Revisited] Ok. I'm starting over and going to explain this slowly. First, I can successfully telnet into our

Re: [IMail Forum] IMAP Connection Using Perl [Revisited]

2005-03-18 Thread Duane Hill
18, 2005 11:57 AM Subject: [IMail Forum] IMAP Connection Using Perl [Revisited] Ok. I'm starting over and going to explain this slowly. First, I can successfully telnet into our IMail server via IMAP port 143 and login and logout fine. However, when I attempt to use ActiveState Perl

RE: [IMail Forum] IMAP Connection Using Perl [Revisited]

2005-03-18 Thread Daniel Donnelly
PROTECTED] Behalf Of Duane Hill Sent: Friday, March 18, 2005 4:18 PM To: IMail_Forum@list.ipswitch.com Subject: Re: [IMail Forum] IMAP Connection Using Perl [Revisited] Replying to my own message. Oh, well. First off, you have to believe me. I ABSOLUTELY tried what was suggested in the previous

Re: [IMail Forum] IMAP Connection Using Perl [Revisited]

2005-03-18 Thread Duane Hill
Appriciate the feedback. After doing the test using the Net::IMAP::Simple Perl module and it working across ALL servers, I think I'm just going to convert the IMAP parts of the code to using the full Net::IMAP module instead. That way not only will I have to worry about what I'm

[IMail Forum] IMAP Connection Using Perl

2005-03-16 Thread Duane Hill
I'm attempting to move some e-mail from a non-IMail server to an IMail v8.15hf1 server via a Perl script. IMAP connections succeed when variables below are hardcoded to three different non-IMail servers. However, the IMail server IMAP connection is giving back an error of Can't login

RE: [IMail Forum] IMAP Connection Using Perl

2005-03-16 Thread Daniel Donnelly
Forum] IMAP Connection Using Perl I'm attempting to move some e-mail from a non-IMail server to an IMail v8.15hf1 server via a Perl script. IMAP connections succeed when variables below are hardcoded to three different non-IMail servers. However, the IMail server IMAP connection is giving

Re: [IMail Forum] IMAP Connection Using Perl

2005-03-16 Thread Duane Hill
Of Duane Hill Sent: Wednesday, March 16, 2005 12:32 PM To: IMail_Forum@list.ipswitch.com Subject: [IMail Forum] IMAP Connection Using Perl I'm attempting to move some e-mail from a non-IMail server to an IMail v8.15hf1 server via a Perl script. IMAP connections succeed when variables below