| components.conf |
|
3320 |
- |
| moz.build |
|
774 |
- |
| NewsAutoCompleteSearch.sys.mjs |
@param {string} searchString - The search string.
|
3566 |
- |
| NewsDownloader.sys.mjs |
Download articles in subscribed newsgroups for offline use.
|
7296 |
- |
| NntpChannel.sys.mjs |
A channel to interact with NNTP server.
@implements {nsIChannel}
@implements {nsIRequest}
@implements {nsICacheEntryOpenCallback}
|
9918 |
- |
| NntpClient.sys.mjs |
A structure to represent a response received from the server. A response can
be a single status line of a multi-line data block.
@typedef {object} NntpResponse
@property {number} status - The status code of the response.
@property {string} statusText - The status line of the response excluding the
status code.
@property {string} data - The part of a multi-line data block excluding the
status line.
|
37193 |
- |
| NntpIncomingServer.sys.mjs |
A class to represent a NNTP server.
@implements {nsINntpIncomingServer}
@implements {nsIMsgIncomingServer}
@implements {nsISupportsWeakReference}
@implements {nsISubscribableServer}
@implements {nsIUrlListener}
|
17284 |
- |
| NntpMessageService.sys.mjs |
A message service for news-message://, mainly used for displaying messages.
@implements {nsIMsgMessageService}
@implements {nsIMsgMessageFetchPartService}
|
7973 |
- |
| NntpNewsGroup.sys.mjs |
A helper class for NntpClient to deal with msg db and folders.
|
12188 |
- |
| NntpProtocolHandler.sys.mjs |
@implements {nsIProtocolHandler}
|
1274 |
- |
| NntpProtocolInfo.sys.mjs |
@implements {nsIMsgProtocolInfo}
|
1223 |
- |
| NntpService.sys.mjs |
@implements {nsINntpService}
|
7786 |
- |
| NntpUtils.sys.mjs |
Collection of helper functions for NNTP.
|
2014 |
- |
| nsNewsFolder.cpp |
|
38312 |
- |
| nsNewsFolder.h |
Interface for representing News folders.
|
4354 |
- |