Home | History | Annotate | Download | only in providers

Lines Matching defs:TO

3  *      Licensed to The Android Open Source Project.
11 * Unless required by applicable law or agreed to in writing, software
53 // An initial sync is needed for this Account/Folder to be used
65 // The sync wasn't completed due to a connection error
67 // The sync wasn't completed due to an authentication error
69 // The sync wasn't completed due to a security error
71 // The sync wasn't completed due to a low memory condition
73 // The sync wasn't completed due to an internal error/exception
86 * Query parameter key that can be used to control the behavior of list queries. The value
88 * required to respect this query parameter
160 * Whether folders can be synchronized back to the server.
173 * Whether the server will stop notifying on updates to this thread? This requires
174 * THREADED_CONVERSATIONS to be true, otherwise it should be ignored.
179 * to be true, otherwise it should be ignored.
183 * Whether the server supports constraining search to a single folder. Requires
188 * Whether the server sends us sanitized HTML (guaranteed to not contain malicious HTML).
193 * SYNCABLE_FOLDERS to be set.
197 * Does the server allow the user to compose mails (and reply) using addresses other than
198 * their account name? For instance, GMail allows users to set FROM addresses that are
205 * Whether the server allows the original message to be included in the reply by setting a
212 * storage to support a mechanism for searching.
216 * Whether the server supports a notion of threaded conversations: where replies to messages
217 * are tagged to keep conversations grouped. This could be full threading (each message
219 * which it belongs to)
223 * Whether the server supports allowing a conversation to be in multiple folders. (Or allows
236 * Whether the account provides a way to send feedback content.
272 * This string column contains the uri to directly access the information for this account.
283 * This string column contains the content provider uri to return the
291 * The supported query parameters are limited to those listed
305 * This string column contains the content provider uri that can be used to save (insert)
306 * new draft messages for this account. NOTE: This might be better to
312 * This string column contains the content provider uri that can be used to send
314 * NOTE: This might be better to be an update operation on the messageUri.
320 * to expunge a message from this account. NOTE: This might be better to
323 * {@link ContentValues} object is expected to have {@link BaseColumns._ID} specified with
330 * to undo the last committed action.
335 * Uri for EDIT intent that will cause the settings screens for this account type to be
337 * Optionally, extra values from {@link EditSettingsExtras} can be used to indicate
338 * which settings the user wants to edit.
339 * TODO: When we want to support a heterogeneous set of account types, this value may need
340 * to be moved to a global content provider.
345 * Uri for VIEW intent that will cause the help screens for this account type to be
347 * TODO: When we want to support a heterogeneous set of account types, this value may need
348 * to be moved to a global content provider.
353 * Uri for VIEW intent that will cause the send feedback for this account type to be
355 * TODO: When we want to support a heterogeneous set of account types, this value may need
356 * to be moved to a global content provider.
367 * of account to be shown.
412 * non zero value means to hide checkboxes.
450 * Parameter used to specify the search query.
455 * If specified, the query results will be limited to this folder.
465 * Parameter used to limit the number of rows returned by a conversation list query
470 * Parameter used to control whether the this query a remote server.
591 * This string column contains the content provider uri to return the
596 * This string column contains the content provider uri to return the
605 * This string column contains the content provider uri to force a
638 * String with the content provider Uri used to request more items in the folder, or null.
726 * This string column contains the content provider uri to return the
729 * from a call to {@link android.database.Cursor#getExtras()}. This Bundle may have
747 * This long column contains the time in ms of the latest update to a
772 * with this conversation. Use ConversationSendingState to interpret
779 * ConversationPriority to interpret this field.
803 * wants to have displayed.
829 * This bundle key has a boolean value: true to allow cursor network access (whether this
830 * is true by default is up to the provider), false to temporarily disable network access.
838 * This bundle key has a boolean value: true to indicate that this cursor has been shown
839 * to the user.
849 * where the conversation uri is specified, and the ContentValues specifies the operation to
852 * The operation to be performed is specified in the ContentValues by
856 * be used to determine which operations are supported.
860 * ContentValues key used to specify the operation to be performed
901 MessageColumns.TO,
1018 * This string column contains a content provider URI that points to this single message.
1039 * This string column contains a comma-delimited list of "To:" recipient email addresses.
1041 public static final String TO = "toAddresses";
1053 * sender's reply-to address.
1082 * text processing upon send. The value should default to zero (0) for protocols that do
1102 * attachments that we added to a message that is being sent or saved.
1165 * where the message uri is specified, and the ContentValues specifies the operation to
1172 * Respond to a calendar invitation
1220 * setting this state will tell the provider to cancel a download in
1228 * design does not require providers to persist this state, but
1239 * setting this state will tell the provider to initiate a download to
1248 * The attachment was successfully downloaded to the destination in
1250 * that a download is missing, it should reset the state to
1252 * own. To move a file from cache to external, update
1265 * The attachment will be or is already saved to the app-private cache partition.
1269 * The attachment will be or is already saved to external shared device storage.
1287 * This column is a {@link Uri} that can be queried to monitor download state and progress
1299 * Providers must accept updates to {@link #URI} with new values of
1300 * this column to initiate or cancel downloads.
1311 * Providers must accept updates to {@link #URI} with new values of
1312 * this column to move an existing downloaded file.
1322 * This column is a {@link Uri} that points to the downloaded local file
1328 * This column is a {@link Uri} that points to a local thumbnail file
1334 * This column is an {@link Intent} to launch a preview activity that
1335 * allows the user to efficiently view an attachment without having to
1338 * as a byte-array blob generated by writing an Intent to a parcel and
1347 // TODO: query the account to see what the max attachment size is?
1352 // TODO: query the account to see what kinds of attachments it supports?
1371 // Parameter used to indicate the sequence number for an undoable operation
1380 /** Go to the older message (if available) */
1382 /** Go to the newer message (if available) */
1384 /** Go back to conversation list*/
1408 * Action for an intent used to update/create new notifications. The mime type of this
1409 * intent should be set to the mimeType of the account that is generating this notification.
1410 * An intent of this action is required to have the following extras:
1418 * Parcelable extra containing a {@link Uri} to a {@link Folder}
1423 * Parcelable extra containing a {@link Uri} to an {@link Account}
1429 * If this value is 0, the UI will not block the intent to allow code to clear notifications
1430 * to run.
1437 * Parcelable extra containing account for which the user wants to
1443 * Parcelable extra containing folder for which the user wants to
1449 * Boolean extra which is set true if the user wants to "manage folders"