Re: mutt new mail notification
Hi,
* Brendan Cully wrote:
> My vague recollection is that windows usernames are separated by
> backslashes. How about
> imaps://COMPANY\\christoph\\christoph.ludwig@xxxxxxxxxxx/
> (you may need to adjust the quoting a bit)
Do you have any idea why the code is parsing the URL, formats it to
string, parses and parses that again. It does that several times, I
think I saw it repeating that cycle at least 3 times for opening a
single IMAP folder...
URL-encoding slashes works for POP, btw.
Rocco