Re: [PATCH] git-imap-send: use libcurl for implementation

2014-11-10 Thread Junio C Hamano
Bernhard Reiter writes: > Am 2014-11-09 um 14:00 schrieb Torsten Bögershausen: >> On 2014-08-27 00.40, Bernhard Reiter wrote: >>> Use libcurl's high-level API functions to implement git-imap-send >>> instead of the previous low-level OpenSSL-based functions. >>> >> This doesn't seem to fully work

Re: [PATCH] git-imap-send: use libcurl for implementation

2014-11-09 Thread Junio C Hamano
Ramsay Jones writes: >> In order to suppress a sparse warning about "using sizeof on a >> function", we use the same solution used in commit 9371322a6 >> ("sparse: suppress some "using sizeof on a function" warnings", >> 06-10-2013) which solved exactly this problem for the other commands >> usin

Re: [PATCH] git-imap-send: use libcurl for implementation

2014-11-09 Thread Ramsay Jones
On 09/11/14 14:55, Bernhard Reiter wrote: > Am 2014-11-09 um 14:00 schrieb Torsten Bögershausen: >> On 2014-08-27 00.40, Bernhard Reiter wrote: >>> Use libcurl's high-level API functions to implement git-imap-send >>> instead of the previous low-level OpenSSL-based functions. >>> >> This doesn't se

Re: [PATCH] git-imap-send: use libcurl for implementation

2014-11-09 Thread Bernhard Reiter
Am 2014-11-09 um 14:00 schrieb Torsten Bögershausen: > On 2014-08-27 00.40, Bernhard Reiter wrote: >> Use libcurl's high-level API functions to implement git-imap-send >> instead of the previous low-level OpenSSL-based functions. >> > This doesn't seem to fully work under Debian 7: > /home/tb/proje

Re: [PATCH] git-imap-send: use libcurl for implementation

2014-11-09 Thread Torsten Bögershausen
On 2014-08-27 00.40, Bernhard Reiter wrote: > Use libcurl's high-level API functions to implement git-imap-send > instead of the previous low-level OpenSSL-based functions. > This doesn't seem to fully work under Debian 7: /home/tb/projects/git/git.pu/imap-send.c:1546: undefined reference to `cur

Re: [PATCH] git-imap-send: use libcurl for implementation

2014-10-29 Thread Junio C Hamano
Bernhard Reiter writes: > Resending this once more, as indicated by > > Hope my formatting and posting style is now conformant. Sorry for the noise. Thanks. The patch does not apply for me (please send a trial message to yourself and then try to apply it out of your mailbox to avoid such an i

[PATCH] git-imap-send: use libcurl for implementation

2014-10-29 Thread Bernhard Reiter
Resending this once more, as indicated by Hope my formatting and posting style is now conformant. Sorry for the noise. Am 2014-08-27 um 19:20 schrieb Junio C Hamano: > Bernhard Reiter writes: > >> [...] For now, >> the old ones are wrapped in #ifdefs, and the new functions are enabled >> by ma

Re: Fwd: Re: [PATCH] git-imap-send: use libcurl for implementation

2014-10-22 Thread Junio C Hamano
Bernhard Reiter writes: > *ping* > Hope I didn't mess up formatting again... > Or do I need to top-post, as the original thread is too old to keep posting > to it? Please avoid top-posting on this list. If you have some background material (e.g. summary of previous discussions, list of things

Fwd: Re: [PATCH] git-imap-send: use libcurl for implementation

2014-10-22 Thread Bernhard Reiter
*ping* Hope I didn't mess up formatting again... Or do I need to top-post, as the original thread is too old to keep posting to it? Bernhard Weitergeleitete Nachricht Betreff: Re: [PATCH] git-imap-send: use libcurl for implementation Datum: Sun, 12 Oct 2014 17:22:20 +020

Re: [PATCH] git-imap-send: use libcurl for implementation

2014-10-12 Thread Bernhard Reiter
run --without-curl, it > may lose some auth-methods and for variant (1) SSL is not >supported. > > or am I mis-reading the patch? You're reading it correctly; thanks for the hint about the runtime switch. I've now implemented it using parse_options, so the switch i

Re: [PATCH] git-imap-send: use libcurl for implementation

2014-08-27 Thread Junio C Hamano
Bernhard Reiter writes: > Use libcurl's high-level API functions to implement git-imap-send > instead of the previous low-level OpenSSL-based functions. > > Since version 7.30.0, libcurl's API has been able to communicate with > IMAP servers. Using those high-level functions instead of the curren

[PATCH] git-imap-send: use libcurl for implementation

2014-08-26 Thread Bernhard Reiter
Use libcurl's high-level API functions to implement git-imap-send instead of the previous low-level OpenSSL-based functions. Since version 7.30.0, libcurl's API has been able to communicate with IMAP servers. Using those high-level functions instead of the current ones would reduce imap-send.c by