Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S/MIME encrypted mails are not decrypted #1

Open
CFPrulez opened this issue Oct 6, 2015 · 1 comment
Open

S/MIME encrypted mails are not decrypted #1

CFPrulez opened this issue Oct 6, 2015 · 1 comment

Comments

@CFPrulez
Copy link
Member

CFPrulez commented Oct 6, 2015

On some devices decrypting mails with SMileCE does not work. After opening the mail, the progress wheel appears but nothing happens.

Workaround: Enable debugging in SMileCE. Attention: This will save the en- and decrypted mail on the SD card (can be read by all apps)!

Stacktrace:
D/SMIME API( 2365): service result: Intent { (has extras) }
E/k9 ( 2365): Error while decoding message
E/k9 ( 2365): java.lang.RuntimeException: Not supported
E/k9 ( 2365): at com.fsck.k9.mailstore.LocalMessageExtractor.extractAttachmentInfo(LocalMessageExtractor.java:554)
E/k9 ( 2365): at com.fsck.k9.mailstore.LocalMessageExtractor.extractAttachmentInfos(LocalMessageExtractor.java:527)
E/k9 ( 2365): at com.fsck.k9.mailstore.LocalMessageExtractor.decodeMessageForView(LocalMessageExtractor.java:466)
E/k9 ( 2365): at com.fsck.k9.ui.message.DecodeMessageLoader.loadInBackground(DecodeMessageLoader.java:48)
E/k9 ( 2365): at com.fsck.k9.ui.message.DecodeMessageLoader.loadInBackground(DecodeMessageLoader.java:17)
E/k9 ( 2365): at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:296)
E/k9 ( 2365): at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:54)
E/k9 ( 2365): at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:42)
E/k9 ( 2365): at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:128)
E/k9 ( 2365): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
E/k9 ( 2365): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
E/k9 ( 2365): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
E/k9 ( 2365): at java.lang.Thread.run(Thread.java:818)

@CFPrulez
Copy link
Member Author

This error has been fixed. It works now without having debugging enabled.

SMile cannot handle encrypted attachments. Decryption of mails with attachments will fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant