keeporsweep / keeporsweep.net

💻🔀🗑️ Randomly declutter your digital life!
http://keeporsweep.net
GNU Affero General Public License v3.0
73 stars 9 forks source link

Starting work on KeepOrSweep for email #8

Open prashantsengar opened 4 years ago

prashantsengar commented 4 years ago

Hi @jancborchardt, I am not sure if this is the right place to start. I wanted to start work on KoS for emails. I thought about using SMTP for getting the mails.

I have a few questions

  1. Should I use Tkinter or Kivy for the GUI (making it for desktop)
  2. Should I print the text of the mail or create a thumbnail like image (like we did in KoS desktop)
jancborchardt commented 4 years ago

@prashantsengar oooh good stuff! :) I would say best base it on the UI we have in keeporsweep-twitter as that is much more modern than the desktop app.

Probably we should start out by only showing the subject in the main content, and the sender in a subline. We could additionally do something like show the avatar of the sender if we can get it via gravatar? That could be the visual aspect.