Files
sogo/SoObjects/Mailer
Wolfgang Sourdeau 67720a01a0 Monotone-Parent: 5d6bd031d4a71e69a4759798355764f7f9894322
Monotone-Revision: 4b75d0f2673a649962c631fea2213e8dbf33a7b1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-19T19:22:08
Monotone-Branch: ca.inverse.sogo
2010-08-19 19:22:08 +00:00
..
2010-08-03 15:13:58 +00:00
2010-08-03 15:13:58 +00:00
2010-08-03 16:19:07 +00:00
2010-06-04 16:32:21 +00:00
2009-10-05 19:15:14 +00:00
2009-10-07 21:29:50 +00:00
2010-08-03 15:13:58 +00:00
2006-06-15 19:34:10 +00:00
2009-11-26 14:53:30 +00:00
2009-11-26 14:53:30 +00:00
2009-11-25 02:34:24 +00:00
2006-06-15 19:34:10 +00:00
2010-06-25 19:58:30 +00:00
2010-08-03 15:13:58 +00:00
2010-08-03 15:13:58 +00:00
2010-08-03 15:13:58 +00:00
2010-08-18 15:38:13 +00:00

# README for Mailer SoObjects

Class Overview
==============

SOGoMailManager
- backend class connecting to NGImap4, will probably move to SOGoLogic

Class Hierarchy
===============

[NSObject]
  SOGoMailerProduct
  <SOGoObject>
    SOGoMailAccounts
    SOGoMailBaseObject
      SOGoDraftObject
      SOGoDraftsFolder
      SOGoMailAccount
        SOGoSharedMailAccount
      SOGoMailBodyPart
        SOGoImageMailBodyPart
        SOGoMessageMailBodyPart
      SOGoMailFolder
        SOGoSharedInboxFolder
      SOGoMailObject
  [EODataSource]
    SOGoMailFolderDataSource

Defaults
========

SOGoEnableIMAP4Debug       YES|NO - enable/disable debugging in SOGoMailManager
SOGoDisableIMAP4Pooling    YES|NO - disable IMAP4 connection pooling
SOGoMailSpoolPath	   path   - FS path where mail drafts are stored
SOGoNoDraftDeleteAfterSend YES|NO - makes the draft's -delete method a NOOP

SOGoSpecialFoldersInRoot   YES|NO - do special folders live under INBOX?
  - corresponds to the Cyrus setting: "altnamespace: yes"
SOGoEnableSieveFolder      YES|NO - should the Sieve folder be visible?

SOGoSharedFolderName       IMAP4-Name
  - corresponds to the Cyrus setting: sharedprefix
SOGoOtherUsersFolderName   IMAP4-Name
  - corresponds to the Cyrus setting: userprefix

SOGoInternetMailSuffix     String-Pattern
  - suffix to add to mails sent via Internet
  - eg: -SOGoInternetMailSuffix \
        '"*** This email was composed using SOGo on the public Internet ***"'
    you can access request values inside the pattern, eg:
         "$headers.host$"

SOGoDoNotFetchMailHeader   YES|NO - whether or not to fetch the mail header
  - the mail header is ~4KB to fetch, a slowdown of ~13ms on the dev system
  - the header gives much more information about the mail
    - eg: spam status
  - parsing the mail header takes time

SOGoMailDisableETag        YES|NO - whether or not to check/deliver an etag