summaryrefslogtreecommitdiffstats
path: root/imap/fetch.c
diff options
context:
space:
mode:
authorSam Varshavchik2018-07-21 10:43:40 -0400
committerSam Varshavchik2018-07-21 10:44:43 -0400
commit14179a773e02455620b8db480e5cde990301bdb1 (patch)
tree26f00c12281c8488e37fbfe07f4324f2e641f1eb /imap/fetch.c
parentf7786ceaa39b846007a38495c169fbaa23a3f7d0 (diff)
downloadcourier-libs-14179a773e02455620b8db480e5cde990301bdb1.tar.bz2
courier-imap: implement UTF8 mode in the POP3 server.
Diffstat (limited to 'imap/fetch.c')
-rw-r--r--imap/fetch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap/fetch.c b/imap/fetch.c
index 1eb52dd..fd25265 100644
--- a/imap/fetch.c
+++ b/imap/fetch.c
@@ -287,8 +287,8 @@ int do_fetch(unsigned long n, int byuid, void *p)
open_err=1;
cannot_open_because=
" because it is a Unicode message and your"
- " mail client did not enable Unicode support."
- " Please use a mail client that supports"
+ " E-mail reader did not enable Unicode support."
+ " Please use an E-mail reader that supports"
" IMAP with UTF-8 (see"
" https://tools.ietf.org/html/rfc6855.html)";
}