-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday, December 10, 2002, Markus Gloede wrote...
>> I did a google search for just "imap streamproxy" and all the >> references I found were pointing to GMX's POP3 and IMAP servers >> miss-behaving in some awful way, like breaking RFCs in ways you'd >> not believe. > I did the same. Most references were about Fetchmail and GMX. Same as what I saw unfortunately. Seems whatever GMX are doing, it's breaking a few things :) >> From what I have seen, I cannot seem to find any but the name >> StreamProxy, but I keep seeing plenty of Java references. Maybe >> they have an unusual proxy system to do load sharing. > That is also my conclusion. Their POP3 service replies with the same > banner. I noticed that in my searches. I'm guessing a proxy or load sharing system of some sort. >> Telnet is your friend :) >> # telnet server 143 >> > A01 LOGIN <user> <pass> >> [...] >> Hope that gives you some ideas :) > I already played around with telnet. Yet, it appears GMX supports as > sole AUTH method MD5-CRAM and I didn't want to figure that out > manually. Apparently the Bat gets beyond the authentication and it > also lists the mailboxes. That's why I'd like to log what is going > on between the Bat and GMX. If you can get past the login, then it uses AUTH PLAIN too, which is just the LOGIN command. From there you should be able to do anything else too. The AUTH MD5-CRAM is just a method of setting up a handshake, and an 'encrypted' password/username. Where in fact the password (and username) is really hashed together with a key phrase issued by the server, and then an MD5 of the string is made and sent onto the server (simplistically anyway, I think there is a couple of other variables sneaked in too). But as I said, if you can issue the login command, and it says login was good, then the rest of the commands will work just fine. The AUTH MD5-CRAM is only for the login, none of the rest of the transactions. - -- Jonathan Angliss ([EMAIL PROTECTED]) -----BEGIN PGP SIGNATURE----- Version: 6.5.8ckt iQA/AwUBPfYdPSuD6BT4/R9zEQKaxQCeID00AGB2N+p9oXmgxPYvrj9AGiIAnjMh e4cnuix3jfW9tgonysPccGTY =qifm -----END PGP SIGNATURE----- ________________________________________________ Current version is 1.61 | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

