This file is indexed.

/usr/include/thunderbird-11.0.1/nsIMsgMailNewsUrl.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
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
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/base/public/nsIMsgMailNewsUrl.idl
 */

#ifndef __gen_nsIMsgMailNewsUrl_h__
#define __gen_nsIMsgMailNewsUrl_h__


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

#ifndef __gen_nsIURL_h__
#include "nsIURL.h"
#endif

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

class nsIUrlListener; /* forward declaration */

class nsIMsgStatusFeedback; /* forward declaration */

class nsIMsgIncomingServer; /* forward declaration */

class nsIMsgWindow; /* forward declaration */

class nsILoadGroup; /* forward declaration */

class nsIMsgSearchSession; /* forward declaration */

class nsICacheEntryDescriptor; /* forward declaration */

class nsICacheSession; /* forward declaration */

class nsIMimeHeaders; /* forward declaration */

class nsIStreamListener; /* forward declaration */

class nsIMsgFolder; /* forward declaration */

class nsIMsgHeaderSink; /* forward declaration */

class nsIMsgDBHdr; /* forward declaration */


/* starting interface:    nsIMsgMailNewsUrl */
#define NS_IMSGMAILNEWSURL_IID_STR "995455ba-5bb4-4643-8d70-2b877a2e1320"

#define NS_IMSGMAILNEWSURL_IID \
  {0x995455ba, 0x5bb4, 0x4643, \
    { 0x8d, 0x70, 0x2b, 0x87, 0x7a, 0x2e, 0x13, 0x20 }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgMailNewsUrl : public nsIURL {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGMAILNEWSURL_IID)

  /* void RegisterListener (in nsIUrlListener aUrlListener); */
  NS_SCRIPTABLE NS_IMETHOD RegisterListener(nsIUrlListener *aUrlListener) = 0;

  /* void UnRegisterListener (in nsIUrlListener aUrlListener); */
  NS_SCRIPTABLE NS_IMETHOD UnRegisterListener(nsIUrlListener *aUrlListener) = 0;

  /* readonly attribute nsIURI baseURI; */
  NS_SCRIPTABLE NS_IMETHOD GetBaseURI(nsIURI * *aBaseURI) = 0;

  /* void SetUrlState (in boolean runningUrl, in nsresult aStatusCode); */
  NS_SCRIPTABLE NS_IMETHOD SetUrlState(bool runningUrl, nsresult aStatusCode) = 0;

  /* void GetUrlState (out boolean runningUrl); */
  NS_SCRIPTABLE NS_IMETHOD GetUrlState(bool *runningUrl NS_OUTPARAM) = 0;

  /* readonly attribute nsIMsgIncomingServer server; */
  NS_SCRIPTABLE NS_IMETHOD GetServer(nsIMsgIncomingServer * *aServer) = 0;

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

  /* attribute nsIMsgStatusFeedback statusFeedback; */
  NS_SCRIPTABLE NS_IMETHOD GetStatusFeedback(nsIMsgStatusFeedback * *aStatusFeedback) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *aStatusFeedback) = 0;

  /* attribute long long maxProgress; */
  NS_SCRIPTABLE NS_IMETHOD GetMaxProgress(PRInt64 *aMaxProgress) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMaxProgress(PRInt64 aMaxProgress) = 0;

  /* attribute nsIMsgWindow msgWindow; */
  NS_SCRIPTABLE NS_IMETHOD GetMsgWindow(nsIMsgWindow * *aMsgWindow) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMsgWindow(nsIMsgWindow *aMsgWindow) = 0;

  /* attribute nsIMimeHeaders mimeHeaders; */
  NS_SCRIPTABLE NS_IMETHOD GetMimeHeaders(nsIMimeHeaders * *aMimeHeaders) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMimeHeaders(nsIMimeHeaders *aMimeHeaders) = 0;

  /* readonly attribute nsILoadGroup loadGroup; */
  NS_SCRIPTABLE NS_IMETHOD GetLoadGroup(nsILoadGroup * *aLoadGroup) = 0;

  /* attribute nsIMsgSearchSession searchSession; */
  NS_SCRIPTABLE NS_IMETHOD GetSearchSession(nsIMsgSearchSession * *aSearchSession) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetSearchSession(nsIMsgSearchSession *aSearchSession) = 0;

  /* attribute boolean updatingFolder; */
  NS_SCRIPTABLE NS_IMETHOD GetUpdatingFolder(bool *aUpdatingFolder) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetUpdatingFolder(bool aUpdatingFolder) = 0;

  /* attribute boolean addToMemoryCache; */
  NS_SCRIPTABLE NS_IMETHOD GetAddToMemoryCache(bool *aAddToMemoryCache) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetAddToMemoryCache(bool aAddToMemoryCache) = 0;

  /* attribute boolean msgIsInLocalCache; */
  NS_SCRIPTABLE NS_IMETHOD GetMsgIsInLocalCache(bool *aMsgIsInLocalCache) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMsgIsInLocalCache(bool aMsgIsInLocalCache) = 0;

  /* attribute boolean suppressErrorMsgs; */
  NS_SCRIPTABLE NS_IMETHOD GetSuppressErrorMsgs(bool *aSuppressErrorMsgs) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetSuppressErrorMsgs(bool aSuppressErrorMsgs) = 0;

  /* attribute nsICacheEntryDescriptor memCacheEntry; */
  NS_SCRIPTABLE NS_IMETHOD GetMemCacheEntry(nsICacheEntryDescriptor * *aMemCacheEntry) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMemCacheEntry(nsICacheEntryDescriptor *aMemCacheEntry) = 0;

  /* attribute nsICacheSession imageCacheSession; */
  NS_SCRIPTABLE NS_IMETHOD GetImageCacheSession(nsICacheSession * *aImageCacheSession) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetImageCacheSession(nsICacheSession *aImageCacheSession) = 0;

  /* void cacheCacheEntry (in nsICacheEntryDescriptor cacheEntry); */
  NS_SCRIPTABLE NS_IMETHOD CacheCacheEntry(nsICacheEntryDescriptor *cacheEntry) = 0;

  /* void removeCacheEntry (in nsICacheEntryDescriptor cacheEntry); */
  NS_SCRIPTABLE NS_IMETHOD RemoveCacheEntry(nsICacheEntryDescriptor *cacheEntry) = 0;

  enum {
    eCopy = 0U,
    eMove = 1U,
    eDisplay = 2U
  };

  /* boolean IsUrlType (in unsigned long type); */
  NS_SCRIPTABLE NS_IMETHOD IsUrlType(PRUint32 type, bool *_retval NS_OUTPARAM) = 0;

  /* nsIStreamListener getSaveAsListener (in boolean addDummyEnvelope, in nsIFile aFile); */
  NS_SCRIPTABLE NS_IMETHOD GetSaveAsListener(bool addDummyEnvelope, nsIFile *aFile, nsIStreamListener * *_retval NS_OUTPARAM) = 0;

  /* attribute nsIMsgHeaderSink msgHeaderSink; */
  NS_SCRIPTABLE NS_IMETHOD GetMsgHeaderSink(nsIMsgHeaderSink * *aMsgHeaderSink) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMsgHeaderSink(nsIMsgHeaderSink *aMsgHeaderSink) = 0;

  /* readonly attribute boolean isMessageUri; */
  NS_SCRIPTABLE NS_IMETHOD GetIsMessageUri(bool *aIsMessageUri) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgMailNewsUrl, NS_IMSGMAILNEWSURL_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGMAILNEWSURL \
  NS_SCRIPTABLE NS_IMETHOD RegisterListener(nsIUrlListener *aUrlListener); \
  NS_SCRIPTABLE NS_IMETHOD UnRegisterListener(nsIUrlListener *aUrlListener); \
  NS_SCRIPTABLE NS_IMETHOD GetBaseURI(nsIURI * *aBaseURI); \
  NS_SCRIPTABLE NS_IMETHOD SetUrlState(bool runningUrl, nsresult aStatusCode); \
  NS_SCRIPTABLE NS_IMETHOD GetUrlState(bool *runningUrl NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD GetServer(nsIMsgIncomingServer * *aServer); \
  NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder); \
  NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder); \
  NS_SCRIPTABLE NS_IMETHOD GetStatusFeedback(nsIMsgStatusFeedback * *aStatusFeedback); \
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *aStatusFeedback); \
  NS_SCRIPTABLE NS_IMETHOD GetMaxProgress(PRInt64 *aMaxProgress); \
  NS_SCRIPTABLE NS_IMETHOD SetMaxProgress(PRInt64 aMaxProgress); \
  NS_SCRIPTABLE NS_IMETHOD GetMsgWindow(nsIMsgWindow * *aMsgWindow); \
  NS_SCRIPTABLE NS_IMETHOD SetMsgWindow(nsIMsgWindow *aMsgWindow); \
  NS_SCRIPTABLE NS_IMETHOD GetMimeHeaders(nsIMimeHeaders * *aMimeHeaders); \
  NS_SCRIPTABLE NS_IMETHOD SetMimeHeaders(nsIMimeHeaders *aMimeHeaders); \
  NS_SCRIPTABLE NS_IMETHOD GetLoadGroup(nsILoadGroup * *aLoadGroup); \
  NS_SCRIPTABLE NS_IMETHOD GetSearchSession(nsIMsgSearchSession * *aSearchSession); \
  NS_SCRIPTABLE NS_IMETHOD SetSearchSession(nsIMsgSearchSession *aSearchSession); \
  NS_SCRIPTABLE NS_IMETHOD GetUpdatingFolder(bool *aUpdatingFolder); \
  NS_SCRIPTABLE NS_IMETHOD SetUpdatingFolder(bool aUpdatingFolder); \
  NS_SCRIPTABLE NS_IMETHOD GetAddToMemoryCache(bool *aAddToMemoryCache); \
  NS_SCRIPTABLE NS_IMETHOD SetAddToMemoryCache(bool aAddToMemoryCache); \
  NS_SCRIPTABLE NS_IMETHOD GetMsgIsInLocalCache(bool *aMsgIsInLocalCache); \
  NS_SCRIPTABLE NS_IMETHOD SetMsgIsInLocalCache(bool aMsgIsInLocalCache); \
  NS_SCRIPTABLE NS_IMETHOD GetSuppressErrorMsgs(bool *aSuppressErrorMsgs); \
  NS_SCRIPTABLE NS_IMETHOD SetSuppressErrorMsgs(bool aSuppressErrorMsgs); \
  NS_SCRIPTABLE NS_IMETHOD GetMemCacheEntry(nsICacheEntryDescriptor * *aMemCacheEntry); \
  NS_SCRIPTABLE NS_IMETHOD SetMemCacheEntry(nsICacheEntryDescriptor *aMemCacheEntry); \
  NS_SCRIPTABLE NS_IMETHOD GetImageCacheSession(nsICacheSession * *aImageCacheSession); \
  NS_SCRIPTABLE NS_IMETHOD SetImageCacheSession(nsICacheSession *aImageCacheSession); \
  NS_SCRIPTABLE NS_IMETHOD CacheCacheEntry(nsICacheEntryDescriptor *cacheEntry); \
  NS_SCRIPTABLE NS_IMETHOD RemoveCacheEntry(nsICacheEntryDescriptor *cacheEntry); \
  NS_SCRIPTABLE NS_IMETHOD IsUrlType(PRUint32 type, bool *_retval NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD GetSaveAsListener(bool addDummyEnvelope, nsIFile *aFile, nsIStreamListener * *_retval NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD GetMsgHeaderSink(nsIMsgHeaderSink * *aMsgHeaderSink); \
  NS_SCRIPTABLE NS_IMETHOD SetMsgHeaderSink(nsIMsgHeaderSink *aMsgHeaderSink); \
  NS_SCRIPTABLE NS_IMETHOD GetIsMessageUri(bool *aIsMessageUri); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGMAILNEWSURL(_to) \
  NS_SCRIPTABLE NS_IMETHOD RegisterListener(nsIUrlListener *aUrlListener) { return _to RegisterListener(aUrlListener); } \
  NS_SCRIPTABLE NS_IMETHOD UnRegisterListener(nsIUrlListener *aUrlListener) { return _to UnRegisterListener(aUrlListener); } \
  NS_SCRIPTABLE NS_IMETHOD GetBaseURI(nsIURI * *aBaseURI) { return _to GetBaseURI(aBaseURI); } \
  NS_SCRIPTABLE NS_IMETHOD SetUrlState(bool runningUrl, nsresult aStatusCode) { return _to SetUrlState(runningUrl, aStatusCode); } \
  NS_SCRIPTABLE NS_IMETHOD GetUrlState(bool *runningUrl NS_OUTPARAM) { return _to GetUrlState(runningUrl); } \
  NS_SCRIPTABLE NS_IMETHOD GetServer(nsIMsgIncomingServer * *aServer) { return _to GetServer(aServer); } \
  NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) { return _to GetFolder(aFolder); } \
  NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) { return _to SetFolder(aFolder); } \
  NS_SCRIPTABLE NS_IMETHOD GetStatusFeedback(nsIMsgStatusFeedback * *aStatusFeedback) { return _to GetStatusFeedback(aStatusFeedback); } \
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *aStatusFeedback) { return _to SetStatusFeedback(aStatusFeedback); } \
  NS_SCRIPTABLE NS_IMETHOD GetMaxProgress(PRInt64 *aMaxProgress) { return _to GetMaxProgress(aMaxProgress); } \
  NS_SCRIPTABLE NS_IMETHOD SetMaxProgress(PRInt64 aMaxProgress) { return _to SetMaxProgress(aMaxProgress); } \
  NS_SCRIPTABLE NS_IMETHOD GetMsgWindow(nsIMsgWindow * *aMsgWindow) { return _to GetMsgWindow(aMsgWindow); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgWindow(nsIMsgWindow *aMsgWindow) { return _to SetMsgWindow(aMsgWindow); } \
  NS_SCRIPTABLE NS_IMETHOD GetMimeHeaders(nsIMimeHeaders * *aMimeHeaders) { return _to GetMimeHeaders(aMimeHeaders); } \
  NS_SCRIPTABLE NS_IMETHOD SetMimeHeaders(nsIMimeHeaders *aMimeHeaders) { return _to SetMimeHeaders(aMimeHeaders); } \
  NS_SCRIPTABLE NS_IMETHOD GetLoadGroup(nsILoadGroup * *aLoadGroup) { return _to GetLoadGroup(aLoadGroup); } \
  NS_SCRIPTABLE NS_IMETHOD GetSearchSession(nsIMsgSearchSession * *aSearchSession) { return _to GetSearchSession(aSearchSession); } \
  NS_SCRIPTABLE NS_IMETHOD SetSearchSession(nsIMsgSearchSession *aSearchSession) { return _to SetSearchSession(aSearchSession); } \
  NS_SCRIPTABLE NS_IMETHOD GetUpdatingFolder(bool *aUpdatingFolder) { return _to GetUpdatingFolder(aUpdatingFolder); } \
  NS_SCRIPTABLE NS_IMETHOD SetUpdatingFolder(bool aUpdatingFolder) { return _to SetUpdatingFolder(aUpdatingFolder); } \
  NS_SCRIPTABLE NS_IMETHOD GetAddToMemoryCache(bool *aAddToMemoryCache) { return _to GetAddToMemoryCache(aAddToMemoryCache); } \
  NS_SCRIPTABLE NS_IMETHOD SetAddToMemoryCache(bool aAddToMemoryCache) { return _to SetAddToMemoryCache(aAddToMemoryCache); } \
  NS_SCRIPTABLE NS_IMETHOD GetMsgIsInLocalCache(bool *aMsgIsInLocalCache) { return _to GetMsgIsInLocalCache(aMsgIsInLocalCache); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgIsInLocalCache(bool aMsgIsInLocalCache) { return _to SetMsgIsInLocalCache(aMsgIsInLocalCache); } \
  NS_SCRIPTABLE NS_IMETHOD GetSuppressErrorMsgs(bool *aSuppressErrorMsgs) { return _to GetSuppressErrorMsgs(aSuppressErrorMsgs); } \
  NS_SCRIPTABLE NS_IMETHOD SetSuppressErrorMsgs(bool aSuppressErrorMsgs) { return _to SetSuppressErrorMsgs(aSuppressErrorMsgs); } \
  NS_SCRIPTABLE NS_IMETHOD GetMemCacheEntry(nsICacheEntryDescriptor * *aMemCacheEntry) { return _to GetMemCacheEntry(aMemCacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD SetMemCacheEntry(nsICacheEntryDescriptor *aMemCacheEntry) { return _to SetMemCacheEntry(aMemCacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD GetImageCacheSession(nsICacheSession * *aImageCacheSession) { return _to GetImageCacheSession(aImageCacheSession); } \
  NS_SCRIPTABLE NS_IMETHOD SetImageCacheSession(nsICacheSession *aImageCacheSession) { return _to SetImageCacheSession(aImageCacheSession); } \
  NS_SCRIPTABLE NS_IMETHOD CacheCacheEntry(nsICacheEntryDescriptor *cacheEntry) { return _to CacheCacheEntry(cacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD RemoveCacheEntry(nsICacheEntryDescriptor *cacheEntry) { return _to RemoveCacheEntry(cacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD IsUrlType(PRUint32 type, bool *_retval NS_OUTPARAM) { return _to IsUrlType(type, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetSaveAsListener(bool addDummyEnvelope, nsIFile *aFile, nsIStreamListener * *_retval NS_OUTPARAM) { return _to GetSaveAsListener(addDummyEnvelope, aFile, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetMsgHeaderSink(nsIMsgHeaderSink * *aMsgHeaderSink) { return _to GetMsgHeaderSink(aMsgHeaderSink); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgHeaderSink(nsIMsgHeaderSink *aMsgHeaderSink) { return _to SetMsgHeaderSink(aMsgHeaderSink); } \
  NS_SCRIPTABLE NS_IMETHOD GetIsMessageUri(bool *aIsMessageUri) { return _to GetIsMessageUri(aIsMessageUri); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGMAILNEWSURL(_to) \
  NS_SCRIPTABLE NS_IMETHOD RegisterListener(nsIUrlListener *aUrlListener) { return !_to ? NS_ERROR_NULL_POINTER : _to->RegisterListener(aUrlListener); } \
  NS_SCRIPTABLE NS_IMETHOD UnRegisterListener(nsIUrlListener *aUrlListener) { return !_to ? NS_ERROR_NULL_POINTER : _to->UnRegisterListener(aUrlListener); } \
  NS_SCRIPTABLE NS_IMETHOD GetBaseURI(nsIURI * *aBaseURI) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBaseURI(aBaseURI); } \
  NS_SCRIPTABLE NS_IMETHOD SetUrlState(bool runningUrl, nsresult aStatusCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUrlState(runningUrl, aStatusCode); } \
  NS_SCRIPTABLE NS_IMETHOD GetUrlState(bool *runningUrl NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUrlState(runningUrl); } \
  NS_SCRIPTABLE NS_IMETHOD GetServer(nsIMsgIncomingServer * *aServer) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetServer(aServer); } \
  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); } \
  NS_SCRIPTABLE NS_IMETHOD GetStatusFeedback(nsIMsgStatusFeedback * *aStatusFeedback) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStatusFeedback(aStatusFeedback); } \
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *aStatusFeedback) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetStatusFeedback(aStatusFeedback); } \
  NS_SCRIPTABLE NS_IMETHOD GetMaxProgress(PRInt64 *aMaxProgress) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMaxProgress(aMaxProgress); } \
  NS_SCRIPTABLE NS_IMETHOD SetMaxProgress(PRInt64 aMaxProgress) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMaxProgress(aMaxProgress); } \
  NS_SCRIPTABLE NS_IMETHOD GetMsgWindow(nsIMsgWindow * *aMsgWindow) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMsgWindow(aMsgWindow); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgWindow(nsIMsgWindow *aMsgWindow) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgWindow(aMsgWindow); } \
  NS_SCRIPTABLE NS_IMETHOD GetMimeHeaders(nsIMimeHeaders * *aMimeHeaders) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMimeHeaders(aMimeHeaders); } \
  NS_SCRIPTABLE NS_IMETHOD SetMimeHeaders(nsIMimeHeaders *aMimeHeaders) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMimeHeaders(aMimeHeaders); } \
  NS_SCRIPTABLE NS_IMETHOD GetLoadGroup(nsILoadGroup * *aLoadGroup) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoadGroup(aLoadGroup); } \
  NS_SCRIPTABLE NS_IMETHOD GetSearchSession(nsIMsgSearchSession * *aSearchSession) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSearchSession(aSearchSession); } \
  NS_SCRIPTABLE NS_IMETHOD SetSearchSession(nsIMsgSearchSession *aSearchSession) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSearchSession(aSearchSession); } \
  NS_SCRIPTABLE NS_IMETHOD GetUpdatingFolder(bool *aUpdatingFolder) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUpdatingFolder(aUpdatingFolder); } \
  NS_SCRIPTABLE NS_IMETHOD SetUpdatingFolder(bool aUpdatingFolder) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUpdatingFolder(aUpdatingFolder); } \
  NS_SCRIPTABLE NS_IMETHOD GetAddToMemoryCache(bool *aAddToMemoryCache) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAddToMemoryCache(aAddToMemoryCache); } \
  NS_SCRIPTABLE NS_IMETHOD SetAddToMemoryCache(bool aAddToMemoryCache) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAddToMemoryCache(aAddToMemoryCache); } \
  NS_SCRIPTABLE NS_IMETHOD GetMsgIsInLocalCache(bool *aMsgIsInLocalCache) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMsgIsInLocalCache(aMsgIsInLocalCache); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgIsInLocalCache(bool aMsgIsInLocalCache) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgIsInLocalCache(aMsgIsInLocalCache); } \
  NS_SCRIPTABLE NS_IMETHOD GetSuppressErrorMsgs(bool *aSuppressErrorMsgs) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSuppressErrorMsgs(aSuppressErrorMsgs); } \
  NS_SCRIPTABLE NS_IMETHOD SetSuppressErrorMsgs(bool aSuppressErrorMsgs) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSuppressErrorMsgs(aSuppressErrorMsgs); } \
  NS_SCRIPTABLE NS_IMETHOD GetMemCacheEntry(nsICacheEntryDescriptor * *aMemCacheEntry) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMemCacheEntry(aMemCacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD SetMemCacheEntry(nsICacheEntryDescriptor *aMemCacheEntry) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMemCacheEntry(aMemCacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD GetImageCacheSession(nsICacheSession * *aImageCacheSession) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetImageCacheSession(aImageCacheSession); } \
  NS_SCRIPTABLE NS_IMETHOD SetImageCacheSession(nsICacheSession *aImageCacheSession) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetImageCacheSession(aImageCacheSession); } \
  NS_SCRIPTABLE NS_IMETHOD CacheCacheEntry(nsICacheEntryDescriptor *cacheEntry) { return !_to ? NS_ERROR_NULL_POINTER : _to->CacheCacheEntry(cacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD RemoveCacheEntry(nsICacheEntryDescriptor *cacheEntry) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveCacheEntry(cacheEntry); } \
  NS_SCRIPTABLE NS_IMETHOD IsUrlType(PRUint32 type, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->IsUrlType(type, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetSaveAsListener(bool addDummyEnvelope, nsIFile *aFile, nsIStreamListener * *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSaveAsListener(addDummyEnvelope, aFile, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetMsgHeaderSink(nsIMsgHeaderSink * *aMsgHeaderSink) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMsgHeaderSink(aMsgHeaderSink); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgHeaderSink(nsIMsgHeaderSink *aMsgHeaderSink) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgHeaderSink(aMsgHeaderSink); } \
  NS_SCRIPTABLE NS_IMETHOD GetIsMessageUri(bool *aIsMessageUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIsMessageUri(aIsMessageUri); } 

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

/* Header file */
class nsMsgMailNewsUrl : public nsIMsgMailNewsUrl
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIMSGMAILNEWSURL

  nsMsgMailNewsUrl();

private:
  ~nsMsgMailNewsUrl();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgMailNewsUrl, nsIMsgMailNewsUrl)

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

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

/* void RegisterListener (in nsIUrlListener aUrlListener); */
NS_IMETHODIMP nsMsgMailNewsUrl::RegisterListener(nsIUrlListener *aUrlListener)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void UnRegisterListener (in nsIUrlListener aUrlListener); */
NS_IMETHODIMP nsMsgMailNewsUrl::UnRegisterListener(nsIUrlListener *aUrlListener)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute nsIURI baseURI; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetBaseURI(nsIURI * *aBaseURI)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void SetUrlState (in boolean runningUrl, in nsresult aStatusCode); */
NS_IMETHODIMP nsMsgMailNewsUrl::SetUrlState(bool runningUrl, nsresult aStatusCode)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void GetUrlState (out boolean runningUrl); */
NS_IMETHODIMP nsMsgMailNewsUrl::GetUrlState(bool *runningUrl NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute nsIMsgIncomingServer server; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetServer(nsIMsgIncomingServer * *aServer)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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

/* attribute nsIMsgStatusFeedback statusFeedback; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetStatusFeedback(nsIMsgStatusFeedback * *aStatusFeedback)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetStatusFeedback(nsIMsgStatusFeedback *aStatusFeedback)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute long long maxProgress; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetMaxProgress(PRInt64 *aMaxProgress)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetMaxProgress(PRInt64 aMaxProgress)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIMsgWindow msgWindow; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetMsgWindow(nsIMsgWindow * *aMsgWindow)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetMsgWindow(nsIMsgWindow *aMsgWindow)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIMimeHeaders mimeHeaders; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetMimeHeaders(nsIMimeHeaders * *aMimeHeaders)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetMimeHeaders(nsIMimeHeaders *aMimeHeaders)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute nsILoadGroup loadGroup; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetLoadGroup(nsILoadGroup * *aLoadGroup)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIMsgSearchSession searchSession; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetSearchSession(nsIMsgSearchSession * *aSearchSession)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetSearchSession(nsIMsgSearchSession *aSearchSession)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean updatingFolder; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetUpdatingFolder(bool *aUpdatingFolder)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetUpdatingFolder(bool aUpdatingFolder)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean addToMemoryCache; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetAddToMemoryCache(bool *aAddToMemoryCache)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetAddToMemoryCache(bool aAddToMemoryCache)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean msgIsInLocalCache; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetMsgIsInLocalCache(bool *aMsgIsInLocalCache)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetMsgIsInLocalCache(bool aMsgIsInLocalCache)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean suppressErrorMsgs; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetSuppressErrorMsgs(bool *aSuppressErrorMsgs)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetSuppressErrorMsgs(bool aSuppressErrorMsgs)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsICacheEntryDescriptor memCacheEntry; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetMemCacheEntry(nsICacheEntryDescriptor * *aMemCacheEntry)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetMemCacheEntry(nsICacheEntryDescriptor *aMemCacheEntry)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsICacheSession imageCacheSession; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetImageCacheSession(nsICacheSession * *aImageCacheSession)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetImageCacheSession(nsICacheSession *aImageCacheSession)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void cacheCacheEntry (in nsICacheEntryDescriptor cacheEntry); */
NS_IMETHODIMP nsMsgMailNewsUrl::CacheCacheEntry(nsICacheEntryDescriptor *cacheEntry)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void removeCacheEntry (in nsICacheEntryDescriptor cacheEntry); */
NS_IMETHODIMP nsMsgMailNewsUrl::RemoveCacheEntry(nsICacheEntryDescriptor *cacheEntry)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* boolean IsUrlType (in unsigned long type); */
NS_IMETHODIMP nsMsgMailNewsUrl::IsUrlType(PRUint32 type, bool *_retval NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* nsIStreamListener getSaveAsListener (in boolean addDummyEnvelope, in nsIFile aFile); */
NS_IMETHODIMP nsMsgMailNewsUrl::GetSaveAsListener(bool addDummyEnvelope, nsIFile *aFile, nsIStreamListener * *_retval NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIMsgHeaderSink msgHeaderSink; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetMsgHeaderSink(nsIMsgHeaderSink * *aMsgHeaderSink)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMailNewsUrl::SetMsgHeaderSink(nsIMsgHeaderSink *aMsgHeaderSink)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute boolean isMessageUri; */
NS_IMETHODIMP nsMsgMailNewsUrl::GetIsMessageUri(bool *aIsMessageUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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


/* starting interface:    nsIMsgMessageUrl */
#define NS_IMSGMESSAGEURL_IID_STR "388a37ec-2e1a-4a4f-9d8b-189bedf1bda2"

#define NS_IMSGMESSAGEURL_IID \
  {0x388a37ec, 0x2e1a, 0x4a4f, \
    { 0x9d, 0x8b, 0x18, 0x9b, 0xed, 0xf1, 0xbd, 0xa2 }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgMessageUrl : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGMESSAGEURL_IID)

  /* attribute string uri; */
  NS_SCRIPTABLE NS_IMETHOD GetUri(char * *aUri) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetUri(const char * aUri) = 0;

  /* attribute nsIFile messageFile; */
  NS_SCRIPTABLE NS_IMETHOD GetMessageFile(nsIFile * *aMessageFile) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMessageFile(nsIFile *aMessageFile) = 0;

  /* attribute boolean AddDummyEnvelope; */
  NS_SCRIPTABLE NS_IMETHOD GetAddDummyEnvelope(bool *aAddDummyEnvelope) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetAddDummyEnvelope(bool aAddDummyEnvelope) = 0;

  /* attribute boolean canonicalLineEnding; */
  NS_SCRIPTABLE NS_IMETHOD GetCanonicalLineEnding(bool *aCanonicalLineEnding) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetCanonicalLineEnding(bool aCanonicalLineEnding) = 0;

  /* attribute string originalSpec; */
  NS_SCRIPTABLE NS_IMETHOD GetOriginalSpec(char * *aOriginalSpec) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetOriginalSpec(const char * aOriginalSpec) = 0;

  /* attribute nsIMsgDBHdr messageHeader; */
  NS_SCRIPTABLE NS_IMETHOD GetMessageHeader(nsIMsgDBHdr * *aMessageHeader) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetMessageHeader(nsIMsgDBHdr *aMessageHeader) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgMessageUrl, NS_IMSGMESSAGEURL_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGMESSAGEURL \
  NS_SCRIPTABLE NS_IMETHOD GetUri(char * *aUri); \
  NS_SCRIPTABLE NS_IMETHOD SetUri(const char * aUri); \
  NS_SCRIPTABLE NS_IMETHOD GetMessageFile(nsIFile * *aMessageFile); \
  NS_SCRIPTABLE NS_IMETHOD SetMessageFile(nsIFile *aMessageFile); \
  NS_SCRIPTABLE NS_IMETHOD GetAddDummyEnvelope(bool *aAddDummyEnvelope); \
  NS_SCRIPTABLE NS_IMETHOD SetAddDummyEnvelope(bool aAddDummyEnvelope); \
  NS_SCRIPTABLE NS_IMETHOD GetCanonicalLineEnding(bool *aCanonicalLineEnding); \
  NS_SCRIPTABLE NS_IMETHOD SetCanonicalLineEnding(bool aCanonicalLineEnding); \
  NS_SCRIPTABLE NS_IMETHOD GetOriginalSpec(char * *aOriginalSpec); \
  NS_SCRIPTABLE NS_IMETHOD SetOriginalSpec(const char * aOriginalSpec); \
  NS_SCRIPTABLE NS_IMETHOD GetMessageHeader(nsIMsgDBHdr * *aMessageHeader); \
  NS_SCRIPTABLE NS_IMETHOD SetMessageHeader(nsIMsgDBHdr *aMessageHeader); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGMESSAGEURL(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetUri(char * *aUri) { return _to GetUri(aUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetUri(const char * aUri) { return _to SetUri(aUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetMessageFile(nsIFile * *aMessageFile) { return _to GetMessageFile(aMessageFile); } \
  NS_SCRIPTABLE NS_IMETHOD SetMessageFile(nsIFile *aMessageFile) { return _to SetMessageFile(aMessageFile); } \
  NS_SCRIPTABLE NS_IMETHOD GetAddDummyEnvelope(bool *aAddDummyEnvelope) { return _to GetAddDummyEnvelope(aAddDummyEnvelope); } \
  NS_SCRIPTABLE NS_IMETHOD SetAddDummyEnvelope(bool aAddDummyEnvelope) { return _to SetAddDummyEnvelope(aAddDummyEnvelope); } \
  NS_SCRIPTABLE NS_IMETHOD GetCanonicalLineEnding(bool *aCanonicalLineEnding) { return _to GetCanonicalLineEnding(aCanonicalLineEnding); } \
  NS_SCRIPTABLE NS_IMETHOD SetCanonicalLineEnding(bool aCanonicalLineEnding) { return _to SetCanonicalLineEnding(aCanonicalLineEnding); } \
  NS_SCRIPTABLE NS_IMETHOD GetOriginalSpec(char * *aOriginalSpec) { return _to GetOriginalSpec(aOriginalSpec); } \
  NS_SCRIPTABLE NS_IMETHOD SetOriginalSpec(const char * aOriginalSpec) { return _to SetOriginalSpec(aOriginalSpec); } \
  NS_SCRIPTABLE NS_IMETHOD GetMessageHeader(nsIMsgDBHdr * *aMessageHeader) { return _to GetMessageHeader(aMessageHeader); } \
  NS_SCRIPTABLE NS_IMETHOD SetMessageHeader(nsIMsgDBHdr *aMessageHeader) { return _to SetMessageHeader(aMessageHeader); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGMESSAGEURL(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetUri(char * *aUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUri(aUri); } \
  NS_SCRIPTABLE NS_IMETHOD SetUri(const char * aUri) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUri(aUri); } \
  NS_SCRIPTABLE NS_IMETHOD GetMessageFile(nsIFile * *aMessageFile) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMessageFile(aMessageFile); } \
  NS_SCRIPTABLE NS_IMETHOD SetMessageFile(nsIFile *aMessageFile) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMessageFile(aMessageFile); } \
  NS_SCRIPTABLE NS_IMETHOD GetAddDummyEnvelope(bool *aAddDummyEnvelope) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAddDummyEnvelope(aAddDummyEnvelope); } \
  NS_SCRIPTABLE NS_IMETHOD SetAddDummyEnvelope(bool aAddDummyEnvelope) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAddDummyEnvelope(aAddDummyEnvelope); } \
  NS_SCRIPTABLE NS_IMETHOD GetCanonicalLineEnding(bool *aCanonicalLineEnding) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanonicalLineEnding(aCanonicalLineEnding); } \
  NS_SCRIPTABLE NS_IMETHOD SetCanonicalLineEnding(bool aCanonicalLineEnding) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCanonicalLineEnding(aCanonicalLineEnding); } \
  NS_SCRIPTABLE NS_IMETHOD GetOriginalSpec(char * *aOriginalSpec) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOriginalSpec(aOriginalSpec); } \
  NS_SCRIPTABLE NS_IMETHOD SetOriginalSpec(const char * aOriginalSpec) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOriginalSpec(aOriginalSpec); } \
  NS_SCRIPTABLE NS_IMETHOD GetMessageHeader(nsIMsgDBHdr * *aMessageHeader) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMessageHeader(aMessageHeader); } \
  NS_SCRIPTABLE NS_IMETHOD SetMessageHeader(nsIMsgDBHdr *aMessageHeader) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMessageHeader(aMessageHeader); } 

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

/* Header file */
class nsMsgMessageUrl : public nsIMsgMessageUrl
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIMSGMESSAGEURL

  nsMsgMessageUrl();

private:
  ~nsMsgMessageUrl();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgMessageUrl, nsIMsgMessageUrl)

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

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

/* attribute string uri; */
NS_IMETHODIMP nsMsgMessageUrl::GetUri(char * *aUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMessageUrl::SetUri(const char * aUri)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIFile messageFile; */
NS_IMETHODIMP nsMsgMessageUrl::GetMessageFile(nsIFile * *aMessageFile)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMessageUrl::SetMessageFile(nsIFile *aMessageFile)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean AddDummyEnvelope; */
NS_IMETHODIMP nsMsgMessageUrl::GetAddDummyEnvelope(bool *aAddDummyEnvelope)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMessageUrl::SetAddDummyEnvelope(bool aAddDummyEnvelope)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean canonicalLineEnding; */
NS_IMETHODIMP nsMsgMessageUrl::GetCanonicalLineEnding(bool *aCanonicalLineEnding)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMessageUrl::SetCanonicalLineEnding(bool aCanonicalLineEnding)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute string originalSpec; */
NS_IMETHODIMP nsMsgMessageUrl::GetOriginalSpec(char * *aOriginalSpec)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMessageUrl::SetOriginalSpec(const char * aOriginalSpec)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute nsIMsgDBHdr messageHeader; */
NS_IMETHODIMP nsMsgMessageUrl::GetMessageHeader(nsIMsgDBHdr * *aMessageHeader)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgMessageUrl::SetMessageHeader(nsIMsgDBHdr *aMessageHeader)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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


/* starting interface:    nsIMsgI18NUrl */
#define NS_IMSGI18NURL_IID_STR "d71e0785-2862-11d4-98c1-001083010e9b"

#define NS_IMSGI18NURL_IID \
  {0xd71e0785, 0x2862, 0x11d4, \
    { 0x98, 0xc1, 0x00, 0x10, 0x83, 0x01, 0x0e, 0x9b }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgI18NUrl : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGI18NURL_IID)

  /* readonly attribute string folderCharset; */
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharset(char * *aFolderCharset) = 0;

  /* readonly attribute boolean folderCharsetOverride; */
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharsetOverride(bool *aFolderCharsetOverride) = 0;

  /* attribute string charsetOverRide; */
  NS_SCRIPTABLE NS_IMETHOD GetCharsetOverRide(char * *aCharsetOverRide) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetCharsetOverRide(const char * aCharsetOverRide) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgI18NUrl, NS_IMSGI18NURL_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGI18NURL \
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharset(char * *aFolderCharset); \
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharsetOverride(bool *aFolderCharsetOverride); \
  NS_SCRIPTABLE NS_IMETHOD GetCharsetOverRide(char * *aCharsetOverRide); \
  NS_SCRIPTABLE NS_IMETHOD SetCharsetOverRide(const char * aCharsetOverRide); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGI18NURL(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharset(char * *aFolderCharset) { return _to GetFolderCharset(aFolderCharset); } \
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharsetOverride(bool *aFolderCharsetOverride) { return _to GetFolderCharsetOverride(aFolderCharsetOverride); } \
  NS_SCRIPTABLE NS_IMETHOD GetCharsetOverRide(char * *aCharsetOverRide) { return _to GetCharsetOverRide(aCharsetOverRide); } \
  NS_SCRIPTABLE NS_IMETHOD SetCharsetOverRide(const char * aCharsetOverRide) { return _to SetCharsetOverRide(aCharsetOverRide); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGI18NURL(_to) \
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharset(char * *aFolderCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolderCharset(aFolderCharset); } \
  NS_SCRIPTABLE NS_IMETHOD GetFolderCharsetOverride(bool *aFolderCharsetOverride) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolderCharsetOverride(aFolderCharsetOverride); } \
  NS_SCRIPTABLE NS_IMETHOD GetCharsetOverRide(char * *aCharsetOverRide) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCharsetOverRide(aCharsetOverRide); } \
  NS_SCRIPTABLE NS_IMETHOD SetCharsetOverRide(const char * aCharsetOverRide) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCharsetOverRide(aCharsetOverRide); } 

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

/* Header file */
class nsMsgI18NUrl : public nsIMsgI18NUrl
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIMSGI18NURL

  nsMsgI18NUrl();

private:
  ~nsMsgI18NUrl();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgI18NUrl, nsIMsgI18NUrl)

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

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

/* readonly attribute string folderCharset; */
NS_IMETHODIMP nsMsgI18NUrl::GetFolderCharset(char * *aFolderCharset)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute boolean folderCharsetOverride; */
NS_IMETHODIMP nsMsgI18NUrl::GetFolderCharsetOverride(bool *aFolderCharsetOverride)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute string charsetOverRide; */
NS_IMETHODIMP nsMsgI18NUrl::GetCharsetOverRide(char * *aCharsetOverRide)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgI18NUrl::SetCharsetOverRide(const char * aCharsetOverRide)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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


#endif /* __gen_nsIMsgMailNewsUrl_h__ */