Type | Line | Description |
---|---|---|
TODO | 1040 | Refactor this hack away. Requires a complete refactor of the cache. |
Type | Line | Description |
---|---|---|
TODO | 148 | Revisit passing $class for SMS. Probably pass class in the const'r. |
Type | Line | Description |
---|---|---|
TODO | 47 | H6 Make this (and most of the other) properties protected. |
Type | Line | Description |
---|---|---|
TODO | 282 | This should be renamed to getImapMessages since we can now accept an array of $uids. |
Type | Line | Description |
---|---|---|
TODO | 548 | Simplify by removing 'mimeheaders' parameter (not used). |
Type | Line | Description |
---|---|---|
TODO | 428 | This method needs some cleanup, abstraction. |
Type | Line | Description |
---|---|---|
TODO | 599 | Remove/replace in H6 with Horde_ActiveSync_SyncKey |
Type | Line | Description |
---|---|---|
TODO | 345 | remove for H6 when driver methods always return EAS objects. |
Type | Line | Description |
---|---|---|
TODO | 272 | |
TODO | 621 | Horde 6 - Change return structure to (optionally) include the actual $to_ts value that was used. This is needed because if using something like Kolab/IMAP storage backend in Horde, then we must synchronize Horde <-> Kolab to get any changes from external Kolab clients and this may cause new/changed entries that would change the current MODSEQ. Not critical, since without this it only results in having to wait until the next SYNC cycle. By returning the actual $to_ts value we can update the state with THIS value instead of the one we were originally sent. |
Type | Line | Description |
---|---|---|
TODO | 141 | Rename to make it clear this returns a stream. |
Type | Line | Description |
---|---|---|
TODO | 127 | Pass a single mime part as parameter. |
TODO | 222 | For 3.0, combine into one method with self::isSigned() and return a bitmask result. |
Type | Line | Description |
---|---|---|
TODO | 103 | For H6 make these all __get/__set calls. |
Type | Line | Description |
---|---|---|
TODO | 387 | For 3.0, make it clearer that deviceInfo is per-user and deviceProperties is per-device. |