forked from thunderbird/thunderbird-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Intents
cketti edited this page Feb 5, 2011
·
7 revisions
#Intents used and provided
This is WORK IN PROGRESS
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)
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
scheme: mailto
scheme: mailto
mimeType: */*