summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/mime/cthandlers/pgpmime/components.conf
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mailnews/mime/cthandlers/pgpmime/components.conf')
-rw-r--r--comm/mailnews/mime/cthandlers/pgpmime/components.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/comm/mailnews/mime/cthandlers/pgpmime/components.conf b/comm/mailnews/mime/cthandlers/pgpmime/components.conf
new file mode 100644
index 0000000000..a1098a43f8
--- /dev/null
+++ b/comm/mailnews/mime/cthandlers/pgpmime/components.conf
@@ -0,0 +1,21 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, you can obtain one at http://mozilla.org/MPL/2.0/.
+
+Classes = [
+ {
+ "cid": "{212f415f-f8b5-11d2-ffe0-00af19a7d144}",
+ "contract_ids": [
+ "@mozilla.org/mimecth;1?type=multipart/encrypted",
+ ],
+ "legacy_constructor": "nsPgpMimeMimeContentTypeHandlerConstructor",
+ "headers": ["/comm/mailnews/mime/cthandlers/pgpmime/nsPgpMimeMimeContentTypeHandler.h"],
+ },
+ {
+ "cid": "{815c4fbe-0e7c-45b6-8324-f7044c7252ac}",
+ "contract_ids": ["@mozilla.org/mime/pgp-mime-decrypt;1"],
+ "type": "nsPgpMimeProxy",
+ "init_method": "Init",
+ "headers": ["/comm/mailnews/mime/cthandlers/pgpmime/nsPgpMimeProxy.h"],
+ },
+]