Jack Mahoney

Results 4 issues of Jack Mahoney

Hi. Firstly LOVE your class - great work. I need to get the title and alt attributes of an uploaded image using the MediaAccess class. However it only returns the...

Added email testing service MailSlurp which has a free plan. ## Requirements * [x] This is Software as a Service not self hosted * [x] It has a free tier...

Currently conn.go does not support HELP SMTP command and throws a 502. This presents a problem because many clients, like curl, request HELP upon connection. ``` curl -v "smtp://$SMTP_SERVER_HOST:$SMTP_SERVER_PORT" *...

enhancement

IMAP `SEARCH` command incorrectly returns UID of messages. It ought to return SeqNums. UID should only be returned from `UID SEARCH` commands. (See [RFC3501](https://datatracker.ietf.org/doc/html/rfc3501#section-7.2.5)) Reproduce: Run smtp4dev and send an...