Re: imaplib.IMAP4: Bug in implementation

From: Oliver Kurz (olku_at_web.de)
Date: 03/17/04


Date: Wed, 17 Mar 2004 15:24:11 +0100
To: python-list@python.org


> > I call the uid like this
> >
> > uid("STORE",uid,"+FLAGS(\SEEN)")
>
>
> Are you shure you don't mean::
>
> uid("STORE",uid,"+FLAGS(\\SEEN)")
>
> You are trying to create a non-existent special character, escaping the
> s in your example.
>
> I am not quite shure how Python reacts to that.

Even if I use two \ it doesn't work, cause the IMAP-server doesn't like the quoting.

BTW! Python makes two \ from this one. But as I said the problem is the quoting of the arguments.

-- 

--
Oliver Kurz


Relevant Pages

  • Re: imaplib.IMAP4: Bug in implementation
    ... You are trying to create a non-existent special character, escaping the ... I am not quite shure how Python reacts to that. ...
    (comp.lang.python)
  • ssh command passing
    ... I'm sure this is something stupid but I'm running the following command ... find: missing argument to `-exec' ... I've tried quoting it, escaping it..What am I doing wrong? ...
    (Debian-User)
  • Re: cd-ing into a directory called ? (questionmark)
    ... If it is really a question mark, quoting or escaping it will remove ... the wildcard properties: ... Before posting here I tried escaping it, which didn't work, so I guess it really wasn't a questionmark. ...
    (alt.os.linux)
  • Re: remote machine execution
    ... machines. ... Try escaping it with a "^". ... or quoting that token. ... Clay Calvert ...
    (microsoft.public.windows.server.scripting)

Loading