osob.de Unicorn Logo
Blogpost overview
EML Tool im Einsatz

EML Tool - Effiziente Extraktion und Verarbeitung von Email-Daten | 20.04.2023

Heute möchte ich dir eine Anwendung vorstellen, mit der du Daten aus E-Mail-Dateien extrahieren und weiterverarbeiten kannst. Die Anwendung wurde von mir entwickelt, um Tausende E-Mails zu filtern und am Ende die Blacklist meines Mailservers zu aktualisieren. Vielleicht hast du ja Bedarf an einer solchen Anwendung!

You like what you find here? A donation helps to keep this project running.

Die Anwendung ist in Python geschrieben und verwendet das Tkinter-Modul für die Benutzeroberfläche. Mit der Anwendung kannst du auswählen, welche Attribute der E-Mail-Dateien du anzeigen lassen möchtest. Du kannst unter anderem den Absender, Empfänger, Betreff, Datum und Uhrzeit, die Mailserver-IP, die Top-Level-Domain und die Domain auswählen.

Wenn du die Attribute ausgewählt hast, kannst du die E-Mail-Dateien auswählen, die du verarbeiten möchtest. Die Anwendung liest dann die ausgewählten Attribute aus und zeigt sie in einer Baumstruktur an. Du kannst die angezeigten Daten auch als CSV-Datei exportieren.

Ich hoffe, dass dir die Anwendung gefällt und sie dir bei deiner Arbeit mit E-Mail-Dateien weiterhelfen kann. Wenn du Fragen oder Anregungen hast, zögere nicht, mich zu kontaktieren! Gerne auch, wenn es um die Weiterentwicklung geht.

Englisch

Today, I would like to introduce you to an application that allows you to extract and process data from email files. I developed this application to filter thousands of emails and update my mail server's blacklist. Perhaps you also have a need for such an application!

The application is written in Python and uses the Tkinter module for the user interface. With the application, you can select which attributes of the email files you want to display. You can choose the sender, recipient, subject, date and time, mail server IP, top-level domain, and domain, among other things.

Once you have selected the attributes, you can select the email files you would like to process. The application then reads the selected attributes and displays them in a tree structure. You can also export the displayed data as a CSV file.

I hope you like the application and that it can help you with your work with email files. If you have any questions or suggestions, please do not hesitate to contact me, even if it's regarding further development.

Download

Aktuell der Download nur hier:

https://github.com/basteyy/eml-tool/releases/download/1.0.0/eml.exe

Relaese

1.0.0

Version 1.0.0 is released on GitHub.