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

Updated README.md

83af4db7047f5672c239b14f1fb47aefc3c834f7 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Changed the internal representation of a part

4586cb75ac768db4ee82854cf27461554a3b4356 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Removed the example from README.md

9bc424b2eca7666f62763e5fa4bb11fda20a6cde authored over 9 years ago by Alexandre Cesaro <[email protected]>
Moved the package description to doc.go

36b58227eac8d2653dcbae748d86fd06f03ffa75 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added Travis and other badges

71e3f5a0b44d596ec9160aa858cb4169ad7bc963 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Improved the benchmark

9990d7c9fbfe54c282013472a9d26264bacefc1c authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added examples

394a6b2fcd5137f479cbc98740d688bde94712b4 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Fixed PLAIN authentication

faa9a603a2a73a758866cab3734e8ab41c54b63e authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added a small performance tweak in getRecipients()

42c5f98096d04805a8a8bf1a2336a70645bb658b authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added CHANGELOG.md

9f055c687b8aff1aad2eac042a88c218fac6e56b authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added CONTRIBUTING.md

8a81f4ad6f7d5bcc51d283faecf54c338e84abb4 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added an example

9775d1d73466f071e1c4934d8b90e1ce630b2fa2 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Updated CONTRIBUTING.md

629d36f9e287c64f737038b7bae403db2746c681 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Fixed badges links

1d59d94f4ecac011fa2499322109754e07d37b04 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added the Support section in README.md

88beb2f13c40e6eff6af8787cd8175e588934165 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Simplified variable name of Message

b01506efc6a3751043b08437d56dd1ebbc60b4e1 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added method Reset() to Message

Fixes #31

13385d50eaf61364660fd8ecf4020ad395e40e14 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Removed the Bcc header field when sending emails

This way of handling Bcc field is described in RFC 5322 section 3.6.3:
https://tools.ietf.org/ht...

8de74d4f48c5aa343703bb1c7376d2aed0f9c258 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Removed LoginAuth and updated NewPlainDialer to handle LOGIN auth

f01c0a3645ae168e895610ce8f387616ac08eac2 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Renamed files

31a7bd9a4987617597c1798bea92b9b292a2a18b authored over 9 years ago by Alexandre Cesaro <[email protected]>
Used the new quotedprintable package from the standard library

a7fe2505440542f217c8d038ba67083b229b9103 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Added a buffer to Message and removed the buffer pool

cab7c5adfbce231f08bd97a5a218993d12871222 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Changed body content type from []byte to func(io.Writer) error

It allows streaming the message body when sending an email instead
of buffering it to memory.

66c8b9ae4cce7d12b38ef020bc84dfffb5ffd740 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Renamed export.go into writeto.go

ac067c1594ca006e889028529150f9298a9ca639 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Lowered Go version requirement from 1.5 to 1.2

3346e955b2d7998f7627b49ecbbc839eca25204b authored over 9 years ago by Alexandre Cesaro <[email protected]>
Replaced Mailer type with the Sender interface and SMTPDialer type

Fixes #10
Fixes #17
Fixes #32

01674ee5b6d2681cf3cea9881cc41445164073ef authored over 9 years ago by Alexandre Cesaro <[email protected]>
Removed dead code

69106c0cb2eed2c2b39b620f9a724611f413ba95 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Fixed commented examples

867c4d158059aca67f0da32b739d28778c267e34 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Fixed an error message

ea9c2b2d08a2db4037b06849a177e990924a7290 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Removed obsolete text in README.md

0002611a09dbc59c3c219b57374a507b24532091 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Renamed SMTPDialer into Dialer

4b313106fd92147e1a09f8c88fb3e5d53d131025 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Made File struct more flexible

The File can now be streamed to the SMTP server directly without
being buffered into memory firs...

9d308546b73830d689585fcdae2add26d3626d78 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Fixed a typo

79f88c6aa1fed7b81ccb63a04a60139371660214 authored over 9 years ago by Alexandre Cesaro <[email protected]>
Replaced Message.Export by Message.WriteTo

Message now implement io.WriterTo. It allows streaming
the message directly to the SMTP server w...

4f6286485b720bcde6a663fdae150410f2435cd8 authored over 9 years ago by Alexandre Cesaro <[email protected]>
remove dependency to quotedprintable.v1

since the v2 is already used in gomail.go

Closes #29.

11b919ab4933936a28fb6aeda5c6523091266f37 authored almost 10 years ago by fzerorubigd <[email protected]>
Improved memory consumption

Closes #25

74f94c0f269a90288aaa0395d640f3a288c54b2c authored almost 10 years ago by Alexandre Cesaro <[email protected]>
Fixed name encoding in adress headers

Closes #24.

19744cb73d273cf597cdffb4a59e0fd1942c11ea authored almost 10 years ago by Alexandre Cesaro <[email protected]>
Improved performances by using a bytes.Buffer pool

cb55422c78b6f3667ebc6506c8bfb58296ad43eb authored almost 10 years ago by Alexandre Cesaro <[email protected]>
Added quotes to names in address headers

Closes #23.

6a52a505972f14e4d370d50948f58acd2c899d94 authored almost 10 years ago by Alexandre Cesaro <[email protected]>
Fixed date headers

Closes #21.

c7ca0f5da9bd757d931ec3e4bc6180b553314674 authored almost 10 years ago by Alexandre Cesaro <[email protected]>
It is now possible to set the Content-ID of embeded files

Closes #20.

6805982221134fb0e02b6316dd094341e7e909c3 authored almost 10 years ago by Alexandre Cesaro <[email protected]>
Added the LOGIN authentication mechanism support

Closes #16.

de623e612de262a5069c969a54dba2d43f336d50 authored almost 10 years ago by Alexandre Cesaro <[email protected]>
Fix to emit at most 76 chars per line

From RFC 2045 (and also from looking at other packages), it appears that
line length limit is ac...

d7294067b867578fbea56a07541dcd0c851e5c41 authored almost 10 years ago by Mateusz Czapliński <[email protected]>
Fixed a bug when embedding multiple files.

Closes #12.

512e469f62c05fcf1e40b43ab95166d8a81a0f66 authored about 10 years ago by Alexandre Cesaro <[email protected]>
Added a new encoding: Unencoded

b4e3113e2dd2e703e92453e15e2161224f12e1fa authored about 10 years ago by alexcesaro <[email protected]>
Fixed the "from" and "to" inputs of the SendMail function

Closes #3.

4fcb155d12aa4486b9c00602531ff6bcb98ebd82 authored about 10 years ago by alexcesaro <[email protected]>
Fixed the Go version requirement

Closes #2.

9d27291713f622d4a265854cfba170ed4be9b236 authored about 10 years ago by alexcesaro <[email protected]>
Added support for SMTPS

Gomail now automatically uses SMTPS on port 465

062b8e4ef3b6382cdbf13b80585b22328bc705c5 authored about 10 years ago by alexcesaro <[email protected]>
Added the SetTLSConfig mailer setting

a0730d2c47921dcf2ede8854f918481ca7e54a86 authored about 10 years ago by alexcesaro <[email protected]>
Fixed header date fields format

c67e90c5bfd10defde9259aa77ad79af3503f92d authored about 10 years ago by alexcesaro <[email protected]>
Fixed some examples in comments

6af2a76be286f63a281d9056281d481cef2c67ad authored about 10 years ago by alexcesaro <[email protected]>
Added syntax highlighting to README.md

Closes #1

ed0214dc637f5c8f907879c58077b0d36cd5843f authored about 10 years ago by Yoshua Wuyts <[email protected]>
Initial commit

707e81ecee20d0f75d33eec639a88aaec8e6e283 authored about 10 years ago by alexcesaro <[email protected]>