Mailing List Archive

[Bug 420] An expansion operator that encodes to modified UTF-7
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

http://www.exim.org/bugzilla/show_bug.cgi?id=420





------- Comment #6 from holmgren@lysator.liu.se 2007-01-24 00:02 -------
Any comments? Is this worth adding to mainstream Exim? Should
imap_utf7_encode() be included in an existing file, and in that case, which?

--
Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email

--
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 420] An expansion operator that encodes to modified UTF-7 [ In reply to ]
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

http://www.exim.org/bugzilla/show_bug.cgi?id=420





------- Comment #7 from ph10@hermes.cam.ac.uk 2007-01-25 09:57 -------
(In reply to comment #6)
> Any comments? Is this worth adding to mainstream Exim? Should
> imap_utf7_encode() be included in an existing file, and in that case, which?

I have no strong views. Are many people shouting out for this facility? Maybe
there should have been a file called encode.c but it's too late now as other
{de,en}coding functions are in other files. expand.c is really rather huge now.
Maybe we need a file called utf.c in which to put any UTF-related functions?

--
Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email

--
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 420] An expansion operator that encodes to modified UTF-7 [ In reply to ]
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

http://www.exim.org/bugzilla/show_bug.cgi?id=420





------- Comment #8 from holmgren@lysator.liu.se 2007-01-25 13:15 -------
On Thursday 25 January 2007 10:57, ph10@hermes.cam.ac.uk wrote:
> I have no strong views. Are many people shouting out for this facility?

Well, I got one quite enthusiastic reply off-list, but I think people will
like it when they find it and can try it - isn't that how most commercial
products are sold? :-)

There are two main use cases:

1) When users write Exim or Sieve filters by hand. Typing the name of a folder
can be quicker than copying it from a directory listing. It's also more
legible.

2) When new folders are automatically created from strings that can contain
non-ascii characters.

It's of course less of use when users pick folders in a UI.

--
Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email

--
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##