-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
enhancementNew feature or requestNew feature or request
Description
The Usenet server that I am using does not support the OVER command. It only supports the older XOVER command. For backwards compatibility, perhaps this library should also support XOVER. The syntax is identical to OVER, except for the additional X in XOVER.
I've already coded XOVER by copying OVER and adding the X. There is certainly a more elegant way to implement XOVER without copying the entire method. If this is something valuable to the project, I will create the more elegant solution and create a pull request.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request