Ignore:
Timestamp:
03/13/10 00:37:22 (2 years ago)
Author:
nuxwin
Message:
  • [MERGE] Latest omega-1.0.5 changes - part I
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/gui/tools/webmail/doc/presets.txt

    r1904 r2693  
    1 $Date: 2008-06-18 00:25:11 -0700 (Wed, 18 Jun 2008) $ 
     1$Date: 2010-02-13 15:06:30 -0800 (Sat, 13 Feb 2010) $ 
    22 
    33This file lists the SquirrelMail settings set by option D in conf.pl 
     
    232232 
    233233* Configuration with Maildir++ depot and . delimiter - use courier preset. 
     234 
     235 
     236--------------------- 
     237'gmail' settings: 
     238--------------------- 
     239Support for using SquirrelMail as a front end for Google Mail (Gmail) 
     240accounts was added in SquirrelMail versions 1.4.20 and 1.5.2 and is 
     241currently experimental. 
     242 
     243CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN 
     244X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE  
     245 
     246Notes: 
     247* Might want to remove "All Mail" from folder drop-down lists (such as the 
     248  ones for moving mail to folders... "All Mail" is not a folder in Gmail 
     249  (it is a super-folder that shows mail from all folders) 
     250* Might want to remove the whole folder list drop-down from Create Folder 
     251  section, since labels/folders are usually just created as children of <none> 
     252* Might want to remove any folders prefixed with [Gmail]/ from the rename 
     253  and delete folders drop down selectors, since those are Gmail system folders 
     254* Might want to tweak what's included in the (un)subscribe menus too(?) 
     255* The folder list order is slightly strange, with the Gmail system folders 
     256  listed below the user labels/folders and away from the other system folders 
     257  (drafts/sent/trash) 
     258* When a user changes languages in Gmail's interface, the Drafts, Sent and 
     259  Trash folder names are changed to localized versions thereof.  To see those 
     260  folders correctly in SquirrelMail, the user should change the SquirrelMail 
     261  language to match.  Moreover, SquirrelMail then needs to be told what 
     262  folders to use for Drafts, Sent and Trash in Options --> Folder Preferences. 
     263  These default settings will only correctly find the Sent, Trash and Drafts 
     264  folders if both Gmail and SquirrelMail languages are set to English. 
     265  (This could be solved with implementation of extended LIST command support.) 
     266* In some places (Europe?), the "[Gmail]" prefix should be "[Google Mail]" 
     267  and "Trash" might be called "Bin" 
     268 
     269              imap_server_type = gmail 
     270         default_folder_prefix = <none> (is set to empty string) 
     271                  trash_folder = [Gmail]/Trash 
     272         default_move_to_trash = true 
     273                   sent_folder = [Gmail]/Sent Mail 
     274                  draft_folder = [Gmail]/Drafts 
     275           auto_create_special = false 
     276            show_prefix_option = false 
     277          default_sub_of_inbox = false 
     278show_contain_subfolders_option = false 
     279            optional_delimiter = / 
     280                 delete_folder = true 
     281      force_username_lowercase = false 
     282                        domain = gmail.com 
     283             imapServerAddress = imap.gmail.com 
     284                      imapPort = 993 
     285                  use_imap_tls = true 
     286                imap_auth_mech = login 
     287             smtpServerAddress = smtp.gmail.com 
     288                      smtpPort = 465 
     289                  use_smtp_tls = true 
     290                smtp_auth_mech = login 
     291               pop_before_smtp = false 
     292                   useSendmail = false 
     293 
     294------------------- 
Note: See TracChangeset for help on using the changeset viewer.