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 <chrisw at rice.edu> (Away from his normal computer.)
On Mon, Oct 08, 2007 at 04:19:09 -0500, Christopher Warrington wrote:>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?Submit a patch for maildir.rb? /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus?therning?org Jabber: magnus?therning?gmail?com http://therning.org/magnus -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://rubyforge.org/pipermail/sup-talk/attachments/20071008/6d8e6777/attachment.bin
Excerpts from Christopher Warrington''s message of Mon Oct 08 02:19:09 -0700 2007:> 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?Wait for me to fix this bug. :) -- William <wmorgan-sup at masanjin.net>
Magnus Therning wrote:>> What should I do? > > Submit a patch for maildir.rb?That involves knowing Ruby. :-) I''m starting small, with the functionality to refine searches. -- Christopher Warrington <chrisw at rice.edu>
Excerpts from William Morgan''s message of Tue Oct 09 07:06:51 -0700 2007:> Excerpts from Christopher Warrington''s message of Mon Oct 08 02:19:09 -0700 2007: > > 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? > > Wait for me to fix this bug. :)Escaped IMAP URIs should now work in SVN. -- William <wmorgan-sup at masanjin.net>