Bug 3309

Summary: rssyl ignores .netrc (patch)
Product: Claws Mail (GTK 2) Reporter: Vincent Pelletier <plr.vincent>
Component: Plugins/RSSylAssignee: users
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 3.11.1   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Initial patch none

Description Vincent Pelletier 2014-10-24 21:27:14 UTC
Created attachment 1438 [details]
Initial patch

Some RSS rely on HTTP basic auth (and not cookies) to control access.
Attached patch allows libcurl to read .netrc if present.

Should this become a visible configuration option ?
If so, should I also expose .netrc path (CURL_NETRC_FILE) ?
Comment 1 Andrej Kacian 2014-10-25 00:59:28 UTC
Hi, this is a good idea, thanks! Sometimes it might be better than including user:password@ in the URL.

Patch committed.