~jbfzs/dkimpy:content_debugging

Last commit made on 2018-12-31
Get this branch:
git clone -b content_debugging https://git.launchpad.net/~jbfzs/dkimpy
Only Jonathan Bastien-Filiatrault can upload to this branch. If you are Jonathan Bastien-Filiatrault please log in for upload directions.

Branch merges

Branch information

Name:
content_debugging
Repository:
lp:~jbfzs/dkimpy

Recent commits

9bf7e43... by Jonathan Bastien-Filiatrault <email address hidden>

ChangeLog entry as requested.

43c91fe... by Jonathan Bastien-Filiatrault <email address hidden>

Document content debugging parameter.

4175d75... by Jonathan Bastien-Filiatrault <email address hidden>

Merge remote-tracking branch 'upstream/master' into content_debugging

0555cb5... by Scott Kitterman

ChangeLog engry for jbfzs/beautifold

25b2eb7... by Scott Kitterman

Merge remote-tracking branch 'jbfzs/beautifold'

6b4127f... by Jonathan Bastien-Filiatrault <email address hidden>

Don't insert an extra space at the end of the line when doing a soft fold.

Trailing whitespaces are best avoided.

2d474d6... by Jonathan Bastien-Filiatrault <email address hidden>

Do not take the name length into account on the second line when folding.

Setting namelen could have no effect, my guess is that this was the
original intention of the code.

This results in more efficient usage of lines.

82bef59... by Jonathan Bastien-Filiatrault <email address hidden>

Don't log message content by default.

Right now, it is quite easy to end up logging the whole message in the
log when verifying signatures. This can result in wasted resources
writing the log to disk and increasing memory usage. This can also be
a private data leak if logging is put in DEBUG in a production
environment.

882d14c... by Jonathan Bastien-Filiatrault <email address hidden>

Avoid making a fresh slice of the whole email on each iteration.

An update to yesterday's patch. Should avoid copying the mail byte
string more than once.

Tested on Python 2.7 and 3.6.

903cc90... by Scott Kitterman

Changelog and version for starting 0.9.2