home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Notification: Extending "My Mail" plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="reagan+carter" data-source="post: 96384" data-attributes="member: 24635"><p>ok. I've created an account at zoom.co.uk and started experimenting a bit with it.</p><p>First note: the server doesn't support SASL. The odd thing is that it advertises its compatibility with APOP but it doesn't work (as per RFC1939, the RFC that defines how APOP works). I've tried to manually connect, via telnet, to pop3.zoom.co.uk and authenticate using APOP (following the RFC1939 religiously) but it doesn't work either. I've retried the APOP mechanism currently implemented against three other different servers and it works like a charm. I'm a bit confused.</p><p></p><p>A workaround would be to FIRST try to use the USER/PASS mechanism and THEN APOP if and only if it requires it. Not the other way round. I think it's the way poppeeper works. No info for Thunderbird. I will think about it.</p><p></p><p>Is it the only mailbox that doesn't work?</p><p></p><p>---</p><p></p><p>N.B. modus operandi for APOP</p><p>c:\telnet pop3.zoom.co.uk 110</p><p></p><p>Then the server issues this kind of line:</p><p>[CODE]+OK <21481.1165781674@read13.mail.uk.easynet.net>[/CODE]</p><p>Grab the text inclosed in between <>, included</p><p>Append your password at the end of the string, without any space</p><p>e.g. </p><p>[CODE]<21481.1165781674@read13.mail.uk.easynet.net>MY_PASSWORD[/CODE]</p><p>Hash this string with MD5 (use the inclosed program)</p><p>Transform the result into an hexadecimal ASCII string (use the inclosed program)</p><p>Type the following command, at the server prompt, in the telnet session currently open</p><p>[CODE]APOP MY_USERNAME THE_HASHED_AND_HEXED_SECRET[/CODE]</p><p>where MY_USERNAME is the POP3 username (login) and THE_HASHED_AND_HEXED_SECRET is the transformed string produced above</p><p></p><p>pop3.zoom.co.uk inevitably answers "-ERR authorization failed"</p></blockquote><p></p>
[QUOTE="reagan+carter, post: 96384, member: 24635"] ok. I've created an account at zoom.co.uk and started experimenting a bit with it. First note: the server doesn't support SASL. The odd thing is that it advertises its compatibility with APOP but it doesn't work (as per RFC1939, the RFC that defines how APOP works). I've tried to manually connect, via telnet, to pop3.zoom.co.uk and authenticate using APOP (following the RFC1939 religiously) but it doesn't work either. I've retried the APOP mechanism currently implemented against three other different servers and it works like a charm. I'm a bit confused. A workaround would be to FIRST try to use the USER/PASS mechanism and THEN APOP if and only if it requires it. Not the other way round. I think it's the way poppeeper works. No info for Thunderbird. I will think about it. Is it the only mailbox that doesn't work? --- N.B. modus operandi for APOP c:\telnet pop3.zoom.co.uk 110 Then the server issues this kind of line: [CODE]+OK <21481.1165781674@read13.mail.uk.easynet.net>[/CODE] Grab the text inclosed in between <>, included Append your password at the end of the string, without any space e.g. [CODE]<21481.1165781674@read13.mail.uk.easynet.net>MY_PASSWORD[/CODE] Hash this string with MD5 (use the inclosed program) Transform the result into an hexadecimal ASCII string (use the inclosed program) Type the following command, at the server prompt, in the telnet session currently open [CODE]APOP MY_USERNAME THE_HASHED_AND_HEXED_SECRET[/CODE] where MY_USERNAME is the POP3 username (login) and THE_HASHED_AND_HEXED_SECRET is the transformed string produced above pop3.zoom.co.uk inevitably answers "-ERR authorization failed" [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Notification: Extending "My Mail" plugin
Contact us
RSS
Top
Bottom