Kasper Føns

Results 14 comments of Kasper Føns

I am still seeing the issue here in android 2.2.2 and using ActionBarSherlock 4.3.1. Is work still ongoing or should I just never upgrade from ActionBarSherlock 4.0.0?

Seeing the issue is marked as "Needs-More-Info", I have created a test application that shows the error. It is located here: https://github.com/foens/abserrortest With prebuilt apk: https://github.com/foens/abserrortest/raw/master/out/production/abstest/abstest.apk It contains an activity...

Are you using Gmail? I have seen service providers only show the email through POP3 if it is unread. Thus, you can only see it once. There is no setting...

You can supply a custom EncodingFinder and handle the "null" parameter there. There are lots of "special" values out there, we can't handle them all. Thanks for reporting though. You...

Hello and thank you for your pull request. Is it possible that you could change the indentation to tabs and add a test case such that that this bug will...

I am not sure what is wrong with that email. I haven't got the time to actually test it with code.

Currently I do not have a C# environment to test it. Is it possible you could fix this and provide a pull request?

I'm not sure how other POP3 clients handle this situation. Have you tried to authenticate using a non-plaintext method? You can do this by giving a `AuthenticationMethod` to the `Authenticate`...

I do not know. Do you know how to implement it? Are there any RFC that specifies how to do it?

@jstedfast Really. I thought the protocol was strictly ASCII based?