Skip to content

Commit

Permalink
ISO-8859-1 header not decoded (mailhog/MailHog-UI#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunv-0998 committed Apr 17, 2019
1 parent 9cf45e0 commit be87ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk --no-cache add --virtual build-dependencies \
git \
&& mkdir -p /root/gocode \
&& export GOPATH=/root/gocode \
&& go get github.com/mailhog/MailHog \
&& go get github.com/hieunv95/MailHog \
&& mv /root/gocode/bin/MailHog /usr/local/bin \
&& rm -rf /root/gocode \
&& apk del --purge build-dependencies
Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"github.com/mailhog/MailHog-Server/api"
cfgapi "github.com/mailhog/MailHog-Server/config"
"github.com/mailhog/MailHog-Server/smtp"
"github.com/mailhog/MailHog-UI/assets"
cfgui "github.com/mailhog/MailHog-UI/config"
"github.com/mailhog/MailHog-UI/web"
"github.com/dhobi/MailHog-UI/assets"
cfgui "github.com/dhobi/MailHog-UI/config"
"github.com/dhobi/MailHog-UI/web"
cfgcom "github.com/mailhog/MailHog/config"
"github.com/mailhog/http"
"github.com/mailhog/mhsendmail/cmd"
Expand Down

0 comments on commit be87ab1

Please sign in to comment.