cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Curl cmd line pop email delete

From: Jeremy Nicoll - ml curl users <jn.ml.crlu.36_at_letterboxes.org>
Date: Thu, 6 Mar 2014 18:53:50 +0000

Config <config_at_suddenlink.net> wrote:

>>> This didn't work.

> > > curl -v -u user:password pop3://mail.myips.net --request dele 1
> > > --list-only

>> There should be quotes around "dele 1"

> That unfortunately causes the program to hang in the dos window again. I
> tried single quites, (), and [] without quotes also.

You might need to escape the double-quotes; the Windows command processor
escape character is '^'.

If you're building the whole command line from a script somewhere and
issuing it automatically quotes etc quite often need to be escaped.

-- 
Jeremy C B Nicoll - my opinions are my own.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-03-06