On Tue, May 25, 2010 at 16:31, Jerrale Gayle
wrote:
> The openssl client will connect you in plain text to your imap server where
> you can manually do login (AUTH LOGIN) and browse through your imap folders
> just like you use your SSH shell. This is a sufficient enough test. Refer
> here, after
On 5/24/2010 6:13 PM, Pascal Volk wrote:
On 05/25/2010 12:03 AM Phil Howard wrote:
I would be looking for components in languages I know (C a lot and
Pike some) or am learning (Python).
Python's standard library provides all you need:
- http://docs.python.org/library/poplib.html
On Mon, May 24, 2010 at 18:13, Pascal Volk
wrote:
> On 05/25/2010 12:03 AM Phil Howard wrote:
>> I would be looking for components in languages I know (C a lot and
>> Pike some) or am learning (Python).
>
> Python's standard library provides all you need:
> - http://docs.python.org/library/popl
On 05/25/2010 12:03 AM Phil Howard wrote:
> I would be looking for components in languages I know (C a lot and
> Pike some) or am learning (Python).
Python's standard library provides all you need:
- http://docs.python.org/library/poplib.html
- http://docs.python.org/library/imaplib.html
On Mon, May 24, 2010 at 17:59, Ken A wrote:
>
> Mail::POP3Client works pretty well.
> Net::IMAP::Simple looks easy too, but I've not used it.
> Ken
>
>
>>
>> At some point I think I need to learn the OpenSSL library API for C so
>> I can write some command line tool apps of my own with it (now we'
On 5/24/2010 4:46 PM, Phil Howard wrote:
On Mon, May 24, 2010 at 17:31, Mike Abbott wrote:
Well, that kinda complicates a "STARTTLS tunnel"
Perhaps you might be interested in these commands. I'm not sure about their
portability but they work tolerably well in scripts on Mac OS X 10.6.
$
On Mon, May 24, 2010 at 17:31, Mike Abbott wrote:
>> Well, that kinda complicates a "STARTTLS tunnel"
>
> Perhaps you might be interested in these commands. I'm not sure about their
> portability but they work tolerably well in scripts on Mac OS X 10.6.
>
> $ openssl s_client -connect yourhost:i
> Well, that kinda complicates a "STARTTLS tunnel"
Perhaps you might be interested in these commands. I'm not sure about their
portability but they work tolerably well in scripts on Mac OS X 10.6.
$ openssl s_client -connect yourhost:imap -starttls imap
$ openssl s_client -connect yourhost:pop3
On Mon, May 24, 2010 at 11:49, Mike Abbott wrote:
>> Anyway, with the tag it does work on IMAP. But it still fails on POP
>
> For POP3 the command is STLS.
>
Well, that kinda complicates a "STARTTLS tunnel" :-) ... I was
thinking of trying to do that to address some issues.
OK, well, put the em
> Anyway, with the tag it does work on IMAP. But it still fails on POP
For POP3 the command is STLS.
On Mon, May 24, 2010 at 11:31, Mike Abbott wrote:
>> altair/phil /home/phil 162> telnet 172.30.0.24 143
>> Trying 172.30.0.24...
>> Connected to 172.30.0.24.
>> Escape character is '^]'.
>> * OK [CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND
>> UNSELECT LITERAL+ IDLE CHILDREN NAM
> altair/phil /home/phil 162> telnet 172.30.0.24 143
> Trying 172.30.0.24...
> Connected to 172.30.0.24.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND
> UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS UIDPLUS
> LIST-EXTENDED I18NLEVEL=
I believe I have the configuration set to use START TLS on IMAP4 (143)
and POP3 (110) ports. However, it does not seem to be working. Yet
"STARTTLS" is listed as a capability (which tells me I probably do
have it configured right).
In the session below, 172.30.0.24 is the mail server I'm putting
13 matches
Mail list logo