summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/compose/public/nsIMsgQuotingOutputStreamListener.idl
blob: ac86361ab59788b2a21d734a121b6497a7e583c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* 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/. */

#include "nsIStreamListener.idl"

interface nsIMimeHeaders;

[scriptable, uuid(1fe345e6-2428-4a43-a0c6-d2acea0d4da4)]
interface nsIMsgQuotingOutputStreamListener : nsIStreamListener {

    // The headers are used to fill in the reply's compose fields
    void setMimeHeaders(in nsIMimeHeaders headers);

};