mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
stub GetShowAttachmentsInline method
This commit is contained in:
parent
fc1b63ea1f
commit
a84d9a7ebe
@ -189,6 +189,8 @@ public:
|
||||
GenericInfo* aInfo);
|
||||
NS_IMETHOD GetShouldDownloadArbitraryHeaders(nsIImapProtocol* aProtocol,
|
||||
GenericInfo* aInfo);
|
||||
NS_IMETHOD GetShowAttachmentsInline(nsIImapProtocol* aProtocol,
|
||||
PRBool* aBool);
|
||||
NS_IMETHOD HeaderFetchCompleted(nsIImapProtocol* aProtocol);
|
||||
NS_IMETHOD UpdateSecurityStatus(nsIImapProtocol* aProtocol);
|
||||
// ****
|
||||
@ -853,6 +855,14 @@ nsIMAP4TestDriver::GetShouldDownloadArbitraryHeaders(nsIImapProtocol* aProtocol,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsIMAP4TestDriver::GetShowAttachmentsInline(nsIImapProtocol* aProtocol,
|
||||
PRBool* aBool)
|
||||
{
|
||||
printf("**** nsIMAP4TestDriver::GetShowAttachmentsInLine\r\n");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsIMAP4TestDriver::HeaderFetchCompleted(nsIImapProtocol* aProtocol)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user