forked from thunderbird/thunderbird-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Intents
Jesse Vincent edited this page Feb 1, 2011
·
7 revisions
#Intents used and provided
As of v. 2.3, K-9 package name as changed from com.android.email to com.fsck.k9. Hence, the intent action and extra were also changed.
- scheme: email
- host: messages
- com.fsck.k9.intent.extra.ACCOUNT
- com.fsck.k9.intent.extra.FOLDER
- com.fsck.k9.intent.extra.SENT_DATE
- com.fsck.k9.intent.extra.FROM
- com.fsck.k9.intent.extra.TO
- com.fsck.k9.intent.extra.CC
- com.fsck.k9.intent.extra.BCC
- com.fsck.k9.intent.extra.SUBJECT
- com.fsck.k9.intent.extra.FROM_SELF Boolean (version 2.101 and later)
- [http://www.blntsoft.com/email-popup/ Email Popup]
Use the URI contained in the com.fsck.k9.intent.action.EMAIL_RECEIVED intent, to view an email message
- action: android.intent.action.VIEW
- scheme: email
- host: messages
Used to fetch attach files to email messages
- [http://www.openintents.org/en/node/159 OI File Manager]
scheme: mailto
scheme: mailto
mimeType: *
/*