Skip to content

Tags: hex55/flanker

Tags

v0.4.55

Toggle v0.4.55's commit message
Merge pull request mailgun#128 from mailgun/ajay/qp_encoding_cleanup

Ajay/qp encoding cleanup

qp_encoding

Toggle qp_encoding's commit message
For text part, prefer quoted printable over base64

Quoted Printable is good enough, we don't need base64.
For mostly ascii data, base64 adds quiet a bit of bandwidth overhead.
Also, use quopri directly, email.encoders forces encoding of space
character.
Implement metrics for flanker parts

v0.4.41

Toggle v0.4.41's commit message
Merge pull request mailgun#118 from mailgun/maxim/develop

Make DecodingError message safe

v0.4.40

Toggle v0.4.40's commit message
Decode to UTF-8 before logging

This fixes an exception where a header contains a character that cannot
be converted to ASCII, e.g. 0xea.  Python will attempt to encode unicode
strings to ascii before passing them to b64encode (which passes it to the
internal C function binascii.b2a_b64).  This commit forces encoding of
the string as UTF-8, which contains no characters that cannot be encoded.

v0.4.39

Toggle v0.4.39's commit message
Trim exception when getting string representation of Error.

v0.4.38

Toggle v0.4.38's commit message
Merge pull request mailgun#107 from mailgun/sergey/inline

fix file name for inline attachments

v0.3.38

Toggle v0.3.38's commit message
Merge branch 'master' into stable

Conflicts:
	setup.py

v0.4.37

Toggle v0.4.37's commit message
Version bump for release.

v0.3.37

Toggle v0.3.37's commit message
Merging in master.

v0.4.36

Toggle v0.4.36's commit message
Bumped version of dnsq.