| T | |
| Tags of PGP’s blocks | |
| Tempory files | |
| testGmailOn | |
| testGpg | |
| testIfSomethingsIsNew | |
| testSmtp | |
| textPrivateKey | |
| theLocation | |
| TMP_DIRECTORY | |
| TMP_EFILES | |
| TMP_FILES | |
| TMP_RFILES | |
| ToggleGpgAuthPref | |
| translation | |
| trim | |
| TrimAndWash | |
| tryToFoundTheRightCommand, FireGPGGPGAccess | |
| Types of blocks | |
| U | |
| updateAvailable | |
| updatePopUp, FireGPG. | |
| updateWaring | |
| useGPGTrust | |
| UTF8 | |
| V | |
| Variables | |
| verify | |
| VerifySignature, FireGPG. | |
| Version, FireGPG. | |
| VersionA, FireGPG. | |
| W | |
| wash, FireGPG. | |
| wrap | |
| Write modes for files | |
| WRITE_MODE | |
| WRITE_PERMISSION | |
| WRITE_PERMISSION_R | |
| X | |
| XPCOM_STATE_DISABLED | |
| XPCOM_STATE_DONTWORK | |
| XPCOM_STATE_DONTWORK_IN_0_5 | |
| XPCOM_STATE_NEVERTESTED | |
| XPCOM_STATE_WORKS |
Test if gmail is activated and working, and change the interface
function testGmailOn()
Test if gpg works and change the interface
function testGpg()
Test if user update FireGPG or if he have to update, and show the What is new page send a ping or propose to update FireGPG if relevant.
testIfSomethingsIsNew:function ()
Test is the current smtp server set in options is working.
function testSmtp()
Test if there is a private key and set the interface
function textPrivateKey()
The current location
var theLocation
This function have to be documented.
function ToggleGpgAuthPref( item )
The translation of the ‘Can access’ button
var translation
Remove extra space at the end and the begging of the string.
trim :function ( str )
Remove extra space at the end and the begging of the string, and remove \n
TrimAndWash:function ( str )
Do some test to be able to find a working GnuPG executable.
tryToFoundTheRightCommand: function ()
Update labels of inline popup
updatePopUp: function()
Show the warning about https if need
function updateWaring()
If we have to disable trusting system of gnupg.
FireGPG.useGPGTrust
Verfiy signs of the current data of the editor.
function verify()
Function to verify signs in a text.
verify: function( silent, text, charset, signData, fileMode, fileFrom, fileSig, fileDataForSign, fromDTA )
Verify a text.
verify: function( text, charset, fileMode, fileFrom, fileSig, fileDataForSign, fromDTA )
This is the function called when the user click on “Verify” for a PGP’s signed message block
FireGPG.Inline.VerifySignature = function( content, block )
Transform HTML to usable text to encrypt
wash: function( text )
This function wraps a single line of text into multiple lines, each no longer than limit, unless a single word is too long.
wrap:function ( text, limit )