Changeset 1383

Show
Ignore:
Timestamp:
05/06/07 18:33:57
Author:
douglm
Message:

Add parameters to mailer config to disable mailing.
Use that option for dummy mailer so outgoing events stay in outbox

Update ical4j to better handle invalid utc offsets

Correct response (409) to missing parent in MKCOL

Partial fix to CalFacadeException? getMessage() - really need something like getPrefix

Changes to better handle import of events to be placed in inbox. Updates will be handled
later during processing of inbox events so these should always be treated as new
events.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/configs/democal.options.xml

    r1326 r1383  
    2424            <from>calendar.myplace.edu</from> 
    2525            <subject>Message from demo calendar server</subject> 
     26            <disabled>false</disabled> 
    2627          </testmail> 
     28 
     29          <dummymail classname="org.bedework.mail.MailConfigProperties"> 
     30            <disabled>true</disabled> 
     31          </dummymail> 
    2732        </module> 
    2833      </global>