Instance Property
lines
The reply content lines, with the status-code prefix stripped.
let lines: [String]
Discussion
For multi-line replies, the array contains one element per content line in receive order. For single-line replies the array has exactly one element. The status-code prefix ("250-", "250 ", "250+") is not preserved — consumers that need it should inspect statusCode directly.