<p>At work, I&#8217;m working on a reply-to system. Letting our user answer to email and treat those replies as messages in a thread. This feature is available on a lot of platform like GitHub, GitLab, etc &#8230; nothing new.</p>
<p>We were already using a docker image for MailCatcher (great piece of software), but I needed an IMAP access to test the retrieval of emails and their parsing.</p>
<p>Since we&#8217;re using docker in our development environment I went to the <a href="https://hub.docker.com" target="_blank">Hub</a> to find an image containing an IMAP and basic SMTP server. After multiple try and fail, I found one based on exim + courrier + roundcube. It was nearly perfect.</p>
<p>Earlier I tried Rainloop as a webmail, and I have to admit this is the most complete I found online, I wanted that client instead of Roundcube for my mailcatcher image. I created my own image basing it on another Rainloop-nginx.</p>
<p>You can find my image with Exim + Courrier + Rainloop on the <a href="https://hub.docker.com/r/belphemur/mailcatcher-exim-courrier/" target="_blank">Docker Hub</a></p>
<div class="reposidget">
 <header class="fontello">
 <span class="fontello info"><a href="https://github.com/myst729/wp-reposidget" target="_blank">GitHub Reposidget for WordPress</a></span>
 <h2>
 <a href="https://github.com/Belphemur">Belphemur</a>
 <span> / </span>
 <a href="https://github.com/Belphemur/docker-mailcatcher"><strong>docker-mailcatcher</strong></a>
 </h2>
 </header>
 <section>
 <p class="">Docker Container for a catchall email service (useful for development)</p>
 <p class="hidden homepage"><a href="https://github.com/Belphemur/docker-mailcatcher"><strong>https://github.com/Belphemur/docker-mailcatcher</strong></a></p>
 </section>
 <footer>
 <span class="fontello star">13</span><span class="fontello fork">3</span>
 <a class="" href="https://github.com/Belphemur/docker-mailcatcher/archive/master.zip">Download ZIP</a>
 </footer>
</div>

Leave a Reply Cancel reply