I don't know, how this happened, but it seems like even the latest thunderbird does not support UTF8 command for POP3.

So, all unicode messages arrive to users as attachments with notification in ENGLISH.

Two problems

1) I get too many customer support request on this issue

2) The notification is IN ENGLISH, while my customers are russians.


So, after googling and reading the maling list and did not finding any working solution I just commented out

in  pop3dserver.c:

//if (msglist_a[i]->isutf8 && !utf8_enabled)
//{
//sprintf(boundary, "=_%d-%d", (int)getpid(), (int)time(NULL));
//sprintf(wrapheader, MIMEWRAPTXT, boundary, boundary, boundary);
//sprintf(wrapfooter, "\n--%s--\n", boundary);
//}


I think it will revert to the old behaviour.

I really think it should be configurable.

I really expected TB to fully implement UTF8  buy this time. Terrible.


Artem





_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to