You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/melib/src/nntp
Manos Pitsidianakis b603524bc3 melib/nntp: log error when command length exceeds 512 octets
According to RFC 3977:

> Command lines MUST NOT exceed 512 octets, which includes the
> terminating CRLF pair

This commit adds a log::error entry when any sent command exceeds that
limit and recommends the user to report this as a bug.
11 months ago
..
connection.rs melib/nntp: log error when command length exceeds 512 octets 11 months ago
mailbox.rs melib: move backends out of the backends module 11 months ago
mod.rs melib/nntp: limit LIST ACTIVE command length to 512 octets 11 months ago
operations.rs melib: move backends out of the backends module 11 months ago
protocol_parser.rs melib: move backends out of the backends module 11 months ago
store.rs melib/smtp: use localhost in lieu of 127.0.0.1 for CI 11 months ago