Functions | |
| PRInt64 | DecodeFolder (const nsCString &aName) |
| Converts a folder name to a folder id. | |
| void | AppendFolder (nsCString &aQuery, PRInt64 aFolderID) |
| Converts a folder id to a named constant, or a string representation of the folder id if there is no named constant for the folder, and appends it to aQuery. | |
| aName | The name of the folder to convert to a folder id. |
| aQuery | The string to append the folder string to. This is generally a query string, but could really be anything. | |
| aFolderID | The folder ID to convert to the proper named constant. |
1.5.6