Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
R
 refreshKeysFromServer
 register, FireGPG.Api
 removeDoublePoint, FireGPG.Api
 removeFile
 retriveKeyFromServer
 revokeKey
 revokeUid
 revoqueSign, FireGPGGPGAccess
 runATest, FireGPGGPGAccess
 runGnupg, FireGPGGPGAccess
S
 savef
 savePassword
 searchKeyInServer
 selfTest
 sendEmail, FireGPG.cGmail
 sendKeyToServer
 sepcialHome
 set, FireGPG.Selection
 setAccessList, FireGPG.Api
 setMailContent, FireGPG.cGmail2
 setSeletedText
 setSiteTo, FireGPG.Inline
 setSkinForKey
 setSkinForKey2
 setWriteMailContent
 showAssistant
 showEditor
 showSearchBox
 showText
 showUpdateDialog
 showWarnings
 sign
 sign(text,pub_key_id), FireGPG
 signandencrypt, FireGPG.Api
 signKey
 signUnClear
 simpleLoad, FireGPG.cGmail
 siteOff, FireGPG.Inline
 siteOn, FireGPG.Inline
 siteStatus, FireGPG.Inline
 Sortage, FireGPG
 switchedEnabled
 symcrypt
 symetric, FireGPGGPGAccess
T
 testGmailOn
 testGpg
 testIfSomethingsIsNew
 testSmtp
 textPrivateKey
 ToggleGpgAuthPref
 trim
 TrimAndWash
 tryToFoundTheRightCommand, FireGPGGPGAccess
U
 updatePopUp, FireGPG.Core.Overlay
 updateWaring
refreshKeysFromServer: function(silent)
Syncronize keys with the keyserver
Syncronize keys with the keyserver
register: function (event)
Try to register a webpage (ask the user).
removeDoublePoint: function(s)
Change # to #1, : to #2 and , to #3 in a string
removeFile:function (path)
Delete a file.
retriveKeyFromServer: function(keyId,
silent)
Get a key from a keyserver
retriveKeyFromServer: function(key,
server)
Get a key from a keyserver
revokeKey: function (silent,
key,
raison,
password)
Revoke a key (!)
revokeKey: function (key,
password,
raison)
Revoke a key (!)
revokeUid: function (silent,
key,
uid,
password)
Revoke an identity of a key
revokeUid: function(key,
uid,
password,
raison)
Revoke an identity of a key
revoqueSign: function (key,
uid,
password)
Deprecated function
runATest: function(option)
Test if we are currently able to run the a command.
runGnupg: function(parameters,
sdtIn,
charset)
Execute gnupg.
function savef()
Save the current data in the editor to a file
savePassword:function (password)
searchKeyInServer: function(search,
silent)
Seach for a key in keyserver
searchKeyInServer: function(search,
server)
Seach for a key in keyserver
selfTest: function(silent)
This if are able to access to a GnuPG executable
selfTest: function()
Return true if we’re able to call GnuPG.
sendEmail: function(nodeForScan,
dDocument)
Simulate a click on the send button.
sendKeyToServer: function(keyId,
silent)
Send a key from a keyserver
sendKeyToServer: function(key,
server)
Send a key from a keyserver
Set a new home.
set: function(text,
infoSignAndCrypt)
Modify the selection, or show a dialog with the text if it’s not possible.
setAccessList: function(arrayy)
Set a new list of access
setMailContent: function(papai,
doc,
data)
Set the content of a mail, need the div object with the mail
function setSeletedText(text)
Remplace the current selected text of the editor with the text in parameter.
FireGPG.Inline.setSiteTo = function(aUrl,
value)
Activate or desactivate the handiling of pgp block for a domain
setSkinForKey:function (key,
child,
privateKey)
Set the correct class of a key, using his status (private, revoked)
setSkinForKey2:function (key,
child,
mainKey,
sign,
havePrivate)
Set class for a node with the key attribute
setWriteMailContent: function(dDocument,
idMail,
newText)
Set the content of a mail in composition (his selection if something is selected)
setWriteMailContent: function(dDocument,
boutonxboxnode,
newText)
Set the content of a mail in composition (his selection if something is selected)
function showAssistant()
Show the assistant
showEditor:function ()
Open the editor (the showtext.xul dialog)
showSearchBox:function (autoSearch)
Show the dialog box to search key
showText:function (text,
description,
title,
doShowButtons,
validSign)
Show ‘text’ in a dialog (the editor)
showUpdateDialog:function ()
Show the update dialog to let user update FireGPG
function showWarnings()
Show warnings if use try to disable updates because it’s bad ^^.
function sign()
Sign the current data of the editor.
sign: function(silent,
text,
keyID,
password,
notClear,
autoSelectPrivate,
wrap,
fileMode,
fileFrom,
fileTo)
Function to sign a text.
sign: function (event)
Return ‘sign-ok’ in ‘result’ (or ‘sign-err’ is there is a problem) if makeing a sign was successfull Return in ‘text’ a signed text
sign: function (text,
password,
keyID,
notClear,
fileMode,
fileFrom,
fileTo)
Sign a text.
Sign a text and return an object containing two attributes :
signandencrypt: function (event)
Return ‘signandencrypt-ok’ in ‘result’ (or ‘signandencrypt-err’ is there is a problem) if makeing a signed and encrypted text was successfull Return in ‘text’ the encrypted text
signKey: function(silent,
key,
keyForSign,
password)
Sign a key
signKey: function(key,
keyForSign,
password)
Sign a key
function signUnClear()
Sign the current data of the editor (unclear)
simpleLoad: function(e)
This function is called when a gmail page is loaded.
FireGPG.Inline.siteOff = function(aUrl)
Desactivate the handiling of pgp block for a domain
FireGPG.Inline.siteOn = function(aUrl)
Activate the handiling of pgp block for a domain
FireGPG.Inline.siteStatus = function(aUrl)
Return ‘OFF’ if we shouln’t handle block on the domain, ‘ON’ if we should, ‘’ if user don’t case
FireGPG.Sortage = function(a,
b)
This is a function used to sort an array of FireGPG.GPGKey by the key name Use it like this : thearray.sort(Sortage)
function switchedEnabled()
Switch on or off gmail
function symcrypt()
Symetricaly encrypt the current data of the editor.
symetric: function(text,
password,
algo,
fileMode,
fileFrom,
fileTo)
Symetricaly encrypt a text.
function testGmailOn()
Test if gmail is activated and working, and change the interface
function testGpg()
Test if gpg works and change the interface
testIfSomethingsIsNew:function ()
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.
function testSmtp()
Test is the current smtp server set in options is working.
function textPrivateKey()
Test if there is a private key and set the interface
function ToggleGpgAuthPref(item)
This function have to be documented.
trim :function (str)
Remove extra space at the end and the begging of the string.
TrimAndWash:function (str)
Remove extra space at the end and the begging of the string, and remove \n
tryToFoundTheRightCommand: function ()
Do some test to be able to find a working GnuPG executable.
updatePopUp: function()
Update labels of inline popup
function updateWaring()
Show the warning about https if need
Close