Hi, * Christoph Ludwig wrote: > On Tue, Jun 09, 2009 at 05:47:09PM -0400, Paul Hoffman wrote:
> > What happens if you URL-encode the user name? > > imaps://company%2fchristoph%2fchristoph.lud...@example.com > mutt still complains that it cannot find host "COMPANY". Yes, debugging turns out the mutt repeatedly parses and formats the URL. When it formats it, all escapings are gone. And since pine-like entries are transformed into URLs, they suffer the same problem. That means you can't currently a slash in usernames. Rocco