Home

Awesome

IMAPClient Coverage Status

Welcome to our IMAP Client project. We are a team of 4th semester IT-Systems Engineering students and are happy to take over this project for the seventh iteration. This project is part of a lecture in Software Engineering techniques and will be contributing to our final grade, so we are giving it our best ;) As this is a student project, it will mostly be worked on during the summer terms. Therefore our time with this project is limited to the end of july.

In case of any questions, feel free to contact us.

Installation

  1. Get Squeak 5.2 or later
  2. Load Metacello
  3. Finally, load the package with the following command:
Metacello new
  baseline: 'IMAPClient';
  repository: 'github://hpi-swa-teaching/IMAPClient:develop/packages';
  load.
  1. Now you can setup a Menu Entry under "Apps" using ICFolderDialog install.

Open

You can open the tool with the command ICFolderDialog new or using a Menu Entry.

Configuration

You can customize the number of mails, which are fetched on the initial update process, and the number of mails which are loaded if you press the Load older Mails Button. Default are 100 and 10. Change ICFolder>>numbersOfHeadersToFetch{AtLoadOlderMail | AtTheBeginning} This will not regard the e-mails that are already persisted on your disk, so if you have some e-mails in a Maildir directory, all of them will be read no matter what you defined here.

Features

Usage

Start the IMAP Client with ICFolderDialog new. Add new Accounts with the + Button. We tested the functionality with web.de Accounts. But other accounts should work fine. The HPI OWA accounts are known to be relatively large, as calendar and contact meta information is also sent to our client as folder objects. Therefore it might not entirely load in the requested time of 5 seconds.

For HPI accounts use the following login info:

Server: owa.hpi.de
Port: 993
Username: surname.lastname
Password: xxxxxxx
Use SSL: True

For web.de accounts use the following login info:

Server: imap.web.de
Port: 993
Username: username
Password: xxxxxxx
Use SSL: True

Security

Your password isn't stored on disk, but will be visible to your Squeak environment. It is immediately deleted after login, so you will not be able to retrieve it afterwards, but be aware that we are no security experts and you might not want to test this with a high severity account. After closing the IMAP-Client and reopening it, you are welcomed by a password prompt when you click the update button for the first time.

Known Problems

As this project has lived through many iterations, there are a couple of known issues that we could not resolve during the few months we spend with this project. If you encounter any problem while using our IMAP client, have a look at the Issues of this GitHub Project. Most of them are probably already known to us. In case your problem has not been reported yet, feel free to post a new issue and describe what you did to get the problem, what the unexpected behaviour was and what behaviour you would have expected. Thank you in advance for contributing to making this project better by reporting any problems that we are not yet aware of!

Documentation

Have a look at the GitHub Project Wiki to find more insights into the project.

History

2016: Johannes Schneider, Maximilian Söchting, Julian Weise, Alexander Riese, Alexander Loeser

2017: Jonathan Sauder, Marcus Ding, Melvin Witte, Daniel Lindner

2018: Claudia Grabowski, Leonard Von Merzljak, Marius Walter, David Hennemann

2019: Paul Methfessel, Martin Taraz, Otto Kissig, Tim Garrels, Felix Rindt

2020: Henrik Guhl, Lorenz Woth, Niko Hastrich, Julia Joch

2021: Smilla Fox, Elena Gensch, Jan Groeneveld, Christian Helms, Lukas Rost, Johann Schulze Tast