supportsChunking property
bool
get
supportsChunking
Checks if the server supports chunked message transfer using the BDATA
command.
Compare https://tools.ietf.org/html/rfc3030 for details
Implementation
bool get supportsChunking => capabilities.contains('CHUNKING');