nthmail/pkg
Guilherme Rugai Freire 444e3d877e
fix plain txt mails not parsing the mail body
the problem was that it was declared a byte array (txt) with
essentially size 0 and calling Read(txt). Since Read reads n
bytes up to sizeof(txt), nothing was being read.
2024-07-17 11:27:02 -03:00
..
mail_server add dockerfile 2024-07-10 22:15:18 -03:00
mail_utils fix plain txt mails not parsing the mail body 2024-07-17 11:27:02 -03:00
rig add go fmt format.sh script 2024-07-10 19:01:31 -03:00
web_server return 404 not found on email not found, not 500 2024-07-10 23:33:10 -03:00