Re: Upload of new mail via IMAP

2024-09-09 Thread Daniel Stenberg via curl-users
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

Upload of new mail via IMAP

2024-09-09 Thread Nicolas George via curl-users
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