Project

rube_post

0.0
No commit activity in last 3 years
No release in over 3 years
Receive and send emails with epost.de (rub-e-post)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Receive and send(todo) emails with epost.de (pronounced rub-e-post)

Install

sudo gem install rube_post

!! Set your account to list-view !!

Usage

client = RubePost.new(username, password)
emails = client.emails_in_inbox

mail = emails.first
puts mail.sender
puts mail.content # triggers new request
puts mail.subject
puts mail.id

mail.move_to_trash

Move all mails to gmail. gem install gmail RubePost.new(username, password).move_to_gmail(gmail_username, gmail_password)

TODO

  • work for more than first page of inbox
  • send mails ? <-> let user enter tan or receive tan via some service

Author

Michael Grosser
grosser.michael@gmail.com
Hereby placed under public domain, do what you want, just do not hold me accountable...