



gMail Handler is a Firefox add-on to add Clipboard Viewer to Google Mail.
With this add-on, you are able to:-
- Copy Image and Drag and Drop into email message box
- Copy Table from Excel and Drag and Drop into email message box
- Copy Files and Drag and Drop into email message box
In the latest version:
- java.awt.datatransfer.DataFlavor("text/html; class=java.lang.String; charset=Unicode","text/html") is replaced with trans.addDataFlavor("application/x-moz-nativehtml"); to get the Clipboard content in HTML format. So the gMail Handler does not need any Java to translate the Excel Table, which is UNICODE, into HTML.
With this add-on, you are able to:-
- Copy Image and Drag and Drop into email message box
- Copy Table from Excel and Drag and Drop into email message box
- Copy Files and Drag and Drop into email message box
In the latest version:
- java.awt.datatransfer.DataFlavor("text/html; class=java.lang.String; charset=Unicode","text/html") is replaced with trans.addDataFlavor("application/x-moz-nativehtml"); to get the Clipboard content in HTML format. So the gMail Handler does not need any Java to translate the Excel Table, which is UNICODE, into HTML.