This file is indexed.

/usr/include/thunderbird/nsIImapMailFolderSink.h is in thunderbird-dev 1:52.8.0-1~deb8u1.

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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM ../../../dist/idl/nsIImapMailFolderSink.idl
 */

#ifndef __gen_nsIImapMailFolderSink_h__
#define __gen_nsIImapMailFolderSink_h__


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

#ifndef __gen_MailNewsTypes2_h__
#include "MailNewsTypes2.h"
#endif

#ifndef __gen_nsIImapProtocol_h__
#include "nsIImapProtocol.h"
#endif

#ifndef __gen_nsIMailboxSpec_h__
#include "nsIMailboxSpec.h"
#endif

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

class nsIImapMockChannel; /* forward declaration */

class nsIImapHeaderXferInfo; /* forward declaration */

typedef int32_t  ImapOnlineCopyState;


/* starting interface:    ImapOnlineCopyStateType */
#define IMAPONLINECOPYSTATETYPE_IID_STR "5f7484b0-68b4-11d3-a53e-0060b0fc04b7"

#define IMAPONLINECOPYSTATETYPE_IID \
  {0x5f7484b0, 0x68b4, 0x11d3, \
    { 0xa5, 0x3e, 0x00, 0x60, 0xb0, 0xfc, 0x04, 0xb7 }}

class NS_NO_VTABLE ImapOnlineCopyStateType {
 public:

  NS_DECLARE_STATIC_IID_ACCESSOR(IMAPONLINECOPYSTATETYPE_IID)

  enum {
    kInProgress = 0,
    kSuccessfulCopy = 1,
    kSuccessfulMove = 2,
    kSuccessfulDelete = 3,
    kFailedDelete = 4,
    kReadyForAppendData = 5,
    kFailedAppend = 6,
    kInterruptedState = 7,
    kFailedCopy = 8,
    kFailedMove = 9
  };

};

  NS_DEFINE_STATIC_IID_ACCESSOR(ImapOnlineCopyStateType, IMAPONLINECOPYSTATETYPE_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_IMAPONLINECOPYSTATETYPE \

/* Use this macro when declaring the members of this interface when the
   class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_IMAPONLINECOPYSTATETYPE \

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_IMAPONLINECOPYSTATETYPE(_to) \

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_IMAPONLINECOPYSTATETYPE(_to) \

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

/* Header file */
class _MYCLASS_ : public ImapOnlineCopyStateType
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_IMAPONLINECOPYSTATETYPE

  _MYCLASS_();

private:
  ~_MYCLASS_();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS(_MYCLASS_, ImapOnlineCopyStateType)

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

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

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


/* starting interface:    nsIImapMailFolderSink */
#define NS_IIMAPMAILFOLDERSINK_IID_STR "525e1278-a39d-46d6-9dbc-b48c7e1d4faa"

#define NS_IIMAPMAILFOLDERSINK_IID \
  {0x525e1278, 0xa39d, 0x46d6, \
    { 0x9d, 0xbc, 0xb4, 0x8c, 0x7e, 0x1d, 0x4f, 0xaa }}

class NS_NO_VTABLE nsIImapMailFolderSink : public nsISupports {
 public:

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IIMAPMAILFOLDERSINK_IID)

  /* attribute boolean folderNeedsACLListed; */
  NS_IMETHOD GetFolderNeedsACLListed(bool *aFolderNeedsACLListed) = 0;
  NS_IMETHOD SetFolderNeedsACLListed(bool aFolderNeedsACLListed) = 0;

  /* attribute boolean folderNeedsSubscribing; */
  NS_IMETHOD GetFolderNeedsSubscribing(bool *aFolderNeedsSubscribing) = 0;
  NS_IMETHOD SetFolderNeedsSubscribing(bool aFolderNeedsSubscribing) = 0;

  /* attribute boolean folderNeedsAdded; */
  NS_IMETHOD GetFolderNeedsAdded(bool *aFolderNeedsAdded) = 0;
  NS_IMETHOD SetFolderNeedsAdded(bool aFolderNeedsAdded) = 0;

  /* attribute unsigned long aclFlags; */
  NS_IMETHOD GetAclFlags(uint32_t *aAclFlags) = 0;
  NS_IMETHOD SetAclFlags(uint32_t aAclFlags) = 0;

  /* attribute long uidValidity; */
  NS_IMETHOD GetUidValidity(int32_t *aUidValidity) = 0;
  NS_IMETHOD SetUidValidity(int32_t aUidValidity) = 0;

  /* attribute boolean folderQuotaCommandIssued; */
  NS_IMETHOD GetFolderQuotaCommandIssued(bool *aFolderQuotaCommandIssued) = 0;
  NS_IMETHOD SetFolderQuotaCommandIssued(bool aFolderQuotaCommandIssued) = 0;

  /* void setFolderQuotaData (in ACString aFolderQuotaRoot, in unsigned long aFolderQuotaUsedKB, in unsigned long aFolderQuotaMaxKB); */
  NS_IMETHOD SetFolderQuotaData(const nsACString & aFolderQuotaRoot, uint32_t aFolderQuotaUsedKB, uint32_t aFolderQuotaMaxKB) = 0;

  /* readonly attribute boolean shouldDownloadAllHeaders; */
  NS_IMETHOD GetShouldDownloadAllHeaders(bool *aShouldDownloadAllHeaders) = 0;

  /* readonly attribute char onlineDelimiter; */
  NS_IMETHOD GetOnlineDelimiter(char *aOnlineDelimiter) = 0;

  /* void OnNewIdleMessages (); */
  NS_IMETHOD OnNewIdleMessages(void) = 0;

  /* void UpdateImapMailboxInfo (in nsIImapProtocol aProtocol, in nsIMailboxSpec aSpec); */
  NS_IMETHOD UpdateImapMailboxInfo(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) = 0;

  /* void UpdateImapMailboxStatus (in nsIImapProtocol aProtocol, in nsIMailboxSpec aSpec); */
  NS_IMETHOD UpdateImapMailboxStatus(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) = 0;

  /* void getMsgHdrsToDownload (out boolean aMore, out long aTotalCount, out unsigned long aCount, [array, size_is (aCount), retval] out nsMsgKey aKeys); */
  NS_IMETHOD GetMsgHdrsToDownload(bool *aMore, int32_t *aTotalCount, uint32_t *aCount, nsMsgKey **aKeys) = 0;

  /* void parseMsgHdrs (in nsIImapProtocol aProtocol, in nsIImapHeaderXferInfo aHdrXferInfo); */
  NS_IMETHOD ParseMsgHdrs(nsIImapProtocol *aProtocol, nsIImapHeaderXferInfo *aHdrXferInfo) = 0;

  /* void AbortHeaderParseStream (in nsIImapProtocol aProtocol); */
  NS_IMETHOD AbortHeaderParseStream(nsIImapProtocol *aProtocol) = 0;

  /* void OnlineCopyCompleted (in nsIImapProtocol aProtocol, in ImapOnlineCopyState aCopyState); */
  NS_IMETHOD OnlineCopyCompleted(nsIImapProtocol *aProtocol, ImapOnlineCopyState aCopyState) = 0;

  /* void StartMessage (in nsIMsgMailNewsUrl aUrl); */
  NS_IMETHOD StartMessage(nsIMsgMailNewsUrl *aUrl) = 0;

  /* void EndMessage (in nsIMsgMailNewsUrl aUrl, in nsMsgKey uidOfMessage); */
  NS_IMETHOD EndMessage(nsIMsgMailNewsUrl *aUrl, nsMsgKey uidOfMessage) = 0;

  /* void NotifySearchHit (in nsIMsgMailNewsUrl aUrl, in string hitLine); */
  NS_IMETHOD NotifySearchHit(nsIMsgMailNewsUrl *aUrl, const char * hitLine) = 0;

  /* void copyNextStreamMessage (in boolean copySucceeded, in nsISupports copyState); */
  NS_IMETHOD CopyNextStreamMessage(bool copySucceeded, nsISupports *copyState) = 0;

  /* void closeMockChannel (in nsIImapMockChannel aChannel); */
  NS_IMETHOD CloseMockChannel(nsIImapMockChannel *aChannel) = 0;

  /* void setUrlState (in nsIImapProtocol aProtocol, in nsIMsgMailNewsUrl aUrl, in boolean isRunning, in boolean aSuspend, in nsresult status); */
  NS_IMETHOD SetUrlState(nsIImapProtocol *aProtocol, nsIMsgMailNewsUrl *aUrl, bool isRunning, bool aSuspend, nsresult status) = 0;

  /* void releaseUrlCacheEntry (in nsIMsgMailNewsUrl aUrl); */
  NS_IMETHOD ReleaseUrlCacheEntry(nsIMsgMailNewsUrl *aUrl) = 0;

  /* void headerFetchCompleted (in nsIImapProtocol aProtocol); */
  NS_IMETHOD HeaderFetchCompleted(nsIImapProtocol *aProtocol) = 0;

  /* void setBiffStateAndUpdate (in long biffState); */
  NS_IMETHOD SetBiffStateAndUpdate(int32_t biffState) = 0;

  /* void progressStatusString (in nsIImapProtocol aProtocol, in string aMsgId, in wstring extraInfo); */
  NS_IMETHOD ProgressStatusString(nsIImapProtocol *aProtocol, const char * aMsgId, const char16_t * extraInfo) = 0;

  /* void percentProgress (in nsIImapProtocol aProtocol, in wstring aMessage, in long long aCurrentProgress, in long long aMaxProgressProgressInfo); */
  NS_IMETHOD PercentProgress(nsIImapProtocol *aProtocol, const char16_t * aMessage, int64_t aCurrentProgress, int64_t aMaxProgressProgressInfo) = 0;

  /* void clearFolderRights (); */
  NS_IMETHOD ClearFolderRights(void) = 0;

  /* void setCopyResponseUid (in string msgIdString, in nsIImapUrl aUrl); */
  NS_IMETHOD SetCopyResponseUid(const char * msgIdString, nsIImapUrl *aUrl) = 0;

  /* void setAppendMsgUid (in nsMsgKey newKey, in nsIImapUrl aUrl); */
  NS_IMETHOD SetAppendMsgUid(nsMsgKey newKey, nsIImapUrl *aUrl) = 0;

  /* ACString getMessageId (in nsIImapUrl aUrl); */
  NS_IMETHOD GetMessageId(nsIImapUrl *aUrl, nsACString & _retval) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIImapMailFolderSink, NS_IIMAPMAILFOLDERSINK_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIIMAPMAILFOLDERSINK \
  NS_IMETHOD GetFolderNeedsACLListed(bool *aFolderNeedsACLListed) override; \
  NS_IMETHOD SetFolderNeedsACLListed(bool aFolderNeedsACLListed) override; \
  NS_IMETHOD GetFolderNeedsSubscribing(bool *aFolderNeedsSubscribing) override; \
  NS_IMETHOD SetFolderNeedsSubscribing(bool aFolderNeedsSubscribing) override; \
  NS_IMETHOD GetFolderNeedsAdded(bool *aFolderNeedsAdded) override; \
  NS_IMETHOD SetFolderNeedsAdded(bool aFolderNeedsAdded) override; \
  NS_IMETHOD GetAclFlags(uint32_t *aAclFlags) override; \
  NS_IMETHOD SetAclFlags(uint32_t aAclFlags) override; \
  NS_IMETHOD GetUidValidity(int32_t *aUidValidity) override; \
  NS_IMETHOD SetUidValidity(int32_t aUidValidity) override; \
  NS_IMETHOD GetFolderQuotaCommandIssued(bool *aFolderQuotaCommandIssued) override; \
  NS_IMETHOD SetFolderQuotaCommandIssued(bool aFolderQuotaCommandIssued) override; \
  NS_IMETHOD SetFolderQuotaData(const nsACString & aFolderQuotaRoot, uint32_t aFolderQuotaUsedKB, uint32_t aFolderQuotaMaxKB) override; \
  NS_IMETHOD GetShouldDownloadAllHeaders(bool *aShouldDownloadAllHeaders) override; \
  NS_IMETHOD GetOnlineDelimiter(char *aOnlineDelimiter) override; \
  NS_IMETHOD OnNewIdleMessages(void) override; \
  NS_IMETHOD UpdateImapMailboxInfo(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) override; \
  NS_IMETHOD UpdateImapMailboxStatus(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) override; \
  NS_IMETHOD GetMsgHdrsToDownload(bool *aMore, int32_t *aTotalCount, uint32_t *aCount, nsMsgKey **aKeys) override; \
  NS_IMETHOD ParseMsgHdrs(nsIImapProtocol *aProtocol, nsIImapHeaderXferInfo *aHdrXferInfo) override; \
  NS_IMETHOD AbortHeaderParseStream(nsIImapProtocol *aProtocol) override; \
  NS_IMETHOD OnlineCopyCompleted(nsIImapProtocol *aProtocol, ImapOnlineCopyState aCopyState) override; \
  NS_IMETHOD StartMessage(nsIMsgMailNewsUrl *aUrl) override; \
  NS_IMETHOD EndMessage(nsIMsgMailNewsUrl *aUrl, nsMsgKey uidOfMessage) override; \
  NS_IMETHOD NotifySearchHit(nsIMsgMailNewsUrl *aUrl, const char * hitLine) override; \
  NS_IMETHOD CopyNextStreamMessage(bool copySucceeded, nsISupports *copyState) override; \
  NS_IMETHOD CloseMockChannel(nsIImapMockChannel *aChannel) override; \
  NS_IMETHOD SetUrlState(nsIImapProtocol *aProtocol, nsIMsgMailNewsUrl *aUrl, bool isRunning, bool aSuspend, nsresult status) override; \
  NS_IMETHOD ReleaseUrlCacheEntry(nsIMsgMailNewsUrl *aUrl) override; \
  NS_IMETHOD HeaderFetchCompleted(nsIImapProtocol *aProtocol) override; \
  NS_IMETHOD SetBiffStateAndUpdate(int32_t biffState) override; \
  NS_IMETHOD ProgressStatusString(nsIImapProtocol *aProtocol, const char * aMsgId, const char16_t * extraInfo) override; \
  NS_IMETHOD PercentProgress(nsIImapProtocol *aProtocol, const char16_t * aMessage, int64_t aCurrentProgress, int64_t aMaxProgressProgressInfo) override; \
  NS_IMETHOD ClearFolderRights(void) override; \
  NS_IMETHOD SetCopyResponseUid(const char * msgIdString, nsIImapUrl *aUrl) override; \
  NS_IMETHOD SetAppendMsgUid(nsMsgKey newKey, nsIImapUrl *aUrl) override; \
  NS_IMETHOD GetMessageId(nsIImapUrl *aUrl, nsACString & _retval) override; 

/* Use this macro when declaring the members of this interface when the
   class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIIMAPMAILFOLDERSINK \
  NS_METHOD GetFolderNeedsACLListed(bool *aFolderNeedsACLListed); \
  NS_METHOD SetFolderNeedsACLListed(bool aFolderNeedsACLListed); \
  NS_METHOD GetFolderNeedsSubscribing(bool *aFolderNeedsSubscribing); \
  NS_METHOD SetFolderNeedsSubscribing(bool aFolderNeedsSubscribing); \
  NS_METHOD GetFolderNeedsAdded(bool *aFolderNeedsAdded); \
  NS_METHOD SetFolderNeedsAdded(bool aFolderNeedsAdded); \
  NS_METHOD GetAclFlags(uint32_t *aAclFlags); \
  NS_METHOD SetAclFlags(uint32_t aAclFlags); \
  NS_METHOD GetUidValidity(int32_t *aUidValidity); \
  NS_METHOD SetUidValidity(int32_t aUidValidity); \
  NS_METHOD GetFolderQuotaCommandIssued(bool *aFolderQuotaCommandIssued); \
  NS_METHOD SetFolderQuotaCommandIssued(bool aFolderQuotaCommandIssued); \
  NS_METHOD SetFolderQuotaData(const nsACString & aFolderQuotaRoot, uint32_t aFolderQuotaUsedKB, uint32_t aFolderQuotaMaxKB); \
  NS_METHOD GetShouldDownloadAllHeaders(bool *aShouldDownloadAllHeaders); \
  NS_METHOD GetOnlineDelimiter(char *aOnlineDelimiter); \
  NS_METHOD OnNewIdleMessages(void); \
  NS_METHOD UpdateImapMailboxInfo(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec); \
  NS_METHOD UpdateImapMailboxStatus(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec); \
  NS_METHOD GetMsgHdrsToDownload(bool *aMore, int32_t *aTotalCount, uint32_t *aCount, nsMsgKey **aKeys); \
  NS_METHOD ParseMsgHdrs(nsIImapProtocol *aProtocol, nsIImapHeaderXferInfo *aHdrXferInfo); \
  NS_METHOD AbortHeaderParseStream(nsIImapProtocol *aProtocol); \
  NS_METHOD OnlineCopyCompleted(nsIImapProtocol *aProtocol, ImapOnlineCopyState aCopyState); \
  NS_METHOD StartMessage(nsIMsgMailNewsUrl *aUrl); \
  NS_METHOD EndMessage(nsIMsgMailNewsUrl *aUrl, nsMsgKey uidOfMessage); \
  NS_METHOD NotifySearchHit(nsIMsgMailNewsUrl *aUrl, const char * hitLine); \
  NS_METHOD CopyNextStreamMessage(bool copySucceeded, nsISupports *copyState); \
  NS_METHOD CloseMockChannel(nsIImapMockChannel *aChannel); \
  NS_METHOD SetUrlState(nsIImapProtocol *aProtocol, nsIMsgMailNewsUrl *aUrl, bool isRunning, bool aSuspend, nsresult status); \
  NS_METHOD ReleaseUrlCacheEntry(nsIMsgMailNewsUrl *aUrl); \
  NS_METHOD HeaderFetchCompleted(nsIImapProtocol *aProtocol); \
  NS_METHOD SetBiffStateAndUpdate(int32_t biffState); \
  NS_METHOD ProgressStatusString(nsIImapProtocol *aProtocol, const char * aMsgId, const char16_t * extraInfo); \
  NS_METHOD PercentProgress(nsIImapProtocol *aProtocol, const char16_t * aMessage, int64_t aCurrentProgress, int64_t aMaxProgressProgressInfo); \
  NS_METHOD ClearFolderRights(void); \
  NS_METHOD SetCopyResponseUid(const char * msgIdString, nsIImapUrl *aUrl); \
  NS_METHOD SetAppendMsgUid(nsMsgKey newKey, nsIImapUrl *aUrl); \
  NS_METHOD GetMessageId(nsIImapUrl *aUrl, nsACString & _retval); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIIMAPMAILFOLDERSINK(_to) \
  NS_IMETHOD GetFolderNeedsACLListed(bool *aFolderNeedsACLListed) override { return _to GetFolderNeedsACLListed(aFolderNeedsACLListed); } \
  NS_IMETHOD SetFolderNeedsACLListed(bool aFolderNeedsACLListed) override { return _to SetFolderNeedsACLListed(aFolderNeedsACLListed); } \
  NS_IMETHOD GetFolderNeedsSubscribing(bool *aFolderNeedsSubscribing) override { return _to GetFolderNeedsSubscribing(aFolderNeedsSubscribing); } \
  NS_IMETHOD SetFolderNeedsSubscribing(bool aFolderNeedsSubscribing) override { return _to SetFolderNeedsSubscribing(aFolderNeedsSubscribing); } \
  NS_IMETHOD GetFolderNeedsAdded(bool *aFolderNeedsAdded) override { return _to GetFolderNeedsAdded(aFolderNeedsAdded); } \
  NS_IMETHOD SetFolderNeedsAdded(bool aFolderNeedsAdded) override { return _to SetFolderNeedsAdded(aFolderNeedsAdded); } \
  NS_IMETHOD GetAclFlags(uint32_t *aAclFlags) override { return _to GetAclFlags(aAclFlags); } \
  NS_IMETHOD SetAclFlags(uint32_t aAclFlags) override { return _to SetAclFlags(aAclFlags); } \
  NS_IMETHOD GetUidValidity(int32_t *aUidValidity) override { return _to GetUidValidity(aUidValidity); } \
  NS_IMETHOD SetUidValidity(int32_t aUidValidity) override { return _to SetUidValidity(aUidValidity); } \
  NS_IMETHOD GetFolderQuotaCommandIssued(bool *aFolderQuotaCommandIssued) override { return _to GetFolderQuotaCommandIssued(aFolderQuotaCommandIssued); } \
  NS_IMETHOD SetFolderQuotaCommandIssued(bool aFolderQuotaCommandIssued) override { return _to SetFolderQuotaCommandIssued(aFolderQuotaCommandIssued); } \
  NS_IMETHOD SetFolderQuotaData(const nsACString & aFolderQuotaRoot, uint32_t aFolderQuotaUsedKB, uint32_t aFolderQuotaMaxKB) override { return _to SetFolderQuotaData(aFolderQuotaRoot, aFolderQuotaUsedKB, aFolderQuotaMaxKB); } \
  NS_IMETHOD GetShouldDownloadAllHeaders(bool *aShouldDownloadAllHeaders) override { return _to GetShouldDownloadAllHeaders(aShouldDownloadAllHeaders); } \
  NS_IMETHOD GetOnlineDelimiter(char *aOnlineDelimiter) override { return _to GetOnlineDelimiter(aOnlineDelimiter); } \
  NS_IMETHOD OnNewIdleMessages(void) override { return _to OnNewIdleMessages(); } \
  NS_IMETHOD UpdateImapMailboxInfo(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) override { return _to UpdateImapMailboxInfo(aProtocol, aSpec); } \
  NS_IMETHOD UpdateImapMailboxStatus(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) override { return _to UpdateImapMailboxStatus(aProtocol, aSpec); } \
  NS_IMETHOD GetMsgHdrsToDownload(bool *aMore, int32_t *aTotalCount, uint32_t *aCount, nsMsgKey **aKeys) override { return _to GetMsgHdrsToDownload(aMore, aTotalCount, aCount, aKeys); } \
  NS_IMETHOD ParseMsgHdrs(nsIImapProtocol *aProtocol, nsIImapHeaderXferInfo *aHdrXferInfo) override { return _to ParseMsgHdrs(aProtocol, aHdrXferInfo); } \
  NS_IMETHOD AbortHeaderParseStream(nsIImapProtocol *aProtocol) override { return _to AbortHeaderParseStream(aProtocol); } \
  NS_IMETHOD OnlineCopyCompleted(nsIImapProtocol *aProtocol, ImapOnlineCopyState aCopyState) override { return _to OnlineCopyCompleted(aProtocol, aCopyState); } \
  NS_IMETHOD StartMessage(nsIMsgMailNewsUrl *aUrl) override { return _to StartMessage(aUrl); } \
  NS_IMETHOD EndMessage(nsIMsgMailNewsUrl *aUrl, nsMsgKey uidOfMessage) override { return _to EndMessage(aUrl, uidOfMessage); } \
  NS_IMETHOD NotifySearchHit(nsIMsgMailNewsUrl *aUrl, const char * hitLine) override { return _to NotifySearchHit(aUrl, hitLine); } \
  NS_IMETHOD CopyNextStreamMessage(bool copySucceeded, nsISupports *copyState) override { return _to CopyNextStreamMessage(copySucceeded, copyState); } \
  NS_IMETHOD CloseMockChannel(nsIImapMockChannel *aChannel) override { return _to CloseMockChannel(aChannel); } \
  NS_IMETHOD SetUrlState(nsIImapProtocol *aProtocol, nsIMsgMailNewsUrl *aUrl, bool isRunning, bool aSuspend, nsresult status) override { return _to SetUrlState(aProtocol, aUrl, isRunning, aSuspend, status); } \
  NS_IMETHOD ReleaseUrlCacheEntry(nsIMsgMailNewsUrl *aUrl) override { return _to ReleaseUrlCacheEntry(aUrl); } \
  NS_IMETHOD HeaderFetchCompleted(nsIImapProtocol *aProtocol) override { return _to HeaderFetchCompleted(aProtocol); } \
  NS_IMETHOD SetBiffStateAndUpdate(int32_t biffState) override { return _to SetBiffStateAndUpdate(biffState); } \
  NS_IMETHOD ProgressStatusString(nsIImapProtocol *aProtocol, const char * aMsgId, const char16_t * extraInfo) override { return _to ProgressStatusString(aProtocol, aMsgId, extraInfo); } \
  NS_IMETHOD PercentProgress(nsIImapProtocol *aProtocol, const char16_t * aMessage, int64_t aCurrentProgress, int64_t aMaxProgressProgressInfo) override { return _to PercentProgress(aProtocol, aMessage, aCurrentProgress, aMaxProgressProgressInfo); } \
  NS_IMETHOD ClearFolderRights(void) override { return _to ClearFolderRights(); } \
  NS_IMETHOD SetCopyResponseUid(const char * msgIdString, nsIImapUrl *aUrl) override { return _to SetCopyResponseUid(msgIdString, aUrl); } \
  NS_IMETHOD SetAppendMsgUid(nsMsgKey newKey, nsIImapUrl *aUrl) override { return _to SetAppendMsgUid(newKey, aUrl); } \
  NS_IMETHOD GetMessageId(nsIImapUrl *aUrl, nsACString & _retval) override { return _to GetMessageId(aUrl, _retval); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIIMAPMAILFOLDERSINK(_to) \
  NS_IMETHOD GetFolderNeedsACLListed(bool *aFolderNeedsACLListed) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolderNeedsACLListed(aFolderNeedsACLListed); } \
  NS_IMETHOD SetFolderNeedsACLListed(bool aFolderNeedsACLListed) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFolderNeedsACLListed(aFolderNeedsACLListed); } \
  NS_IMETHOD GetFolderNeedsSubscribing(bool *aFolderNeedsSubscribing) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolderNeedsSubscribing(aFolderNeedsSubscribing); } \
  NS_IMETHOD SetFolderNeedsSubscribing(bool aFolderNeedsSubscribing) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFolderNeedsSubscribing(aFolderNeedsSubscribing); } \
  NS_IMETHOD GetFolderNeedsAdded(bool *aFolderNeedsAdded) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolderNeedsAdded(aFolderNeedsAdded); } \
  NS_IMETHOD SetFolderNeedsAdded(bool aFolderNeedsAdded) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFolderNeedsAdded(aFolderNeedsAdded); } \
  NS_IMETHOD GetAclFlags(uint32_t *aAclFlags) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAclFlags(aAclFlags); } \
  NS_IMETHOD SetAclFlags(uint32_t aAclFlags) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAclFlags(aAclFlags); } \
  NS_IMETHOD GetUidValidity(int32_t *aUidValidity) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUidValidity(aUidValidity); } \
  NS_IMETHOD SetUidValidity(int32_t aUidValidity) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUidValidity(aUidValidity); } \
  NS_IMETHOD GetFolderQuotaCommandIssued(bool *aFolderQuotaCommandIssued) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolderQuotaCommandIssued(aFolderQuotaCommandIssued); } \
  NS_IMETHOD SetFolderQuotaCommandIssued(bool aFolderQuotaCommandIssued) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFolderQuotaCommandIssued(aFolderQuotaCommandIssued); } \
  NS_IMETHOD SetFolderQuotaData(const nsACString & aFolderQuotaRoot, uint32_t aFolderQuotaUsedKB, uint32_t aFolderQuotaMaxKB) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFolderQuotaData(aFolderQuotaRoot, aFolderQuotaUsedKB, aFolderQuotaMaxKB); } \
  NS_IMETHOD GetShouldDownloadAllHeaders(bool *aShouldDownloadAllHeaders) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShouldDownloadAllHeaders(aShouldDownloadAllHeaders); } \
  NS_IMETHOD GetOnlineDelimiter(char *aOnlineDelimiter) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOnlineDelimiter(aOnlineDelimiter); } \
  NS_IMETHOD OnNewIdleMessages(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->OnNewIdleMessages(); } \
  NS_IMETHOD UpdateImapMailboxInfo(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) override { return !_to ? NS_ERROR_NULL_POINTER : _to->UpdateImapMailboxInfo(aProtocol, aSpec); } \
  NS_IMETHOD UpdateImapMailboxStatus(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec) override { return !_to ? NS_ERROR_NULL_POINTER : _to->UpdateImapMailboxStatus(aProtocol, aSpec); } \
  NS_IMETHOD GetMsgHdrsToDownload(bool *aMore, int32_t *aTotalCount, uint32_t *aCount, nsMsgKey **aKeys) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMsgHdrsToDownload(aMore, aTotalCount, aCount, aKeys); } \
  NS_IMETHOD ParseMsgHdrs(nsIImapProtocol *aProtocol, nsIImapHeaderXferInfo *aHdrXferInfo) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ParseMsgHdrs(aProtocol, aHdrXferInfo); } \
  NS_IMETHOD AbortHeaderParseStream(nsIImapProtocol *aProtocol) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AbortHeaderParseStream(aProtocol); } \
  NS_IMETHOD OnlineCopyCompleted(nsIImapProtocol *aProtocol, ImapOnlineCopyState aCopyState) override { return !_to ? NS_ERROR_NULL_POINTER : _to->OnlineCopyCompleted(aProtocol, aCopyState); } \
  NS_IMETHOD StartMessage(nsIMsgMailNewsUrl *aUrl) override { return !_to ? NS_ERROR_NULL_POINTER : _to->StartMessage(aUrl); } \
  NS_IMETHOD EndMessage(nsIMsgMailNewsUrl *aUrl, nsMsgKey uidOfMessage) override { return !_to ? NS_ERROR_NULL_POINTER : _to->EndMessage(aUrl, uidOfMessage); } \
  NS_IMETHOD NotifySearchHit(nsIMsgMailNewsUrl *aUrl, const char * hitLine) override { return !_to ? NS_ERROR_NULL_POINTER : _to->NotifySearchHit(aUrl, hitLine); } \
  NS_IMETHOD CopyNextStreamMessage(bool copySucceeded, nsISupports *copyState) override { return !_to ? NS_ERROR_NULL_POINTER : _to->CopyNextStreamMessage(copySucceeded, copyState); } \
  NS_IMETHOD CloseMockChannel(nsIImapMockChannel *aChannel) override { return !_to ? NS_ERROR_NULL_POINTER : _to->CloseMockChannel(aChannel); } \
  NS_IMETHOD SetUrlState(nsIImapProtocol *aProtocol, nsIMsgMailNewsUrl *aUrl, bool isRunning, bool aSuspend, nsresult status) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUrlState(aProtocol, aUrl, isRunning, aSuspend, status); } \
  NS_IMETHOD ReleaseUrlCacheEntry(nsIMsgMailNewsUrl *aUrl) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ReleaseUrlCacheEntry(aUrl); } \
  NS_IMETHOD HeaderFetchCompleted(nsIImapProtocol *aProtocol) override { return !_to ? NS_ERROR_NULL_POINTER : _to->HeaderFetchCompleted(aProtocol); } \
  NS_IMETHOD SetBiffStateAndUpdate(int32_t biffState) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBiffStateAndUpdate(biffState); } \
  NS_IMETHOD ProgressStatusString(nsIImapProtocol *aProtocol, const char * aMsgId, const char16_t * extraInfo) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ProgressStatusString(aProtocol, aMsgId, extraInfo); } \
  NS_IMETHOD PercentProgress(nsIImapProtocol *aProtocol, const char16_t * aMessage, int64_t aCurrentProgress, int64_t aMaxProgressProgressInfo) override { return !_to ? NS_ERROR_NULL_POINTER : _to->PercentProgress(aProtocol, aMessage, aCurrentProgress, aMaxProgressProgressInfo); } \
  NS_IMETHOD ClearFolderRights(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ClearFolderRights(); } \
  NS_IMETHOD SetCopyResponseUid(const char * msgIdString, nsIImapUrl *aUrl) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCopyResponseUid(msgIdString, aUrl); } \
  NS_IMETHOD SetAppendMsgUid(nsMsgKey newKey, nsIImapUrl *aUrl) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAppendMsgUid(newKey, aUrl); } \
  NS_IMETHOD GetMessageId(nsIImapUrl *aUrl, nsACString & _retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMessageId(aUrl, _retval); } 

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

/* Header file */
class nsImapMailFolderSink : public nsIImapMailFolderSink
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIIMAPMAILFOLDERSINK

  nsImapMailFolderSink();

private:
  ~nsImapMailFolderSink();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS(nsImapMailFolderSink, nsIImapMailFolderSink)

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

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

/* attribute boolean folderNeedsACLListed; */
NS_IMETHODIMP nsImapMailFolderSink::GetFolderNeedsACLListed(bool *aFolderNeedsACLListed)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsImapMailFolderSink::SetFolderNeedsACLListed(bool aFolderNeedsACLListed)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean folderNeedsSubscribing; */
NS_IMETHODIMP nsImapMailFolderSink::GetFolderNeedsSubscribing(bool *aFolderNeedsSubscribing)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsImapMailFolderSink::SetFolderNeedsSubscribing(bool aFolderNeedsSubscribing)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean folderNeedsAdded; */
NS_IMETHODIMP nsImapMailFolderSink::GetFolderNeedsAdded(bool *aFolderNeedsAdded)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsImapMailFolderSink::SetFolderNeedsAdded(bool aFolderNeedsAdded)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute unsigned long aclFlags; */
NS_IMETHODIMP nsImapMailFolderSink::GetAclFlags(uint32_t *aAclFlags)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsImapMailFolderSink::SetAclFlags(uint32_t aAclFlags)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute long uidValidity; */
NS_IMETHODIMP nsImapMailFolderSink::GetUidValidity(int32_t *aUidValidity)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsImapMailFolderSink::SetUidValidity(int32_t aUidValidity)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean folderQuotaCommandIssued; */
NS_IMETHODIMP nsImapMailFolderSink::GetFolderQuotaCommandIssued(bool *aFolderQuotaCommandIssued)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsImapMailFolderSink::SetFolderQuotaCommandIssued(bool aFolderQuotaCommandIssued)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setFolderQuotaData (in ACString aFolderQuotaRoot, in unsigned long aFolderQuotaUsedKB, in unsigned long aFolderQuotaMaxKB); */
NS_IMETHODIMP nsImapMailFolderSink::SetFolderQuotaData(const nsACString & aFolderQuotaRoot, uint32_t aFolderQuotaUsedKB, uint32_t aFolderQuotaMaxKB)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute boolean shouldDownloadAllHeaders; */
NS_IMETHODIMP nsImapMailFolderSink::GetShouldDownloadAllHeaders(bool *aShouldDownloadAllHeaders)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute char onlineDelimiter; */
NS_IMETHODIMP nsImapMailFolderSink::GetOnlineDelimiter(char *aOnlineDelimiter)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void OnNewIdleMessages (); */
NS_IMETHODIMP nsImapMailFolderSink::OnNewIdleMessages()
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void UpdateImapMailboxInfo (in nsIImapProtocol aProtocol, in nsIMailboxSpec aSpec); */
NS_IMETHODIMP nsImapMailFolderSink::UpdateImapMailboxInfo(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void UpdateImapMailboxStatus (in nsIImapProtocol aProtocol, in nsIMailboxSpec aSpec); */
NS_IMETHODIMP nsImapMailFolderSink::UpdateImapMailboxStatus(nsIImapProtocol *aProtocol, nsIMailboxSpec *aSpec)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void getMsgHdrsToDownload (out boolean aMore, out long aTotalCount, out unsigned long aCount, [array, size_is (aCount), retval] out nsMsgKey aKeys); */
NS_IMETHODIMP nsImapMailFolderSink::GetMsgHdrsToDownload(bool *aMore, int32_t *aTotalCount, uint32_t *aCount, nsMsgKey **aKeys)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void parseMsgHdrs (in nsIImapProtocol aProtocol, in nsIImapHeaderXferInfo aHdrXferInfo); */
NS_IMETHODIMP nsImapMailFolderSink::ParseMsgHdrs(nsIImapProtocol *aProtocol, nsIImapHeaderXferInfo *aHdrXferInfo)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void AbortHeaderParseStream (in nsIImapProtocol aProtocol); */
NS_IMETHODIMP nsImapMailFolderSink::AbortHeaderParseStream(nsIImapProtocol *aProtocol)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void OnlineCopyCompleted (in nsIImapProtocol aProtocol, in ImapOnlineCopyState aCopyState); */
NS_IMETHODIMP nsImapMailFolderSink::OnlineCopyCompleted(nsIImapProtocol *aProtocol, ImapOnlineCopyState aCopyState)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void StartMessage (in nsIMsgMailNewsUrl aUrl); */
NS_IMETHODIMP nsImapMailFolderSink::StartMessage(nsIMsgMailNewsUrl *aUrl)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void EndMessage (in nsIMsgMailNewsUrl aUrl, in nsMsgKey uidOfMessage); */
NS_IMETHODIMP nsImapMailFolderSink::EndMessage(nsIMsgMailNewsUrl *aUrl, nsMsgKey uidOfMessage)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void NotifySearchHit (in nsIMsgMailNewsUrl aUrl, in string hitLine); */
NS_IMETHODIMP nsImapMailFolderSink::NotifySearchHit(nsIMsgMailNewsUrl *aUrl, const char * hitLine)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void copyNextStreamMessage (in boolean copySucceeded, in nsISupports copyState); */
NS_IMETHODIMP nsImapMailFolderSink::CopyNextStreamMessage(bool copySucceeded, nsISupports *copyState)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void closeMockChannel (in nsIImapMockChannel aChannel); */
NS_IMETHODIMP nsImapMailFolderSink::CloseMockChannel(nsIImapMockChannel *aChannel)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setUrlState (in nsIImapProtocol aProtocol, in nsIMsgMailNewsUrl aUrl, in boolean isRunning, in boolean aSuspend, in nsresult status); */
NS_IMETHODIMP nsImapMailFolderSink::SetUrlState(nsIImapProtocol *aProtocol, nsIMsgMailNewsUrl *aUrl, bool isRunning, bool aSuspend, nsresult status)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void releaseUrlCacheEntry (in nsIMsgMailNewsUrl aUrl); */
NS_IMETHODIMP nsImapMailFolderSink::ReleaseUrlCacheEntry(nsIMsgMailNewsUrl *aUrl)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void headerFetchCompleted (in nsIImapProtocol aProtocol); */
NS_IMETHODIMP nsImapMailFolderSink::HeaderFetchCompleted(nsIImapProtocol *aProtocol)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setBiffStateAndUpdate (in long biffState); */
NS_IMETHODIMP nsImapMailFolderSink::SetBiffStateAndUpdate(int32_t biffState)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void progressStatusString (in nsIImapProtocol aProtocol, in string aMsgId, in wstring extraInfo); */
NS_IMETHODIMP nsImapMailFolderSink::ProgressStatusString(nsIImapProtocol *aProtocol, const char * aMsgId, const char16_t * extraInfo)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void percentProgress (in nsIImapProtocol aProtocol, in wstring aMessage, in long long aCurrentProgress, in long long aMaxProgressProgressInfo); */
NS_IMETHODIMP nsImapMailFolderSink::PercentProgress(nsIImapProtocol *aProtocol, const char16_t * aMessage, int64_t aCurrentProgress, int64_t aMaxProgressProgressInfo)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void clearFolderRights (); */
NS_IMETHODIMP nsImapMailFolderSink::ClearFolderRights()
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setCopyResponseUid (in string msgIdString, in nsIImapUrl aUrl); */
NS_IMETHODIMP nsImapMailFolderSink::SetCopyResponseUid(const char * msgIdString, nsIImapUrl *aUrl)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setAppendMsgUid (in nsMsgKey newKey, in nsIImapUrl aUrl); */
NS_IMETHODIMP nsImapMailFolderSink::SetAppendMsgUid(nsMsgKey newKey, nsIImapUrl *aUrl)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* ACString getMessageId (in nsIImapUrl aUrl); */
NS_IMETHODIMP nsImapMailFolderSink::GetMessageId(nsIImapUrl *aUrl, nsACString & _retval)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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


#endif /* __gen_nsIImapMailFolderSink_h__ */