sogo/SoObjects/Mailer
Wolfgang Sourdeau 927d3630b9 Monotone-Parent: 92e42146654f909620b7da66ba2c0605408e6a38
Monotone-Revision: 7520c3f3ca840f0f1b0b386fd6a8262877b672ba

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-30T15:25:20
Monotone-Branch: ca.inverse.sogo
2007-03-30 15:25:20 +00:00
..
ChangeLog.upstream - renamed old and obsolete ChangeLogs to Changelog.upstream; 2006-07-04 20:13:47 +00:00
common.h see ChangeLog 2006-06-15 19:34:10 +00:00
GNUmakefile see ChangeLog 2006-06-15 19:34:10 +00:00
GNUmakefile.preamble see ChangeLog 2006-06-15 19:34:10 +00:00
Product.m see ChangeLog 2006-06-15 19:34:10 +00:00
product.plist Monotone-Parent: 035a7461367cb96790062dc6cf38d9a910a09534 2006-12-15 15:15:26 +00:00
README see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoCalendarMailBodyPart.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoDraftObject.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoDraftObject.m Monotone-Parent: edb731c85cdb6a64b6605f487aef4dced599b540 2006-11-09 19:46:14 +00:00
SOGoDraftsFolder.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoDraftsFolder.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoImageMailBodyPart.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailAccount.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailAccount.m Monotone-Parent: 92e42146654f909620b7da66ba2c0605408e6a38 2007-03-30 15:25:20 +00:00
SOGoMailAccounts.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailAccounts.m Monotone-Parent: 8566d6fbfa896a774b9907c3125e7b3de87296cd 2006-07-28 22:59:11 +00:00
SOGoMailBaseObject.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailBaseObject.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailBodyPart.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailBodyPart.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailFolder.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailFolder.m see changelog 2007-02-08 21:55:47 +00:00
SOGoMailFolderDataSource.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailFolderDataSource.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailIdentity.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailIdentity.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailManager.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailManager.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoMailObject.h Monotone-Parent: 84ca160658d36fe85ed06cb0e19ed9f385489e47 2006-11-10 22:53:57 +00:00
SOGoMailObject.m Monotone-Parent: 7e21b29e298fa9a1baff1c52d0d806113ce623f4 2007-02-16 16:54:57 +00:00
SOGoMessageMailBodyPart.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoSharedInboxFolder.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoSharedInboxFolder.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoSharedMailAccount.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoSharedMailAccount.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoTrashFolder.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoTrashFolder.m see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoUser+Mail.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoUser+Mail.m Monotone-Parent: d73281348e68338299c1595a484a8a1033de3cd1 2006-07-28 22:43:28 +00:00
SOGoVCardMailBodyPart.m see ChangeLog 2006-06-15 19:34:10 +00:00
Version see ChangeLog 2006-06-15 19:34:10 +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