Re: Access gmail with pycurl.

2021-06-28 Thread Hongyi Zhao via curl-library
On Tue, Jun 29, 2021 at 5:55 AM Daniel Stenberg wrote: > > On Sat, 26 Jun 2021, Hongyi Zhao via curl-library wrote: > > > I noticed that libcurl, hence pycurl supports IMAP and IMAPS, so I want to > > know if I can use it to retrieve/remove emails from my Gmail account? > > Yes you can. > > Jay

Re: QoS Level on MQTT

2021-06-28 Thread Gealber Morales via curl-library
Totally agree, adding another option it may be not the correct way, given the huge amount of options that curl already have. I will look closer on that, before starting to write any code. Thanks for the suggestion Greetings El lun., 28 de jun. de 2021 9:25 p.m., Dan Fandrich via curl-library <

Re: QoS Level on MQTT

2021-06-28 Thread Dan Fandrich via curl-library
On Mon, Jun 28, 2021 at 08:29:33PM -0400, Gealber Morales via curl-library wrote: > My intention is to add this option, for the publishing, in a way like this: > > curl -d 95 -qos 2 mqtt://localhost:1883/curl/mqtt > > The new option would be -qos ,  in case of omission  zero would be the >

QoS Level on MQTT

2021-06-28 Thread Gealber Morales via curl-library
Hello there I was reading *doc/MQTT.md *file, and one of the limitations that I think I can fix is the next one: - Only *QoS* level 0 is implemented for publish I think I could add this functionality, but the problem is that right now there are no appropriate command line options for this case.

Re: Access gmail with pycurl.

2021-06-28 Thread Daniel Stenberg via curl-library
On Sat, 26 Jun 2021, Hongyi Zhao via curl-library wrote: I noticed that libcurl, hence pycurl supports IMAP and IMAPS, so I want to know if I can use it to retrieve/remove emails from my Gmail account? Yes you can. Jay once wrote ShowGmailFolders.c for example: