Bumping manifests a=b2g-bump
[gecko.git] / dom / webidl / BluetoothMapParameters.webidl
blob837635d88076e3c6489fd336c2ffed811d05dbf8
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
4  * You can obtain one at http://mozilla.org/MPL/2.0/.
5  */
7 /**
8  * MAP Application Parameters
9  */
10 enum MessageType
12   "no-filtering",
13   "sms",
14   "email",
15   "mms"
18 enum ReadStatus
20   "no-filtering",
21   "unread",
22   "read"
25 enum Priority
27   "no-filtering",
28   "high-priority",
29   "non-priority"
32 enum ParameterMask
34   "subject",
35   "datetime",
36   "sender_name",
37   "sender_addressing",
38   "recipient_name",
39   "recipient_addressing",
40   "type",
41   "size",
42   "reception_status",
43   "text",
44   "attachment_size",
45   "priority",
46   "read",
47   "sent",
48   "protected",
49   "replyto_addressing",
52 enum FilterCharset
54   "native",
55   "utf-8"
58 enum StatusIndicators
60   "readstatus",
61   "deletedstatus"