-
Couldn't load subscription status.
- Fork 330
Named attachements #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
fdc54c0 to
b6eac76
Compare
|
Hi @Sata51, This LGTM but could you do me a favor and add a test that confirms the behavior is working as expected? Thanks! |
|
I've done it :D |
* Support UTF-8 in email subject Was trying to import that email sample from https://cdn.online-convert.com/example-file/document/eml/example.eml into GoPhish but the subject is just displayed as "=?UTF-8?Q?_EML Example File?=". The patch is adding UTF-8 support for the subject string. * Support for more non-ASCII text in headers According to RFC2047 non ascii text is also allowed in other fields like From, To, ... * Add test function for non ascii email parsing
|
I was about to push a branch with this exact change. It's pretty essential since most files on servers have crazy names with timestamps lol |
Removing comments that don't add significantly useful context.
I counted the fields being set and they are generally more than four items.
Pin the expected compiler version. This shouldn’t break backwards compatibility.
Adds support for mime/related HTML attachments.
Co-authored-by: hala alajlan <[email protected]>
Initial commit of GitHub Actions for CI Testing
If the part has the header 'Content-Disposition' with a value of 'attachment' then add the part as an attachment to the Email.
A bug was introduced in 27742b0 where, in the process of trying to add TLS support, broke the way the connection is set up since it still tried to use `STARTTLS` under the hood. Fixes jordan-wright#71.
* Format From, To, Cc & Bcc for RFC1342 * Fixed seperator & added tests
|
@jordan-wright could you may take a look at this again? |
|
@Sata51 could you fix the conflicts? |
|
@fank fixed |
Add the ability to attach a file with a custom file name
Instead of using the default:
you can provide a custom named file using this: