/usr/include/thunderbird-11.0.1/nsIMsgProtocolInfo.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 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/base/public/nsIMsgProtocolInfo.idl
*/
#ifndef __gen_nsIMsgProtocolInfo_h__
#define __gen_nsIMsgProtocolInfo_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsILocalFile; /* forward declaration */
#define NS_MSGPROTOCOLINFO_CONTRACTID_PREFIX \
"@mozilla.org/messenger/protocol/info;1?type="
/* starting interface: nsIMsgProtocolInfo */
#define NS_IMSGPROTOCOLINFO_IID_STR "9428b5f5-8b12-493c-aae2-18296c2877b0"
#define NS_IMSGPROTOCOLINFO_IID \
{0x9428b5f5, 0x8b12, 0x493c, \
{ 0xaa, 0xe2, 0x18, 0x29, 0x6c, 0x28, 0x77, 0xb0 }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgProtocolInfo : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGPROTOCOLINFO_IID)
/* attribute nsILocalFile defaultLocalPath; */
NS_SCRIPTABLE NS_IMETHOD GetDefaultLocalPath(nsILocalFile * *aDefaultLocalPath) = 0;
NS_SCRIPTABLE NS_IMETHOD SetDefaultLocalPath(nsILocalFile *aDefaultLocalPath) = 0;
/* readonly attribute nsIIDPtr serverIID; */
NS_SCRIPTABLE NS_IMETHOD GetServerIID(nsIID **aServerIID) = 0;
/* readonly attribute boolean requiresUsername; */
NS_SCRIPTABLE NS_IMETHOD GetRequiresUsername(bool *aRequiresUsername) = 0;
/* readonly attribute boolean preflightPrettyNameWithEmailAddress; */
NS_SCRIPTABLE NS_IMETHOD GetPreflightPrettyNameWithEmailAddress(bool *aPreflightPrettyNameWithEmailAddress) = 0;
/* readonly attribute boolean canDelete; */
NS_SCRIPTABLE NS_IMETHOD GetCanDelete(bool *aCanDelete) = 0;
/* readonly attribute boolean canLoginAtStartUp; */
NS_SCRIPTABLE NS_IMETHOD GetCanLoginAtStartUp(bool *aCanLoginAtStartUp) = 0;
/* readonly attribute boolean canDuplicate; */
NS_SCRIPTABLE NS_IMETHOD GetCanDuplicate(bool *aCanDuplicate) = 0;
/* long getDefaultServerPort (in boolean isSecure); */
NS_SCRIPTABLE NS_IMETHOD GetDefaultServerPort(bool isSecure, PRInt32 *_retval NS_OUTPARAM) = 0;
/* readonly attribute boolean canGetMessages; */
NS_SCRIPTABLE NS_IMETHOD GetCanGetMessages(bool *aCanGetMessages) = 0;
/* readonly attribute boolean canGetIncomingMessages; */
NS_SCRIPTABLE NS_IMETHOD GetCanGetIncomingMessages(bool *aCanGetIncomingMessages) = 0;
/* readonly attribute boolean defaultDoBiff; */
NS_SCRIPTABLE NS_IMETHOD GetDefaultDoBiff(bool *aDefaultDoBiff) = 0;
/* readonly attribute boolean showComposeMsgLink; */
NS_SCRIPTABLE NS_IMETHOD GetShowComposeMsgLink(bool *aShowComposeMsgLink) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgProtocolInfo, NS_IMSGPROTOCOLINFO_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGPROTOCOLINFO \
NS_SCRIPTABLE NS_IMETHOD GetDefaultLocalPath(nsILocalFile * *aDefaultLocalPath); \
NS_SCRIPTABLE NS_IMETHOD SetDefaultLocalPath(nsILocalFile *aDefaultLocalPath); \
NS_SCRIPTABLE NS_IMETHOD GetServerIID(nsIID **aServerIID); \
NS_SCRIPTABLE NS_IMETHOD GetRequiresUsername(bool *aRequiresUsername); \
NS_SCRIPTABLE NS_IMETHOD GetPreflightPrettyNameWithEmailAddress(bool *aPreflightPrettyNameWithEmailAddress); \
NS_SCRIPTABLE NS_IMETHOD GetCanDelete(bool *aCanDelete); \
NS_SCRIPTABLE NS_IMETHOD GetCanLoginAtStartUp(bool *aCanLoginAtStartUp); \
NS_SCRIPTABLE NS_IMETHOD GetCanDuplicate(bool *aCanDuplicate); \
NS_SCRIPTABLE NS_IMETHOD GetDefaultServerPort(bool isSecure, PRInt32 *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetCanGetMessages(bool *aCanGetMessages); \
NS_SCRIPTABLE NS_IMETHOD GetCanGetIncomingMessages(bool *aCanGetIncomingMessages); \
NS_SCRIPTABLE NS_IMETHOD GetDefaultDoBiff(bool *aDefaultDoBiff); \
NS_SCRIPTABLE NS_IMETHOD GetShowComposeMsgLink(bool *aShowComposeMsgLink);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGPROTOCOLINFO(_to) \
NS_SCRIPTABLE NS_IMETHOD GetDefaultLocalPath(nsILocalFile * *aDefaultLocalPath) { return _to GetDefaultLocalPath(aDefaultLocalPath); } \
NS_SCRIPTABLE NS_IMETHOD SetDefaultLocalPath(nsILocalFile *aDefaultLocalPath) { return _to SetDefaultLocalPath(aDefaultLocalPath); } \
NS_SCRIPTABLE NS_IMETHOD GetServerIID(nsIID **aServerIID) { return _to GetServerIID(aServerIID); } \
NS_SCRIPTABLE NS_IMETHOD GetRequiresUsername(bool *aRequiresUsername) { return _to GetRequiresUsername(aRequiresUsername); } \
NS_SCRIPTABLE NS_IMETHOD GetPreflightPrettyNameWithEmailAddress(bool *aPreflightPrettyNameWithEmailAddress) { return _to GetPreflightPrettyNameWithEmailAddress(aPreflightPrettyNameWithEmailAddress); } \
NS_SCRIPTABLE NS_IMETHOD GetCanDelete(bool *aCanDelete) { return _to GetCanDelete(aCanDelete); } \
NS_SCRIPTABLE NS_IMETHOD GetCanLoginAtStartUp(bool *aCanLoginAtStartUp) { return _to GetCanLoginAtStartUp(aCanLoginAtStartUp); } \
NS_SCRIPTABLE NS_IMETHOD GetCanDuplicate(bool *aCanDuplicate) { return _to GetCanDuplicate(aCanDuplicate); } \
NS_SCRIPTABLE NS_IMETHOD GetDefaultServerPort(bool isSecure, PRInt32 *_retval NS_OUTPARAM) { return _to GetDefaultServerPort(isSecure, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetCanGetMessages(bool *aCanGetMessages) { return _to GetCanGetMessages(aCanGetMessages); } \
NS_SCRIPTABLE NS_IMETHOD GetCanGetIncomingMessages(bool *aCanGetIncomingMessages) { return _to GetCanGetIncomingMessages(aCanGetIncomingMessages); } \
NS_SCRIPTABLE NS_IMETHOD GetDefaultDoBiff(bool *aDefaultDoBiff) { return _to GetDefaultDoBiff(aDefaultDoBiff); } \
NS_SCRIPTABLE NS_IMETHOD GetShowComposeMsgLink(bool *aShowComposeMsgLink) { return _to GetShowComposeMsgLink(aShowComposeMsgLink); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGPROTOCOLINFO(_to) \
NS_SCRIPTABLE NS_IMETHOD GetDefaultLocalPath(nsILocalFile * *aDefaultLocalPath) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDefaultLocalPath(aDefaultLocalPath); } \
NS_SCRIPTABLE NS_IMETHOD SetDefaultLocalPath(nsILocalFile *aDefaultLocalPath) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDefaultLocalPath(aDefaultLocalPath); } \
NS_SCRIPTABLE NS_IMETHOD GetServerIID(nsIID **aServerIID) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetServerIID(aServerIID); } \
NS_SCRIPTABLE NS_IMETHOD GetRequiresUsername(bool *aRequiresUsername) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequiresUsername(aRequiresUsername); } \
NS_SCRIPTABLE NS_IMETHOD GetPreflightPrettyNameWithEmailAddress(bool *aPreflightPrettyNameWithEmailAddress) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPreflightPrettyNameWithEmailAddress(aPreflightPrettyNameWithEmailAddress); } \
NS_SCRIPTABLE NS_IMETHOD GetCanDelete(bool *aCanDelete) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanDelete(aCanDelete); } \
NS_SCRIPTABLE NS_IMETHOD GetCanLoginAtStartUp(bool *aCanLoginAtStartUp) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanLoginAtStartUp(aCanLoginAtStartUp); } \
NS_SCRIPTABLE NS_IMETHOD GetCanDuplicate(bool *aCanDuplicate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanDuplicate(aCanDuplicate); } \
NS_SCRIPTABLE NS_IMETHOD GetDefaultServerPort(bool isSecure, PRInt32 *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDefaultServerPort(isSecure, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetCanGetMessages(bool *aCanGetMessages) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanGetMessages(aCanGetMessages); } \
NS_SCRIPTABLE NS_IMETHOD GetCanGetIncomingMessages(bool *aCanGetIncomingMessages) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanGetIncomingMessages(aCanGetIncomingMessages); } \
NS_SCRIPTABLE NS_IMETHOD GetDefaultDoBiff(bool *aDefaultDoBiff) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDefaultDoBiff(aDefaultDoBiff); } \
NS_SCRIPTABLE NS_IMETHOD GetShowComposeMsgLink(bool *aShowComposeMsgLink) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShowComposeMsgLink(aShowComposeMsgLink); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsMsgProtocolInfo : public nsIMsgProtocolInfo
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIMSGPROTOCOLINFO
nsMsgProtocolInfo();
private:
~nsMsgProtocolInfo();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgProtocolInfo, nsIMsgProtocolInfo)
nsMsgProtocolInfo::nsMsgProtocolInfo()
{
/* member initializers and constructor code */
}
nsMsgProtocolInfo::~nsMsgProtocolInfo()
{
/* destructor code */
}
/* attribute nsILocalFile defaultLocalPath; */
NS_IMETHODIMP nsMsgProtocolInfo::GetDefaultLocalPath(nsILocalFile * *aDefaultLocalPath)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgProtocolInfo::SetDefaultLocalPath(nsILocalFile *aDefaultLocalPath)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIIDPtr serverIID; */
NS_IMETHODIMP nsMsgProtocolInfo::GetServerIID(nsIID **aServerIID)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean requiresUsername; */
NS_IMETHODIMP nsMsgProtocolInfo::GetRequiresUsername(bool *aRequiresUsername)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean preflightPrettyNameWithEmailAddress; */
NS_IMETHODIMP nsMsgProtocolInfo::GetPreflightPrettyNameWithEmailAddress(bool *aPreflightPrettyNameWithEmailAddress)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean canDelete; */
NS_IMETHODIMP nsMsgProtocolInfo::GetCanDelete(bool *aCanDelete)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean canLoginAtStartUp; */
NS_IMETHODIMP nsMsgProtocolInfo::GetCanLoginAtStartUp(bool *aCanLoginAtStartUp)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean canDuplicate; */
NS_IMETHODIMP nsMsgProtocolInfo::GetCanDuplicate(bool *aCanDuplicate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* long getDefaultServerPort (in boolean isSecure); */
NS_IMETHODIMP nsMsgProtocolInfo::GetDefaultServerPort(bool isSecure, PRInt32 *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean canGetMessages; */
NS_IMETHODIMP nsMsgProtocolInfo::GetCanGetMessages(bool *aCanGetMessages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean canGetIncomingMessages; */
NS_IMETHODIMP nsMsgProtocolInfo::GetCanGetIncomingMessages(bool *aCanGetIncomingMessages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean defaultDoBiff; */
NS_IMETHODIMP nsMsgProtocolInfo::GetDefaultDoBiff(bool *aDefaultDoBiff)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean showComposeMsgLink; */
NS_IMETHODIMP nsMsgProtocolInfo::GetShowComposeMsgLink(bool *aShowComposeMsgLink)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIMsgProtocolInfo_h__ */
|