index
:
enigmail.git
1.9-mapAddrsToKeys
AutoSendEncrypted
ForceSignEnc
WizardFixes
autocrypt-startup
bugfix-300
enigmail-0-49-branch
enigmail-0-65-0-branch-for-mozilla-trunk
enigmail-0-76-1-branch-for-thunderbird
enigmail-0-86-2-branch
enigmail-0-89-6-branch
enigmail-0-92-1-branch
enigmail-0-94-2-branch
enigmail-0-95-branch
enigmail-0-96-branch
enigmail-1-0-branch
enigmail-1-1-branch
enigmail-1-2-branch
enigmail-1-5-2-branch
enigmail-1-7-branch
enigmail-1.8-branch
enigmail-1.9-branch
enigmail-2.0-branch
enigmail-2.1-branch
enigmail-2.2-branch
enigmail-3.0-branch
enigmail-pbx
filter-v2
gitlab-ci-test
keyserver-access-rewrite
master
new-keymanager
nico-towardsObjectsAsAddresses
openpgpjs-5.0
pEp-Development
python3
tb-67-preparation
A simple interface that adds OpenPGP email security to Thunderbird
Git daemon
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
use new plpp.pl instead of Preprocessor.py for CPP-like preprocessing
python3
Patrick Brunschwig
2019-11-09
2
-1
/
+113
*
avoid cmp in favor of __lt__
Daniel Kahn Gillmor
2019-11-09
1
-2
/
+2
*
always return a struct_time
Daniel Kahn Gillmor
2019-11-09
1
-2
/
+2
*
python3 treats objects as Unicode by default, no need for explicit indicators
Daniel Kahn Gillmor
2019-11-09
1
-10
/
+9
*
convert the rest of the build infrastructure to python3
Daniel Kahn Gillmor
2019-11-09
4
-9
/
+9
*
fix shebang lines to use python3
Daniel Kahn Gillmor
2019-11-09
2
-2
/
+2
*
use py2to3-2.7 to convert to python3
Daniel Kahn Gillmor
2019-11-09
8
-34
/
+34
*
convert buildlist.py to unix-style line-endings (no functional change)
Daniel Kahn Gillmor
2019-11-09
1
-42
/
+42
*
Merge branch 'debian-divergence' into 'master'
Patrick Brunschwig
2019-11-08
3
-12
/
+13
|
\
|
*
tests: wrap individual tests in key-test with withTestGpgHome()
Daniel Kahn Gillmor
2019-11-08
3
-12
/
+13
|
/
*
Show an indefinite progress circle instead of a progress meter
Patrick Brunschwig
2019-11-06
2
-23
/
+39
*
another fix for dark themes
Patrick Brunschwig
2019-11-06
1
-1
/
+0
*
fixed theme adaptaion
Patrick Brunschwig
2019-11-03
2
-4
/
+1
*
ensure that menu is visible on dark themes
Patrick Brunschwig
2019-11-03
2
-1
/
+18
*
fix for Postbox Theme error
Patrick Brunschwig
2019-11-03
13
-1
/
+14
*
added label for revocation certificates
Patrick Brunschwig
2019-11-03
2
-1
/
+2
*
use *.rev instead of *.asc for saving revocation certs
Patrick Brunschwig
2019-11-02
1
-3
/
+3
*
updated locale from Transifex
Patrick Brunschwig
2019-10-29
39
-300
/
+374
*
catch exceptions properly
Patrick Brunschwig
2019-10-29
2
-24
/
+47
*
use nsIJSInspector instead of do_test_pending
Patrick Brunschwig
2019-10-28
2
-4
/
+10
*
set Enigmail version such that no attempt to launch setup is performed
Patrick Brunschwig
2019-10-28
1
-0
/
+1
*
don't auto-update Postbox
Patrick Brunschwig
2019-10-28
1
-0
/
+2
*
try to work around exceptions during waiting for next event
Patrick Brunschwig
2019-10-28
1
-5
/
+18
*
set warnOnMissingOwnerTrust to false upon starting unit tests on all platforms
Patrick Brunschwig
2019-10-28
2
-1
/
+2
*
use image for 13-buster instead of 10-stretch
Patrick Brunschwig
2019-10-27
1
-1
/
+1
*
added architecture i386
Patrick Brunschwig
2019-10-27
1
-1
/
+2
*
create tmp file for XAuthority file
Patrick Brunschwig
2019-10-27
2
-1
/
+2
*
added -y to 7z execution
Patrick Brunschwig
2019-10-27
1
-1
/
+1
*
don't try to install python2
Patrick Brunschwig
2019-10-27
1
-1
/
+1
*
Perform Unit Tests on Wine with Postbox
Patrick Brunschwig
2019-10-27
2
-1
/
+110
*
fixed test cases for Windows
Patrick Brunschwig
2019-10-27
2
-8
/
+17
*
fixed various test cases for Postbox 7
Patrick Brunschwig
2019-10-26
9
-55
/
+94
*
allow writing to files outside current directory
Patrick Brunschwig
2019-10-25
2
-5
/
+19
*
added config of log file; made unit tests more platform-independent
Patrick Brunschwig
2019-10-25
3
-10
/
+19
*
catch exceptions and reject Promise correctly;
Patrick Brunschwig
2019-10-25
2
-118
/
+162
*
fixed typo that make MailServices fail to load on Postbox
Patrick Brunschwig
2019-10-21
1
-1
/
+1
*
fixed typo
Patrick Brunschwig
2019-10-20
1
-1
/
+1
*
fixed syntax error
Patrick Brunschwig
2019-10-20
1
-1
/
+1
*
merges JSUnit into Enigmail
Patrick Brunschwig
2019-10-20
11
-10
/
+1142
*
catch unhandled excption when reading a non-existent pref
Patrick Brunschwig
2019-10-20
1
-10
/
+13
*
remove postbox eventListener upon unload
Patrick Brunschwig
2019-10-20
1
-2
/
+8
*
- better fix for trimming HTML messages
Patrick Brunschwig
2019-10-18
3
-23
/
+41
*
set defaut mode to "classic"
Patrick Brunschwig
2019-10-18
1
-6
/
+2
*
use array instead of string for logging
Patrick Brunschwig
2019-10-18
1
-5
/
+6
*
trim msgText extracted from DOM tree (might be required after conversion HTML...
Patrick Brunschwig
2019-10-16
1
-2
/
+2
*
only use --import-filter if gpg supports it
Patrick Brunschwig
2019-10-15
1
-1
/
+1
*
added blacklist domains
Patrick Brunschwig
2019-10-14
1
-0
/
+63
*
WKD: added padding of request; import-filter for domain of email addresses
Patrick Brunschwig
2019-10-14
2
-57
/
+114
*
only log first 500 bytes of errOutput
Patrick Brunschwig
2019-10-12
1
-4
/
+4
*
set maximum version to 71.* (the last supported TB version)
Patrick Brunschwig
2019-10-12
1
-1
/
+1
[next]