/usr/include/thunderbird/nsIPop3Sink.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 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/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-efb7c3069d40"
#define NS_IPOP3SINK_IID \
{0xceabfc6b, 0xf139, 0x4c25, \
{ 0x89, 0x0f, 0xef, 0xb7, 0xc3, 0x06, 0x9d, 0x40 }}
class NS_NO_VTABLE nsIPop3Sink : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IPOP3SINK_IID)
/* attribute boolean userAuthenticated; */
NS_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated) = 0;
NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated) = 0;
/* attribute ACString mailAccountURL; */
NS_IMETHOD GetMailAccountURL(nsACString & aMailAccountURL) = 0;
NS_IMETHOD SetMailAccountURL(const nsACString & aMailAccountURL) = 0;
/* attribute boolean buildMessageUri; */
NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri) = 0;
NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri) = 0;
/* attribute string messageUri; */
NS_IMETHOD GetMessageUri(char * *aMessageUri) = 0;
NS_IMETHOD SetMessageUri(const char * aMessageUri) = 0;
/* attribute string baseMessageUri; */
NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri) = 0;
NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri) = 0;
/* attribute ACString origMessageUri; */
NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri) = 0;
NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri) = 0;
/* boolean BeginMailDelivery (in boolean uidlDownload, in nsIMsgWindow msgWindow); */
NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval) = 0;
/* void endMailDelivery (in nsIPop3Protocol protocol); */
NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol) = 0;
/* void AbortMailDelivery (in nsIPop3Protocol protocol); */
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, uint32_t flags, void **_retval) = 0;
/* [noscript] void IncorporateWrite (in string block, in long length); */
NS_IMETHOD IncorporateWrite(const char * block, int32_t length) = 0;
/* [noscript] void IncorporateComplete (in nsIMsgWindow aMsgWindow, in int32_t aSize); */
NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, int32_t aSize) = 0;
/* [noscript] void IncorporateAbort (in boolean uidlDownload); */
NS_IMETHOD IncorporateAbort(bool uidlDownload) = 0;
/* void BiffGetNewMail (); */
NS_IMETHOD BiffGetNewMail(void) = 0;
/* void setMsgsToDownload (in unsigned long aNumMessages); */
NS_IMETHOD SetMsgsToDownload(uint32_t aNumMessages) = 0;
/* void SetBiffStateAndUpdateFE (in unsigned long biffState, in long numNewMessages, in boolean notify); */
NS_IMETHOD SetBiffStateAndUpdateFE(uint32_t biffState, int32_t 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_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) = 0;
NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer) = 0;
/* attribute nsIMsgFolder folder; */
NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) = 0;
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_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated) override; \
NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated) override; \
NS_IMETHOD GetMailAccountURL(nsACString & aMailAccountURL) override; \
NS_IMETHOD SetMailAccountURL(const nsACString & aMailAccountURL) override; \
NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri) override; \
NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri) override; \
NS_IMETHOD GetMessageUri(char * *aMessageUri) override; \
NS_IMETHOD SetMessageUri(const char * aMessageUri) override; \
NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri) override; \
NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri) override; \
NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri) override; \
NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri) override; \
NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval) override; \
NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol) override; \
NS_IMETHOD AbortMailDelivery(nsIPop3Protocol *protocol) override; \
NS_IMETHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, uint32_t flags, void **_retval) override; \
NS_IMETHOD IncorporateWrite(const char * block, int32_t length) override; \
NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, int32_t aSize) override; \
NS_IMETHOD IncorporateAbort(bool uidlDownload) override; \
NS_IMETHOD BiffGetNewMail(void) override; \
NS_IMETHOD SetMsgsToDownload(uint32_t aNumMessages) override; \
NS_IMETHOD SetBiffStateAndUpdateFE(uint32_t biffState, int32_t numNewMessages, bool notify) override; \
NS_IMETHOD SetSenderAuthedFlag(void *closure, bool authed) override; \
NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) override; \
NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer) override; \
NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) override; \
NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) 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_NSIPOP3SINK \
NS_METHOD GetUserAuthenticated(bool *aUserAuthenticated); \
NS_METHOD SetUserAuthenticated(bool aUserAuthenticated); \
NS_METHOD GetMailAccountURL(nsACString & aMailAccountURL); \
NS_METHOD SetMailAccountURL(const nsACString & aMailAccountURL); \
NS_METHOD GetBuildMessageUri(bool *aBuildMessageUri); \
NS_METHOD SetBuildMessageUri(bool aBuildMessageUri); \
NS_METHOD GetMessageUri(char * *aMessageUri); \
NS_METHOD SetMessageUri(const char * aMessageUri); \
NS_METHOD GetBaseMessageUri(char * *aBaseMessageUri); \
NS_METHOD SetBaseMessageUri(const char * aBaseMessageUri); \
NS_METHOD GetOrigMessageUri(nsACString & aOrigMessageUri); \
NS_METHOD SetOrigMessageUri(const nsACString & aOrigMessageUri); \
NS_METHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval); \
NS_METHOD EndMailDelivery(nsIPop3Protocol *protocol); \
NS_METHOD AbortMailDelivery(nsIPop3Protocol *protocol); \
NS_METHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, uint32_t flags, void **_retval); \
NS_METHOD IncorporateWrite(const char * block, int32_t length); \
NS_METHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, int32_t aSize); \
NS_METHOD IncorporateAbort(bool uidlDownload); \
NS_METHOD BiffGetNewMail(void); \
NS_METHOD SetMsgsToDownload(uint32_t aNumMessages); \
NS_METHOD SetBiffStateAndUpdateFE(uint32_t biffState, int32_t numNewMessages, bool notify); \
NS_METHOD SetSenderAuthedFlag(void *closure, bool authed); \
NS_METHOD GetPopServer(nsIPop3IncomingServer * *aPopServer); \
NS_METHOD SetPopServer(nsIPop3IncomingServer *aPopServer); \
NS_METHOD GetFolder(nsIMsgFolder * *aFolder); \
NS_METHOD 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_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated) override { return _to GetUserAuthenticated(aUserAuthenticated); } \
NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated) override { return _to SetUserAuthenticated(aUserAuthenticated); } \
NS_IMETHOD GetMailAccountURL(nsACString & aMailAccountURL) override { return _to GetMailAccountURL(aMailAccountURL); } \
NS_IMETHOD SetMailAccountURL(const nsACString & aMailAccountURL) override { return _to SetMailAccountURL(aMailAccountURL); } \
NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri) override { return _to GetBuildMessageUri(aBuildMessageUri); } \
NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri) override { return _to SetBuildMessageUri(aBuildMessageUri); } \
NS_IMETHOD GetMessageUri(char * *aMessageUri) override { return _to GetMessageUri(aMessageUri); } \
NS_IMETHOD SetMessageUri(const char * aMessageUri) override { return _to SetMessageUri(aMessageUri); } \
NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri) override { return _to GetBaseMessageUri(aBaseMessageUri); } \
NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri) override { return _to SetBaseMessageUri(aBaseMessageUri); } \
NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri) override { return _to GetOrigMessageUri(aOrigMessageUri); } \
NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri) override { return _to SetOrigMessageUri(aOrigMessageUri); } \
NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval) override { return _to BeginMailDelivery(uidlDownload, msgWindow, _retval); } \
NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol) override { return _to EndMailDelivery(protocol); } \
NS_IMETHOD AbortMailDelivery(nsIPop3Protocol *protocol) override { return _to AbortMailDelivery(protocol); } \
NS_IMETHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, uint32_t flags, void **_retval) override { return _to IncorporateBegin(uidlString, aURL, flags, _retval); } \
NS_IMETHOD IncorporateWrite(const char * block, int32_t length) override { return _to IncorporateWrite(block, length); } \
NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, int32_t aSize) override { return _to IncorporateComplete(aMsgWindow, aSize); } \
NS_IMETHOD IncorporateAbort(bool uidlDownload) override { return _to IncorporateAbort(uidlDownload); } \
NS_IMETHOD BiffGetNewMail(void) override { return _to BiffGetNewMail(); } \
NS_IMETHOD SetMsgsToDownload(uint32_t aNumMessages) override { return _to SetMsgsToDownload(aNumMessages); } \
NS_IMETHOD SetBiffStateAndUpdateFE(uint32_t biffState, int32_t numNewMessages, bool notify) override { return _to SetBiffStateAndUpdateFE(biffState, numNewMessages, notify); } \
NS_IMETHOD SetSenderAuthedFlag(void *closure, bool authed) override { return _to SetSenderAuthedFlag(closure, authed); } \
NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) override { return _to GetPopServer(aPopServer); } \
NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer) override { return _to SetPopServer(aPopServer); } \
NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) override { return _to GetFolder(aFolder); } \
NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) override { 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_IMETHOD GetUserAuthenticated(bool *aUserAuthenticated) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUserAuthenticated(aUserAuthenticated); } \
NS_IMETHOD SetUserAuthenticated(bool aUserAuthenticated) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUserAuthenticated(aUserAuthenticated); } \
NS_IMETHOD GetMailAccountURL(nsACString & aMailAccountURL) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMailAccountURL(aMailAccountURL); } \
NS_IMETHOD SetMailAccountURL(const nsACString & aMailAccountURL) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMailAccountURL(aMailAccountURL); } \
NS_IMETHOD GetBuildMessageUri(bool *aBuildMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBuildMessageUri(aBuildMessageUri); } \
NS_IMETHOD SetBuildMessageUri(bool aBuildMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBuildMessageUri(aBuildMessageUri); } \
NS_IMETHOD GetMessageUri(char * *aMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMessageUri(aMessageUri); } \
NS_IMETHOD SetMessageUri(const char * aMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMessageUri(aMessageUri); } \
NS_IMETHOD GetBaseMessageUri(char * *aBaseMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBaseMessageUri(aBaseMessageUri); } \
NS_IMETHOD SetBaseMessageUri(const char * aBaseMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBaseMessageUri(aBaseMessageUri); } \
NS_IMETHOD GetOrigMessageUri(nsACString & aOrigMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOrigMessageUri(aOrigMessageUri); } \
NS_IMETHOD SetOrigMessageUri(const nsACString & aOrigMessageUri) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOrigMessageUri(aOrigMessageUri); } \
NS_IMETHOD BeginMailDelivery(bool uidlDownload, nsIMsgWindow *msgWindow, bool *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->BeginMailDelivery(uidlDownload, msgWindow, _retval); } \
NS_IMETHOD EndMailDelivery(nsIPop3Protocol *protocol) override { return !_to ? NS_ERROR_NULL_POINTER : _to->EndMailDelivery(protocol); } \
NS_IMETHOD AbortMailDelivery(nsIPop3Protocol *protocol) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AbortMailDelivery(protocol); } \
NS_IMETHOD IncorporateBegin(const char * uidlString, nsIURI *aURL, uint32_t flags, void **_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateBegin(uidlString, aURL, flags, _retval); } \
NS_IMETHOD IncorporateWrite(const char * block, int32_t length) override { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateWrite(block, length); } \
NS_IMETHOD IncorporateComplete(nsIMsgWindow *aMsgWindow, int32_t aSize) override { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateComplete(aMsgWindow, aSize); } \
NS_IMETHOD IncorporateAbort(bool uidlDownload) override { return !_to ? NS_ERROR_NULL_POINTER : _to->IncorporateAbort(uidlDownload); } \
NS_IMETHOD BiffGetNewMail(void) override { return !_to ? NS_ERROR_NULL_POINTER : _to->BiffGetNewMail(); } \
NS_IMETHOD SetMsgsToDownload(uint32_t aNumMessages) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgsToDownload(aNumMessages); } \
NS_IMETHOD SetBiffStateAndUpdateFE(uint32_t biffState, int32_t numNewMessages, bool notify) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBiffStateAndUpdateFE(biffState, numNewMessages, notify); } \
NS_IMETHOD SetSenderAuthedFlag(void *closure, bool authed) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSenderAuthedFlag(closure, authed); } \
NS_IMETHOD GetPopServer(nsIPop3IncomingServer * *aPopServer) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPopServer(aPopServer); } \
NS_IMETHOD SetPopServer(nsIPop3IncomingServer *aPopServer) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPopServer(aPopServer); } \
NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolder(aFolder); } \
NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) override { 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_ISUPPORTS(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 ACString mailAccountURL; */
NS_IMETHODIMP nsPop3Sink::GetMailAccountURL(nsACString & aMailAccountURL)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPop3Sink::SetMailAccountURL(const nsACString & 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)
{
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, uint32_t flags, void **_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void IncorporateWrite (in string block, in long length); */
NS_IMETHODIMP nsPop3Sink::IncorporateWrite(const char * block, int32_t length)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void IncorporateComplete (in nsIMsgWindow aMsgWindow, in int32_t aSize); */
NS_IMETHODIMP nsPop3Sink::IncorporateComplete(nsIMsgWindow *aMsgWindow, int32_t 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(uint32_t aNumMessages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void SetBiffStateAndUpdateFE (in unsigned long biffState, in long numNewMessages, in boolean notify); */
NS_IMETHODIMP nsPop3Sink::SetBiffStateAndUpdateFE(uint32_t biffState, int32_t 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__ */
|