forked from thunderbird/thunderbird-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Intents
sonic74 edited this page Sep 18, 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 (Neccessary for <intent-filter>)
- 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
Used when a message is shared
Used in addition to the documented EXTRAs:
- com.fsck.k9.intent.extra.SENDER - a String[] holding e-mail addresses of the senders of the original message (version 3.703 and later)
scheme: mailto
scheme: mailto
mimeType: */*