This file is indexed.

/usr/include/thunderbird-11.0.1/nsIPop3Sink.h is in thunderbird-dev 11.0.1+build1-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/local/public/nsIPop3Sink.idl
 */

#ifndef __gen_nsIPop3Sink_h__
#define __gen_nsIPop3Sink_h__


#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif

#ifndef __gen_nsIPop3IncomingServer_h__
#include "nsIPop3IncomingServer.h"
#endif

#ifndef __gen_nsIMsgFolder_h__
#include "nsIMsgFolder.h"
#endif

/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIURI; /* forward declaration */


/* starting interface:    nsIPop3Sink */
#define NS_IPOP3SINK_IID_STR "ceabfc6b-f139-4c25-890f-efb7c3069d3f"

#define NS_IPOP3SINK_IID \
  {0xceabfc6b, 0xf139, 0x4c25, \
    { 0x89, 0x0f, 0xef, 0xb7, 0xc3, 0x06, 0x9d, 0x3f }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIPop3Sink : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IPOP3SINK_IID)

  /* attribute boolean userAuthenticated; */
  NS_SCRIPTABLE NS_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated) = 0;

  /* attribute string mailAccountURL; */
  NS_SCRIPTABLE NS_IMETHOD GetMailAccountURL(char * *aMailAccountURL) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMailAccountURL(const char * aMailAccountURL) = 0;

  /* attribute boolean buildMessageUri; */
  NS_SCRIPTABLE NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri) = 0;

  /* attribute string messageUri; */
  NS_SCRIPTABLE NS_IMETHOD GetMessageUri(char * *aMessageUri) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMessageUri(const char * aMessageUri) = 0;

  /* attribute string baseMessageUri; */
  NS_SCRIPTABLE NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri) = 0;

  /* attribute ACString origMessageUri; */
  NS_SCRIPTABLE NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri) = 0;

  /* boolean BeginMailDelivery (in boolean uidlDownload, in nsIMsgWindow msgWindow); */
  NS_SCRIPTABLE NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval NS_OUTPARAM) = 0;

  /* void endMailDelivery (in nsIPop3Protocol protocol); */
  NS_SCRIPTABLE NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol) = 0;

  /* void AbortMailDelivery (in nsIPop3Protocol protocol); */
  NS_SCRIPTABLE NS_IMETHOD AbortMailDelivery(nsIPop3Protocol *protocol) = 0;

  /* [noscript] voidPtr IncorporateBegin (in string uidlString, in nsIURI aURL, in unsigned long flags); */
  NS_IMETHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, PRUint32 flags, void **_retval NS_OUTPARAM) = 0;

  /* [noscript] void IncorporateWrite (in string block, in long length); */
  NS_IMETHOD IncorporateWrite(const char * block, PRInt32 length) = 0;

  /* [noscript] void IncorporateComplete (in nsIMsgWindow aMsgWindow, in PRInt32 aSize); */
  NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, PRInt32 aSize) = 0;

  /* [noscript] void IncorporateAbort (in boolean uidlDownload); */
  NS_IMETHOD IncorporateAbort(bool uidlDownload) = 0;

  /* void BiffGetNewMail (); */
  NS_SCRIPTABLE NS_IMETHOD BiffGetNewMail(void) = 0;

  /* void setMsgsToDownload (in unsigned long aNumMessages); */
  NS_SCRIPTABLE NS_IMETHOD SetMsgsToDownload(PRUint32 aNumMessages) = 0;

  /* void SetBiffStateAndUpdateFE (in unsigned long biffState, in long numNewMessages, in boolean notify); */
  NS_SCRIPTABLE NS_IMETHOD SetBiffStateAndUpdateFE(PRUint32 biffState, PRInt32 numNewMessages, bool notify) = 0;

  /* [noscript] void SetSenderAuthedFlag (in voidPtr closure, in boolean authed); */
  NS_IMETHOD SetSenderAuthedFlag(void *closure, bool authed) = 0;

  /* attribute nsIPop3IncomingServer popServer; */
  NS_SCRIPTABLE NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer) = 0;

  /* attribute nsIMsgFolder folder; */
  NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIPop3Sink, NS_IPOP3SINK_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIPOP3SINK \
  NS_SCRIPTABLE NS_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated); \
  NS_SCRIPTABLE NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated); \
  NS_SCRIPTABLE NS_IMETHOD GetMailAccountURL(char * *aMailAccountURL); \
  NS_SCRIPTABLE NS_IMETHOD SetMailAccountURL(const char * aMailAccountURL); \
  NS_SCRIPTABLE NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD GetMessageUri(char * *aMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD SetMessageUri(const char * aMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri); \
  NS_SCRIPTABLE NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol); \
  NS_SCRIPTABLE NS_IMETHOD AbortMailDelivery(nsIPop3Protocol *protocol); \
  NS_IMETHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, PRUint32 flags, void **_retval NS_OUTPARAM); \
  NS_IMETHOD IncorporateWrite(const char * block, PRInt32 length); \
  NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, PRInt32 aSize); \
  NS_IMETHOD IncorporateAbort(bool uidlDownload); \
  NS_SCRIPTABLE NS_IMETHOD BiffGetNewMail(void); \
  NS_SCRIPTABLE NS_IMETHOD SetMsgsToDownload(PRUint32 aNumMessages); \
  NS_SCRIPTABLE NS_IMETHOD SetBiffStateAndUpdateFE(PRUint32 biffState, PRInt32 numNewMessages, bool notify); \
  NS_IMETHOD SetSenderAuthedFlag(void *closure, bool authed); \
  NS_SCRIPTABLE NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer); \
  NS_SCRIPTABLE NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer); \
  NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder); \
  NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIPOP3SINK(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated) { return _to GetUserAuthenticated(aUserAuthenticated); } \
  NS_SCRIPTABLE NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated) { return _to SetUserAuthenticated(aUserAuthenticated); } \
  NS_SCRIPTABLE NS_IMETHOD GetMailAccountURL(char * *aMailAccountURL) { return _to GetMailAccountURL(aMailAccountURL); } \
  NS_SCRIPTABLE NS_IMETHOD SetMailAccountURL(const char * aMailAccountURL) { return _to SetMailAccountURL(aMailAccountURL); } \
  NS_SCRIPTABLE NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri) { return _to GetBuildMessageUri(aBuildMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri) { return _to SetBuildMessageUri(aBuildMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetMessageUri(char * *aMessageUri) { return _to GetMessageUri(aMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetMessageUri(const char * aMessageUri) { return _to SetMessageUri(aMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri) { return _to GetBaseMessageUri(aBaseMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri) { return _to SetBaseMessageUri(aBaseMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri) { return _to GetOrigMessageUri(aOrigMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri) { return _to SetOrigMessageUri(aOrigMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval NS_OUTPARAM) { return _to BeginMailDelivery(uidlDownload, msgWindow, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol) { return _to EndMailDelivery(protocol); } \
  NS_SCRIPTABLE NS_IMETHOD AbortMailDelivery(nsIPop3Protocol *protocol) { return _to AbortMailDelivery(protocol); } \
  NS_IMETHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, PRUint32 flags, void **_retval NS_OUTPARAM) { return _to IncorporateBegin(uidlString, aURL, flags, _retval); } \
  NS_IMETHOD IncorporateWrite(const char * block, PRInt32 length) { return _to IncorporateWrite(block, length); } \
  NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, PRInt32 aSize) { return _to IncorporateComplete(aMsgWindow, aSize); } \
  NS_IMETHOD IncorporateAbort(bool uidlDownload) { return _to IncorporateAbort(uidlDownload); } \
  NS_SCRIPTABLE NS_IMETHOD BiffGetNewMail(void) { return _to BiffGetNewMail(); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgsToDownload(PRUint32 aNumMessages) { return _to SetMsgsToDownload(aNumMessages); } \
  NS_SCRIPTABLE NS_IMETHOD SetBiffStateAndUpdateFE(PRUint32 biffState, PRInt32 numNewMessages, bool notify) { return _to SetBiffStateAndUpdateFE(biffState, numNewMessages, notify); } \
  NS_IMETHOD SetSenderAuthedFlag(void *closure, bool authed) { return _to SetSenderAuthedFlag(closure, authed); } \
  NS_SCRIPTABLE NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) { return _to GetPopServer(aPopServer); } \
  NS_SCRIPTABLE NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer) { return _to SetPopServer(aPopServer); } \
  NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) { return _to GetFolder(aFolder); } \
  NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) { return _to SetFolder(aFolder); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIPOP3SINK(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUserAuthenticated(aUserAuthenticated); } \
  NS_SCRIPTABLE NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUserAuthenticated(aUserAuthenticated); } \
  NS_SCRIPTABLE NS_IMETHOD GetMailAccountURL(char * *aMailAccountURL) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMailAccountURL(aMailAccountURL); } \
  NS_SCRIPTABLE NS_IMETHOD SetMailAccountURL(const char * aMailAccountURL) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMailAccountURL(aMailAccountURL); } \
  NS_SCRIPTABLE NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBuildMessageUri(aBuildMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBuildMessageUri(aBuildMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetMessageUri(char * *aMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMessageUri(aMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetMessageUri(const char * aMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMessageUri(aMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBaseMessageUri(aBaseMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBaseMessageUri(aBaseMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOrigMessageUri(aOrigMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOrigMessageUri(aOrigMessageUri); } \
  NS_SCRIPTABLE NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->BeginMailDelivery(uidlDownload, msgWindow, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol) { return !_to ? NS_ERROR_NULL_POINTER : _to->EndMailDelivery(protocol); } \
  NS_SCRIPTABLE NS_IMETHOD AbortMailDelivery(nsIPop3Protocol *protocol) { return !_to ? NS_ERROR_NULL_POINTER : _to->AbortMailDelivery(protocol); } \
  NS_IMETHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, PRUint32 flags, void **_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateBegin(uidlString, aURL, flags, _retval); } \
  NS_IMETHOD IncorporateWrite(const char * block, PRInt32 length) { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateWrite(block, length); } \
  NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, PRInt32 aSize) { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateComplete(aMsgWindow, aSize); } \
  NS_IMETHOD IncorporateAbort(bool uidlDownload) { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateAbort(uidlDownload); } \
  NS_SCRIPTABLE NS_IMETHOD BiffGetNewMail(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->BiffGetNewMail(); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgsToDownload(PRUint32 aNumMessages) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgsToDownload(aNumMessages); } \
  NS_SCRIPTABLE NS_IMETHOD SetBiffStateAndUpdateFE(PRUint32 biffState, PRInt32 numNewMessages, bool notify) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBiffStateAndUpdateFE(biffState, numNewMessages, notify); } \
  NS_IMETHOD SetSenderAuthedFlag(void *closure, bool authed) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSenderAuthedFlag(closure, authed); } \
  NS_SCRIPTABLE NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPopServer(aPopServer); } \
  NS_SCRIPTABLE NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPopServer(aPopServer); } \
  NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolder(aFolder); } \
  NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFolder(aFolder); } 

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class nsPop3Sink : public nsIPop3Sink
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIPOP3SINK

  nsPop3Sink();

private:
  ~nsPop3Sink();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsPop3Sink, nsIPop3Sink)

nsPop3Sink::nsPop3Sink()
{
  /* member initializers and constructor code */
}

nsPop3Sink::~nsPop3Sink()
{
  /* destructor code */
}

/* attribute boolean userAuthenticated; */
NS_IMETHODIMP nsPop3Sink::GetUserAuthenticated(bool *aUserAuthenticated)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetUserAuthenticated(bool aUserAuthenticated)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute string mailAccountURL; */
NS_IMETHODIMP nsPop3Sink::GetMailAccountURL(char * *aMailAccountURL)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetMailAccountURL(const char * aMailAccountURL)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean buildMessageUri; */
NS_IMETHODIMP nsPop3Sink::GetBuildMessageUri(bool *aBuildMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetBuildMessageUri(bool aBuildMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute string messageUri; */
NS_IMETHODIMP nsPop3Sink::GetMessageUri(char * *aMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetMessageUri(const char * aMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute string baseMessageUri; */
NS_IMETHODIMP nsPop3Sink::GetBaseMessageUri(char * *aBaseMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetBaseMessageUri(const char * aBaseMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute ACString origMessageUri; */
NS_IMETHODIMP nsPop3Sink::GetOrigMessageUri(nsACString & aOrigMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetOrigMessageUri(const nsACString & aOrigMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* boolean BeginMailDelivery (in boolean uidlDownload, in nsIMsgWindow msgWindow); */
NS_IMETHODIMP nsPop3Sink::BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void endMailDelivery (in nsIPop3Protocol protocol); */
NS_IMETHODIMP nsPop3Sink::EndMailDelivery(nsIPop3Protocol *protocol)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void AbortMailDelivery (in nsIPop3Protocol protocol); */
NS_IMETHODIMP nsPop3Sink::AbortMailDelivery(nsIPop3Protocol *protocol)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript] voidPtr IncorporateBegin (in string uidlString, in nsIURI aURL, in unsigned long flags); */
NS_IMETHODIMP nsPop3Sink::IncorporateBegin(const char * uidlString, nsIURI *aURL, PRUint32 flags, void **_retval NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript] void IncorporateWrite (in string block, in long length); */
NS_IMETHODIMP nsPop3Sink::IncorporateWrite(const char * block, PRInt32 length)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript] void IncorporateComplete (in nsIMsgWindow aMsgWindow, in PRInt32 aSize); */
NS_IMETHODIMP nsPop3Sink::IncorporateComplete(nsIMsgWindow *aMsgWindow, PRInt32 aSize)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript] void IncorporateAbort (in boolean uidlDownload); */
NS_IMETHODIMP nsPop3Sink::IncorporateAbort(bool uidlDownload)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void BiffGetNewMail (); */
NS_IMETHODIMP nsPop3Sink::BiffGetNewMail()
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setMsgsToDownload (in unsigned long aNumMessages); */
NS_IMETHODIMP nsPop3Sink::SetMsgsToDownload(PRUint32 aNumMessages)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void SetBiffStateAndUpdateFE (in unsigned long biffState, in long numNewMessages, in boolean notify); */
NS_IMETHODIMP nsPop3Sink::SetBiffStateAndUpdateFE(PRUint32 biffState, PRInt32 numNewMessages, bool notify)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript] void SetSenderAuthedFlag (in voidPtr closure, in boolean authed); */
NS_IMETHODIMP nsPop3Sink::SetSenderAuthedFlag(void *closure, bool authed)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIPop3IncomingServer popServer; */
NS_IMETHODIMP nsPop3Sink::GetPopServer(nsIPop3IncomingServer * *aPopServer)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetPopServer(nsIPop3IncomingServer *aPopServer)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIMsgFolder folder; */
NS_IMETHODIMP nsPop3Sink::GetFolder(nsIMsgFolder * *aFolder)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetFolder(nsIMsgFolder *aFolder)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* End of implementation class template. */
#endif


#endif /* __gen_nsIPop3Sink_h__ */