| Gnome Gmail for Google Apps |
Gnome Gmail for Google Appsby Jordan Emmorey v0.1 This work is licensed under a Creative Commons License. 0. TOC and Purpose 0. TOC and PurposeThe purpose of this is paper is to document the procedure for integrating Gnome Gmail for Google Apps users. This feature has been requested but is not available in version 1.4.1. 1. BackgroundI use Ubuntu and Debian desktops, and have my domain hosted with Google Apps. I want to be able to click mailto: links and have it open within my Google Apps Mail. I installed gnome-gmail from the stable debian repo, and followed the detailed instructions for integration from the Gnome Gmail SourceForge page. This allowed me to use my gmail account, but not my Google Apps email. 2. Use / ModificationThe default version of gnome-gmail resides in /usr/bin. It has three references to mail.google.com which need to be modified for use with Google Apps. jemmorey@lappy:~$ egrep mail.google.com /usr/bin/gnome-gmail tourl = "https://mail.google.com/mail?view=cm&tf=0&fs=1" return( "https://mail.google.com/" ) imap_url = "https://mail.google.com//mail/#drafts" Modified version: jemmorey@lappy:~$ egrep mail.google.com /usr/bin/gnome-gmail tourl = "https://mail.google.com/a/obsecurities.com/mail?view=cm&tf=0&fs=1" return( "https://mail.google.com/a/obsecurities.com/" ) imap_url = "https://mail.google.com/a/obsecurities.com/mail/#drafts" 3. Resources4. ContactThanks for reading. If you have any comments, suggestions or gripes please feel free to send them along. I'm always hungry for feedback. Thanks. Contact me via email at This e-mail address is being protected from spambots. You need JavaScript enabled to view it . 5. Keywordsgmail, gnome, gnome-gmail, debian, Linux, Ubuntu, desktop, 9.10, 9.04, karmic, Google, Google Apps, Gmail, mail 6. DisclaimerObsecurities is furnishing this item "as is". Obsecurities does not provide any warranty of the item whatsoever, whether express, implied, or statutory, including, but not limited to, any warranty of merchantability or fitness for a particular purpose or any warranty that the contents of the item will be error-free. In no respect shall obsecurities incur any liability for any damages, including, but limited to, direct, indirect, special, or consequential damages arising out of, resulting from, or any way connected to the use of the item, whether or not based upon warranty, contract, tort, or otherwise; whether or not injury was sustained by persons or property or otherwise; and whether or not loss was sustained from, or arose out of, the results of, the item, or any services that may be provided by Obsecurities. |