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