Joozt / KiepLogClipboard

C# WPF program to download e-mail contents via clipboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiepLogClipboard

A C# WPF program to download e-mail contents via clipboard

This is a tool is used together with a Tobii Dynavox Communicator page set: logdownload.cdd. The problem is that Tobii Communicator can start external tools, but not pass the contents of a text box via command line options for example.

This experiment is trying to workaround that in the following way:

  • Put the data of the Tobii Communicator page set in the Windows Clipboard
  • Start the external tool
  • Parse the Clipboard
  • Execute the program
  • Put the results back in the Clipboard
  • Send a keypress (that is attached to a button) back to Tobii Communicator to readout the Clipboard and put it in a text box

This program was designed to compile a logfile of lots of small e-mails, grouped by date. Like the KiepEmailExport project. Together with a page set that sends an e-mail every time you clear the text input field.

Enter your Gmail credentials in KiepMail.cs.

See KiepProjects for an overview of all Kiep projects.

About

C# WPF program to download e-mail contents via clipboard

License:MIT License


Languages

Language:C# 100.0%