lp:~jbfzs/dkimpy
- Get this repository:
-
git clone
https://git.launchpad.net/~jbfzs/dkimpy
Branches
Name | Last Modified | Last Commit |
---|---|---|
content_debugging | 2018-12-31 14:21:11 UTC |
ChangeLog entry as requested.
Author:
Jonathan Bastien-Filiatrault
ChangeLog entry as requested. |
integration | 2018-12-17 14:09:00 UTC |
Merge branch 'content_debugging' into integration
Author:
Jonathan Bastien-Filiatrault
Merge branch 'content_debugging' into integration |
beautifold | 2018-12-12 19:48:02 UTC |
Handle signature.endswith(b"\r\n \r\n") case.
Author:
Jonathan Bastien-Filiatrault
Handle signature. On the current master, there is an edge case with a 1024 bit key where How to reproduce on current master: dkim.sign( Where KEY is generated using certtool -p --bits=1024 and MAIL is a valid email. |
re_backtrack | 2018-12-12 18:41:48 UTC |
Avoid making a fresh slice of the whole email on each iteration.
Author:
Jonathan Bastien-Filiatrault
Avoid making a fresh slice of the whole email on each iteration. An update to yesterday's patch. Should avoid copying the mail byte Tested on Python 2.7 and 3.6. |
1 → 4 of 4 results | First • Previous • Next • Last |