jdgwartney / weboutlook

Automatically exported from code.google.com/p/weboutlook
0 stars 0 forks source link

Not compatible with evolution's POP implementation #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set up the POP daemon
2. Point evolution at it
3. Evolution will bail out due to unsupported TOP command

What is the expected output? 
Evolution successfully downloads messages with POP.

What do you see instead?
Evolution downloads no messages.

Please provide any additional information below.
Evolution does not react well to unsupported POP commands.

I patched it to provide fake support for TOP (Duplicates RETR but does not 
delete the message.  Does not only return top n lines as it's supposed to.) and 
fake support for DELE.  This made evolution's POP client work.

Original issue reported on code.google.com by smcl...@gmail.com on 14 Jun 2011 at 11:37

Attachments: