Decrypt the current data of the editor.
function dcrypt()
Check if debuggin is enabled and if yes show up messages in console
FireGPG.debug = function( message, debugCode, fatal )
Decode a base64 string
decode : function ( input, bMode )
Decode a utf8 text
decode: function( s )
Decrase the counter who force user to read what it’s written
function decraseCounter()
Function to decrypt a text.
decrypt: function( silent, text, password, binFileEncoded, fileMode, fileFrom, fileTo, api )
Return ‘decrypt-ok’ in ‘result’ (or ‘decrypt-err’ is there is a problem) if trying to decrypt a text was successfull Return in ‘text’ the decrypted text
decrypt: function ( event )
Decrypt a text.
decrypt: function( text, password, binFileMode, fileMode, fileFrom, fileTo )
This is the function called when the user click on “Decrypt” for a PGP’s encrypted message block
FireGPG.Inline.DecryptMessage = function( content, block )
This function is called to decrypt the data sent by the server that is encrypted with the users public key
decryptUserToken: function( UTK_ELM, e )
Delete a key (!)
deleteKey: function( silent, key )
Delete a key (!)
deleteKey: function( key )
Delete an identity of a key
delUid: function ( silent, key, uid )
Delete an identity of a key
delUid: function( key, uid )
Deny futur registrations from a domain|website|page
denyRegister: function( theLocation, type )
Open the file selected and return the choosen file.
function directorySelector()
This function validates the server against the users keyring by encrypting a random token to the public key on file for the given domain.
doServerTests: function( STK_ELM, UTK_ELM, event )
Show an array or an object in a console
dump2:function ( o )
This function was inspired by the print_r function of PHP.
dumper:function ( arr, level )
Encode to base6
encode: function ( input, bMode )
Encode a text to utf8
encode: function( s )
Return ‘encrypt-ok’ in ‘result’ (or ‘encrypt-err’ is there is a problem) if makeing a ecnrypted text was successfull Return in ‘text’ the encrypted text
encrypt: function ( event )
Convert the text, in unicode, into an string in the specified chaset.
EnigConvertFromUnicode:function ( text, charset )
Convert the gpg --with-collums text (who are strangly encoded) into a uniform Unicode string.
EnigConvertGpgToUnicode:function ( text )
Convert the text, in the specified chaset, into an Unicode string.
EnigConvertToUnicode:function ( text, charset )
This erase the saved password :function (it’s for exemple when a sign failled)
eraseSavedPassword:function ()
Return true if a file exist
fileExist:function ( path )
Open the file selected and return the choosen file.
function fileSelector()
This function filter the key list, based on the current value of search-textbox.
function filter()
Get the interal id of a mail based on this mail id of the page (Used by getMimeMailContens).
foundTheGoodId: function( id )