From mboxrd@z Thu Jan 1 00:00:00 1970 From: chrisw@rice.edu (Christopher Warrington) Date: Mon, 8 Oct 2007 04:19:09 -0500 (CDT) Subject: [sup-talk] IMAP folders with spaces Message-ID: Sup doesn't seem to like IMAP paths with spaces. Executing this command: sup-add -a -u -l label "imaps://imap.host.tld/Mail/Two Words" results in this error: /usr/lib/ruby/1.8/uri/common.rb:436:in `split': bad URI(is not URI?): imaps://imap.host.tld/Mail/Two Words (URI::InvalidURIError) sup-add -a -u -l label "imaps://imap.host.tld/Mail/Two%20Words" works, but I get this error: > Sorry, I couldn't communicate with a source: While communicating with > IMAP server (type Net::IMAP::NoResponseError): "Mailbox does not > exist" What should I do? -- Christopher Warrington (Away from his normal computer.)