Skip to content

Tags: mikel/mail

Tags

2.8.1

Toggle 2.8.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v2.8.1

2.8.1.rc2

Toggle 2.8.1.rc2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v2.8.1.rc2

2.8.1.rc1

Toggle 2.8.1.rc1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
v2.8.1.rc1

2.8.0.1

Toggle 2.8.0.1's commit message
Fixes file permissions in 2.8.0 release. No code changes.

2.8.0.1.rc1

Toggle 2.8.0.1.rc1's commit message
Fixes file permissions in 2.8.0 release. No code changes.

2.8.0

Toggle 2.8.0's commit message
2.8.0 Release

2.8.0.rc3

Toggle 2.8.0.rc3's commit message
Stable branch release 2.8.0.rc3

2.8.0.rc2

Toggle 2.8.0.rc2's commit message
Stable branch release 2.8.0.rc2

2.8.0.rc1

Toggle 2.8.0.rc1's commit message
Stable branch for 2.8.x releases

2.7.1

Toggle 2.7.1's commit message
Mail 2.7.1

Compatibility:
* Restore LF=>CRLF conversions for properly encoded non-binary emails. (rubys)
* Gracefully parse certain invalid Content-Type headers. (rafbm)
* Support `x-uue` transfer encoding as uuencoding. (jkraemer)

Features:
* Expose Mail::Field#unparsed_value to read the raw field value, before parsing. (Tensho)

Performance:
* Speed up message encoding, especially with large attachments. (dalibor)

Bugs:
* Fix transfer encoding when message encoding is blank. (jakubonty, saks)
* Fix 7bit/base64 content transfer encoding mismatch. (ahorek)
* Fix UTF-8 attachment filename quoting. (ahorek)
* Fix `delete_all` using a readonly IMAP connection. (kimromi)