1# vim: set filetype=python:
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
4# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
6XPIDL_SOURCES += [
7    "nsIAutoSyncFolderStrategy.idl",
8    "nsIAutoSyncManager.idl",
9    "nsIAutoSyncMsgStrategy.idl",
10    "nsIAutoSyncState.idl",
11    "nsIImapFlagAndUidState.idl",
12    "nsIImapHeaderXferInfo.idl",
13    "nsIImapIncomingServer.idl",
14    "nsIImapMailFolderSink.idl",
15    "nsIImapMessageSink.idl",
16    "nsIImapMockChannel.idl",
17    "nsIImapProtocol.idl",
18    "nsIImapProtocolSink.idl",
19    "nsIImapServerSink.idl",
20    "nsIImapService.idl",
21    "nsIImapUrl.idl",
22    "nsIMailboxSpec.idl",
23    "nsIMsgImapMailFolder.idl",
24]
25
26XPIDL_MODULE = "msgimap"
27
28EXPORTS += [
29    "nsIImapHostSessionList.h",
30    "nsMsgImapCID.h",
31]
32