Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ory/mail
Production-ready go-mail fork. The best way to send emails in Go.
https://github.com/ory/mail
83af4db7047f5672c239b14f1fb47aefc3c834f7 authored over 9 years ago by Alexandre Cesaro <[email protected]>
4586cb75ac768db4ee82854cf27461554a3b4356 authored over 9 years ago by Alexandre Cesaro <[email protected]>
9bc424b2eca7666f62763e5fa4bb11fda20a6cde authored over 9 years ago by Alexandre Cesaro <[email protected]>
36b58227eac8d2653dcbae748d86fd06f03ffa75 authored over 9 years ago by Alexandre Cesaro <[email protected]>
71e3f5a0b44d596ec9160aa858cb4169ad7bc963 authored over 9 years ago by Alexandre Cesaro <[email protected]>
9990d7c9fbfe54c282013472a9d26264bacefc1c authored over 9 years ago by Alexandre Cesaro <[email protected]>
394a6b2fcd5137f479cbc98740d688bde94712b4 authored over 9 years ago by Alexandre Cesaro <[email protected]>
faa9a603a2a73a758866cab3734e8ab41c54b63e authored over 9 years ago by Alexandre Cesaro <[email protected]>
42c5f98096d04805a8a8bf1a2336a70645bb658b authored over 9 years ago by Alexandre Cesaro <[email protected]>
9f055c687b8aff1aad2eac042a88c218fac6e56b authored over 9 years ago by Alexandre Cesaro <[email protected]>
8a81f4ad6f7d5bcc51d283faecf54c338e84abb4 authored over 9 years ago by Alexandre Cesaro <[email protected]>
9775d1d73466f071e1c4934d8b90e1ce630b2fa2 authored over 9 years ago by Alexandre Cesaro <[email protected]>
629d36f9e287c64f737038b7bae403db2746c681 authored over 9 years ago by Alexandre Cesaro <[email protected]>
1d59d94f4ecac011fa2499322109754e07d37b04 authored over 9 years ago by Alexandre Cesaro <[email protected]>
88beb2f13c40e6eff6af8787cd8175e588934165 authored over 9 years ago by Alexandre Cesaro <[email protected]>
b01506efc6a3751043b08437d56dd1ebbc60b4e1 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Fixes #31
13385d50eaf61364660fd8ecf4020ad395e40e14 authored over 9 years ago by Alexandre Cesaro <[email protected]>
This way of handling Bcc field is described in RFC 5322 section 3.6.3:
https://tools.ietf.org/ht...
f01c0a3645ae168e895610ce8f387616ac08eac2 authored over 9 years ago by Alexandre Cesaro <[email protected]>
31a7bd9a4987617597c1798bea92b9b292a2a18b authored over 9 years ago by Alexandre Cesaro <[email protected]>
a7fe2505440542f217c8d038ba67083b229b9103 authored over 9 years ago by Alexandre Cesaro <[email protected]>
cab7c5adfbce231f08bd97a5a218993d12871222 authored over 9 years ago by Alexandre Cesaro <[email protected]>
It allows streaming the message body when sending an email instead
of buffering it to memory.
ac067c1594ca006e889028529150f9298a9ca639 authored over 9 years ago by Alexandre Cesaro <[email protected]>
3346e955b2d7998f7627b49ecbbc839eca25204b authored over 9 years ago by Alexandre Cesaro <[email protected]>
Fixes #10
Fixes #17
Fixes #32
69106c0cb2eed2c2b39b620f9a724611f413ba95 authored over 9 years ago by Alexandre Cesaro <[email protected]>
867c4d158059aca67f0da32b739d28778c267e34 authored over 9 years ago by Alexandre Cesaro <[email protected]>
ea9c2b2d08a2db4037b06849a177e990924a7290 authored over 9 years ago by Alexandre Cesaro <[email protected]>
0002611a09dbc59c3c219b57374a507b24532091 authored over 9 years ago by Alexandre Cesaro <[email protected]>
4b313106fd92147e1a09f8c88fb3e5d53d131025 authored over 9 years ago by Alexandre Cesaro <[email protected]>
The File can now be streamed to the SMTP server directly without
being buffered into memory firs...
79f88c6aa1fed7b81ccb63a04a60139371660214 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Message now implement io.WriterTo. It allows streaming
the message directly to the SMTP server w...
since the v2 is already used in gomail.go
Closes #29.
11b919ab4933936a28fb6aeda5c6523091266f37 authored almost 10 years ago by fzerorubigd <[email protected]>Closes #25
74f94c0f269a90288aaa0395d640f3a288c54b2c authored almost 10 years ago by Alexandre Cesaro <[email protected]>Closes #24.
19744cb73d273cf597cdffb4a59e0fd1942c11ea authored almost 10 years ago by Alexandre Cesaro <[email protected]>cb55422c78b6f3667ebc6506c8bfb58296ad43eb authored almost 10 years ago by Alexandre Cesaro <[email protected]>
Closes #23.
6a52a505972f14e4d370d50948f58acd2c899d94 authored almost 10 years ago by Alexandre Cesaro <[email protected]>Closes #21.
c7ca0f5da9bd757d931ec3e4bc6180b553314674 authored almost 10 years ago by Alexandre Cesaro <[email protected]>Closes #20.
6805982221134fb0e02b6316dd094341e7e909c3 authored almost 10 years ago by Alexandre Cesaro <[email protected]>Closes #16.
de623e612de262a5069c969a54dba2d43f336d50 authored almost 10 years ago by Alexandre Cesaro <[email protected]>
From RFC 2045 (and also from looking at other packages), it appears that
line length limit is ac...
Closes #12.
512e469f62c05fcf1e40b43ab95166d8a81a0f66 authored about 10 years ago by Alexandre Cesaro <[email protected]>b4e3113e2dd2e703e92453e15e2161224f12e1fa authored about 10 years ago by alexcesaro <[email protected]>
Closes #3.
4fcb155d12aa4486b9c00602531ff6bcb98ebd82 authored about 10 years ago by alexcesaro <[email protected]>Closes #2.
9d27291713f622d4a265854cfba170ed4be9b236 authored about 10 years ago by alexcesaro <[email protected]>Gomail now automatically uses SMTPS on port 465
062b8e4ef3b6382cdbf13b80585b22328bc705c5 authored about 10 years ago by alexcesaro <[email protected]>a0730d2c47921dcf2ede8854f918481ca7e54a86 authored about 10 years ago by alexcesaro <[email protected]>
c67e90c5bfd10defde9259aa77ad79af3503f92d authored about 10 years ago by alexcesaro <[email protected]>
6af2a76be286f63a281d9056281d481cef2c67ad authored about 10 years ago by alexcesaro <[email protected]>
Closes #1
ed0214dc637f5c8f907879c58077b0d36cd5843f authored about 10 years ago by Yoshua Wuyts <[email protected]>707e81ecee20d0f75d33eec639a88aaec8e6e283 authored about 10 years ago by alexcesaro <[email protected]>