]> Sergey Matveev's repositories - public-inbox.git/commit
imap: always include `resp-text' in responses
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:12 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commitc3787e5344ee0cdf2542c6c8998807ed9d1453e5
treee737e3c795b9caa4be7ada57fb2a9c5bedfe2fde
parent303d84f31df8d03a74677fd345c539a7ffa0580f
imap: always include `resp-text' in responses

Mail::IMAPClient doesn't seem to mind the lack of `resp-text';
but it's required by RFC 3501.  Preliminary tests with
offlineimap(1) indicates the presence of `resp-text' is
necessary, even if it's just the freeform `text'.

And make the `text' more consistent, favoring "done" over
"complete" or "completed"; while we're at it.
lib/PublicInbox/IMAP.pm