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

Re: Upload of new mail via IMAP

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