nim-lang / smtp

SMTP client implementation, adapted from the Nim standard library
MIT License
10 stars 5 forks source link

Question: does smtp support attachment? #2

Open shawnye opened 8 years ago

shawnye commented 8 years ago

I find no keyword attach in Nim/lib/pure/smtp.nim

dom96 commented 8 years ago

I don't think so, maybe you could implement support for it? :)

enthus1ast commented 8 years ago

I've made an implementation of attach. ~https://github.com/enthus1ast/Nim/blob/smtpattachment/lib/pure/smtp.nim~ (see nimMime below)

dom96 commented 8 years ago

@enthus1ast time to create a PR? :)

enthus1ast commented 8 years ago

@dom96 i've worked on an mime parser and creator but it's lying around unfinished... i could decouple the email attachement code and make an fresh PR (i've just done what i needet for my work)

dom96 commented 8 years ago

@enthus1ast Go for it!

enthus1ast commented 6 years ago

what do you think about this: https://github.com/enthus1ast/nimMime

narimiran commented 5 years ago

Closed by nim-lang/Nim#10248.

dom96 commented 5 years ago

@narimiran can you reopen all the issues you've closed for smtp/oids? You've brought these back into stdlib, right?

narimiran commented 5 years ago

@narimiran can you reopen all the issues you've closed for smtp/oids? You've brought these back into stdlib, right?

Right. Done.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. If you think it is still a valid issue, write a comment below; otherwise it will be closed. Thank you for your contributions.