components.conf |
|
574 |
DatabaseCore.cpp |
Ensures a mozIStorageConnection to panorama.sqlite in the profile folder.
|
5401 |
DatabaseCore.h |
|
1179 |
DatabaseUtils.cpp |
static |
968 |
DatabaseUtils.h |
Normalizes a string to Unicode canonical composition form. Strings should
be normalized before being inserted into the database. This will prevent
mistakes when comparing strings containing non-ASCII characters.
|
736 |
Folder.cpp |
|
2759 |
Folder.h |
|
1113 |
FolderCollector.cpp |
This is a stub mailbox finder for mbox-based accounts. It should live in
`nsMsgBrkMBoxStore` (and there should be a maildir equivalent) but until we
have decided it's really what we want to do and have tested it properly, it
lives here where it cannot do any harm to live code.
|
5353 |
FolderCollector.h |
|
671 |
FolderComparator.cpp |
|
2316 |
FolderComparator.h |
Compares folders for display in the right order. Folders with an ordinal in
the database are sorted ahead of those without. Folders without an ordinal
are sorted in alphabetical order.
A future version of this class will handle special folder types (e.g.
Inbox, which goes ahead of ordinary folders).
|
1092 |
FolderDatabase.cpp |
Initialization functions. Initialization occurs mostly off the main thread
and the Promise returned by `Startup` resolves when it is complete.
Code MUST NOT attempt to access folders before then. Folder notifications
are not emitted during initialization.
|
15184 |
FolderDatabase.h |
|
1490 |
moz.build |
|
561 |