Revision control
Copy as Markdown
Other Tools
# 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
SOURCES += [
"EwsFolder.cpp",
"EwsIncomingServer.cpp",
"EwsMessageChannel.cpp",
"EwsProtocolHandler.cpp",
"EwsProtocolInfo.cpp",
"EwsService.cpp",
]
XPCOM_MANIFESTS += [
"components.conf",
]
# Usually IDL files would live in a separate "public" directory. However, in
# this case, IDL files don't describe APIs that we would like to be public for
# other components to interact with, but that we have to expose in order to
# interact with Rust.
XPIDL_MODULE = "msgews"
XPIDL_SOURCES += [
"IEwsClient.idl",
"IEwsIncomingServer.idl",
]
FINAL_LIBRARY = "mail"