git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/4] imap-send: Fix and enable curl by default
@ 2017-08-08  7:30 Nicolas Morey-Chaisemartin
  2017-08-08  7:48 ` [PATCHv2 1/4] imap-send: return with error if curl failed Nicolas Morey-Chaisemartin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Nicolas Morey-Chaisemartin @ 2017-08-08  7:30 UTC (permalink / raw)
  To: git

Changes since v1:

- Add patch fo fix return value of the curl_append_msgs_to_imap
- Patch #2: server_fill_credentials takes a credential struct as a parameter so they can be approved later
- Dropped the s/server/srvc/ cleanup (previous patch #3)
- Patch #4: Only use curl as the default if it's available

Nicolas Morey-Chaisemartin (4):
  imap-send: return with error if curl failed
  imap-send: add wrapper to get server credentials if needed
  imap_send: setup_curl: retreive credentials if not set in config file
  imap-send: use curl by default

 imap-send.c | 52 ++++++++++++++++++++++++++++++++--------------------
 1 file changed, 32 insertions(+), 20 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-08 10:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08  7:30 [PATCHv2 0/4] imap-send: Fix and enable curl by default Nicolas Morey-Chaisemartin
2017-08-08  7:48 ` [PATCHv2 1/4] imap-send: return with error if curl failed Nicolas Morey-Chaisemartin
2017-08-08  7:48 ` [PATCHv2 2/4] imap-send: add wrapper to get server credentials if needed Nicolas Morey-Chaisemartin
2017-08-08  7:48 ` [PATCHv2 3/4] imap_send: setup_curl: retreive credentials if not set in config file Nicolas Morey-Chaisemartin
2017-08-08 10:09   ` Martin Ågren
2017-08-08 10:34     ` Nicolas Morey-Chaisemartin
2017-08-08  7:48 ` [PATCHv2 4/4] imap-send: use curl by default Nicolas Morey-Chaisemartin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).