moz.build |
|
356 |
nsIDatabaseCore.idl |
Open a connection to the database and load in the folders from it.
Returns a promise that resolves (with no value) when loading is complete.
|
1682 |
nsIFolderDatabase.idl |
Get a folder identified by its path.
If individual folder names contain '/', it should be
percent-encoded when used in a path.
e.g. a folder called "I/O Stuff", would appear in a path like:
"server1/I%2FO Stuff/gpio"
The search is unicode-aware, so the following paths
are considered equivalent:
"server2/stuff/süb1"
"server2/stuff/s\u00FCb1"
"server2/stuff/su\u0308b1"
If the path does not exist, a folder id of 0 will be returned.
|
8035 |
nsILiveView.idl |
Initialization functions.
Once a LiveView is initialised with one of these functions, or a database
call is made on an uninitialised LiveView, these cannot be called again.
|
2775 |
nsIMessageDatabase.idl |
The count of all messages in the database.
|
1586 |