01-03-2020, 12:16 PM
How to get not only group names but group descriptions?
NNTP group info
|
01-03-2020, 12:16 PM
How to get not only group names but group descriptions?
You have to send the server a 'LIST NEWSGROUPS' command. However, TIdNNTP does not implement that particular command at this time (it currently only implements 'LIST', 'LIST OVERVIEW.FMT', and 'LIST EXTENSIONS'), so you will have to send the command manually and then parse the response yourself, eg:
Code: var |
« Next Oldest | Next Newest »
|