Re: Upload of new mail via IMAP

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

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

Re: Upload of new mail via IMAP

2024-09-10 Thread Andreas Mohr via curl-users
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

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