MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.61k stars 627 forks source link

Android: Crash on invoking disconnectOperation #1478

Open ganeshkarthick4 opened 8 years ago

ganeshkarthick4 commented 8 years ago

Hi, When I try to disconnect an Imapsession in Android using Imapsession.disconnectOperation(), my app is crashing.

07-13 23:17:30.891: W/google-breakpad(7751): ### ### ### ### ### ### ### ### ### ### ### ### ### 07-13 23:17:30.891: W/google-breakpad(7751): Chrome build fingerprint: 07-13 23:17:30.891: W/google-breakpad(7751): 0.5 07-13 23:17:30.891: W/google-breakpad(7751): 130 07-13 23:17:30.891: W/google-breakpad(7751): ### ### ### ### ### ### ### ### ### ### ### ### ### 07-13 23:17:30.891: A/libc(7751): Fatal signal 6 (SIGABRT), code -6 in tid 9064 (IMAPService[IMA)

Also is there an auto disconnect of session?

dinhvh commented 8 years ago

Yep. Sessions are auto disconnecting with a 30 sec or 1 minute delay (not sure of the actual value). Are you able to build source of mailcore2 to be able to investigate the issue?