Move the rest of these handlers to their own classes.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 12 May 2010 22:46:52 +0000 (18:46 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 12 May 2010 22:46:52 +0000 (18:46 -0400)
commitda5f0dc719d294cd95f376dae3150f2de7ed06b1
treedb46d796e98db6f7e5b47e8e61254c04d38f2c07
parent65d18e22c90c3a331aff7a2b0ef06602927112cf
Move the rest of these handlers to their own classes.

Get the cruft out of the main activesync class, comment out unused (for now)
constants etc...
framework/ActiveSync/lib/Horde/ActiveSync.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php [new file with mode: 0644]
framework/ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment [new file with mode: 0644]
framework/ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php [new file with mode: 0644]
framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php [new file with mode: 0644]
framework/ActiveSync/lib/Horde/ActiveSync/Request/Notify.php [new file with mode: 0644]
framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php [new file with mode: 0644]
framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php [new file with mode: 0644]
framework/ActiveSync/lib/Horde/ActiveSync/State/History.php