Saturday, August 24, 2013

Re: Vim + RSS + MAIL

On 2013-08-23 23:01, Alex K wrote:
> Every day I look through a lot of news via RSS and mail subscribe.
> Would like to have functionality to load them in VIM directly, read
> and quickly insert some of them into my vimwiki notes. Also it
> would be great to do this with my mail mesages. Is there any
> plugins to do that? I am ready to create myself but need some
> advices:
> - Is there any compatible with VIM/python free library to
> download/parse rss/mail?
> - Can you give some link to helpful materials about this issue?

There are several programs which will send RSS to your email,
which reduces the problem to one of accessing email within Vim.
With the passing of Google Reader, I switched to rss2email (sends to
your mailbox via SMTP). But there are some others such as rss2imap
and feed2imap which cut out the SMTP sending and talk directly to
your IMAP account. I haven't played much with "newspipe" but I
understand it to be similar to the ones above.

Once you have your RSS in your email, you can pull it locally with
any of a number of tools: mutt, pine/elm/alpine, fetchmail,
offlineimap, etc. (most of those save locally in mbox or maildir
format, so you can just pull in the body; alternatively, several of
them allow for using an external editor which usually defaults to
vi/vim or $EDITOR or $VISUAL)

One might even be able to cut out the mail part by directly using
something like "rss2maildir" which might do everything you need.

-tim



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: