Skip to content

NIOSMTP: should implement escaping #33

@weissi

Description

@weissi

Expected behavior

NIOSMTP's should escape things like names and the body of an email so you can send anything without errors.

Actual behavior

Nothing is escaped, for example putting an line just containing a full stop (.) in an email will cause an SMTP protocol error. The emails should be properly MIME encoded instead.

Steps to reproduce

Try to send an email with NIOSMTP containing a line with just a full stop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions