wking / rss2email

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
http://pypi.python.org/pypi/rss2email/
GNU General Public License v2.0
270 stars 48 forks source link

r2e add: Use URL as feed name by default #92

Open jkufner opened 8 years ago

jkufner commented 8 years ago

When adding a new feed, I don't want to bother with feed name. URL is fine for me. Custom name may be usable, but mostly is not. So what if r2e add would use URL as feed name?

Usage: rss2email add [-h] [name] url [email]

if there is one arg, then it is both name and url. If there are two arg and second does not start with http[s]:// and contains @, then it is e-mail. Otherwise there are all three args.

bbelyea commented 8 years ago

@jkufner Hey! This program is very rarely used these days. Did you get this working without SSLv3? If so how did you do it?
https://github.com/wking/rss2email/issues/91 Any help on this would be very appreciated!

jkufner commented 8 years ago

@bbelyea I'm using r2e from Debian packages for years without a problem, except the memory usage and slow storage (it helps if I delete seen links from time to time). I have no idea whether it uses SSLv3 or not, I'm using default config. But it should use system libraries, so it should not care about the protocol. Also I'm using local sendmail, not SMTP. And there is smtp-ssl-protocol = TLSv1 in my config (default value).

Ekleog commented 4 years ago

Hello,

This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .

If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?

Cheers, Leo