On Fri, 13 Sep 2024, Nicolas George via curl-users wrote:
I created a PR for adding this proposal to the TODO document:
https://github.com/curl/curl/pull/14964
"someone" just has to work on it.
--
/ daniel.haxx.se
| Commercial curl support up to 24x7 is available!
| Private help, bug fix
Daniel Stenberg (12024-09-09):
> What would you say the ideal way would be to set such an option on the
> command line? Assuming we keep the current way the default for backwards
> compatibility.
Hi.
It seems to me the source code contains already quite a few
protocol-specific options:
https://g
Hi,
On Mon, Sep 09, 2024 at 11:41:11PM +0200, Daniel Stenberg via curl-users wrote:
> On Mon, 9 Sep 2024, Nicolas George via curl-users wrote:
>
> > Can I submit a feature wish to have an option to choose the presence or
> > absence of this “(\\Seen)” flag?
>
> What would you say the ideal way w
On Mon, 9 Sep 2024, Nicolas George via curl-users wrote:
Can I submit a feature wish to have an option to choose the presence or
absence of this “(\\Seen)” flag?
What would you say the ideal way would be to set such an option on the command
line? Assuming we keep the current way the default f
Hi.
I need a tool to upload a new mail to a folder on an IMAP server.
Apparently, curl is almost capable of doing it with:
curl --user $login --url imaps://$server/$folder --upload-file $file
Unfortunately, the mail appears as already seen in the box. I need it to
be marked as new.
And apparent