Sup commandline mail client: Fix an issue
Objective
sup is an advanced mail client written in ruby. it works very well, but there are several small issues that could be fixed. fortunately, thanks to ruby, many of these fixes should be easy.
Requirements
pick an issue from this list:
https://factor.cc/pad/p/sup-ideas
put your name behind the issue you want to work on.
while you are working on this issue please test both the develop and the use-mail branches, as some issues only affect one branch, or require different solutions for each branch.
the first step is to verify that the issue is still present in the current version of sup. if the problem is already solved, mark it in the list and your task is completed.
if the issue is not solved, check if a solution exists that needs to be merged. ask your mentor for help with this, he will point you to the solution.
if an old solution exist, port the solution to the current version and test it.
or create a new solution.
when you solved the issue, make a pull request at the main sup repo https://github.com/sup-heliotrope/sup
note that depending on the issue, writing a test may be required as part of the solution.
check if there are any matching issues at https://github.com/sup-heliotrope/sup/issues and if yes, reference them in your pull request.
Expected Outcome
a solution to one of the listed issues that works in the current version of sup.