Bug #16927 add GetMessageUrlFromUri to nsIMsgMessageService

r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@51666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-10-23 23:39:57 +00:00
parent 0b058cd771
commit 684b3cc1bb

View File

@@ -80,4 +80,11 @@ interface nsIMsgMessageService : nsISupports {
%}
void SaveMessageToDisk(in string aMessageURI, in nsIFileSpec aFile, in boolean aGenerateDummyEnvelope,
in nsIUrlListener aUrlListener, out nsIURI aURL);
/////////////////////////////////////////////////////////////////////
// GetUrlForUri: when you have a uri and you would like to convert that
// to a url which can be run through necko, you can use this method.
// the Uri MUST refer to a message and not a folder!
void GetUrlForUri(in string aMessageURI, out nsIURI aURL);
};