Created
February 15, 2015 20:11
-
-
Save qayshp/ec2ac2da1de026fb5b44 to your computer and use it in GitHub Desktop.
/Applications/Mail.app/Contents/MacOS/Mail -DebugLog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /Applications/Mail.app/Contents/MacOS/Mail -DebugLog | |
2015-02-15 12:10:15.500 Mail[87876:7812077] | GPGMailBundle.m[278] Data length: 248180 | |
2015-02-15 12:10:16.009 Mail[87876:7812077] | GPGMailBundle.m[283] Signatures: { | |
sA = ( | |
"<GPGSignature: 0x7fe3048112b0>" | |
); | |
sD = { | |
GOODSIG = ( | |
( | |
E8A664480D9E43F5, | |
"Team <[email protected]>" | |
) | |
); | |
"SIG_ID" = ( | |
( | |
"u9mkVm8/Hjk9CllzUimqNNxlbZA", | |
"2014-12-30", | |
1419951608 | |
) | |
); | |
"TRUST_ULTIMATE" = 1; | |
VALIDSIG = ( | |
( | |
8C31E5A17DD5D932B448FE1DE8A664480D9E43F5, | |
"2014-12-30", | |
1419951608, | |
0, | |
4, | |
0, | |
1, | |
10, | |
00, | |
85E38F69046B44C1EC9FB07B76D78F0500D026C4 | |
) | |
); | |
}; | |
} | |
2015-02-15 12:10:16.009 Mail[87876:7812077] | GPGMailBundle.m[380] [GOOD] we only have one signature | |
2015-02-15 12:10:16.010 Mail[87876:7812077] | GPGMailBundle.m[389] [GOOD] KeyID matches one our key ID | |
2015-02-15 12:10:16.010 Mail[87876:7812077] | GPGMailBundle.m[398] [GOOD] Valid sig entry is available. | |
2015-02-15 12:10:16.010 Mail[87876:7812077] | GPGMailBundle.m[407] [GOOD] Sig key matching required key. | |
2015-02-15 12:10:16.010 Mail[87876:7812077] | GPGMailBundle.m[430] [GOOD] Expiration date alright | |
2015-02-15 12:10:16.010 Mail[87876:7812077] | GPGMailBundle.m[438] Beta has expired! | |
2015-02-15 12:10:16.010 Mail[87876:7812077] | GPGMailBundle.m[142] Swizzling out important classes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment