source: trunk/LogicMail/src/org/logicprobe/LogicMail/util @ 975

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @964   5 months octorian Added experimental WiFi connection handover support (refs #79)
(edit) @948   6 months octorian Added null check to reduce errors
(edit) @946   6 months octorian Fix for build issues due to net_rim_api.jar changes on later 6.0 API …
(edit) @935   6 months octorian Added analytics code to all error-level logged exceptions
(edit) @926   6 months octorian MIME boundary detection fix, header value trailing colon trimming, and fix …
(edit) @925   6 months octorian Fixed attachment filename encoding and decoding issues, added ISO-8859-2 …
(edit) @924   7 months octorian Fixed attachment decoding and handling issues for certain text and message …
(edit) @919   7 months octorian Fix for escaped dot issue with POP and SMTP (refs #348) and initial unit …
(edit) @913   7 months octorian Watchdog restart fix
(edit) @909   7 months octorian Modified watchdog usage to ensure that it gets completely shutdown and …
(edit) @894   8 months octorian Merged fixes for #338, #340, #316, #336, #342, #344, #339, #313
(edit) @882   8 months octorian Added comments to Watchdog and added disabled implementation option. (refs …
(edit) @877   8 months octorian Initial watchdog implementation (refs #334), chunked IMAP body fetch, and …
(edit) @862   9 months octorian Initial support for IMAP COMPRESS (refs #325)
(edit) @858   9 months octorian Support for data refresh on startup, and periodic folder polling (refs …
(edit) @855   9 months octorian Merged all changes from the 2.0 branch, as of r854
(edit) @849   10 months octorian Merged all changes from the 2.0 branch, as of r848
(edit) @801   14 months octorian Initial attempt at application permission verification.
(edit) @800   14 months octorian Added own-classpath wrapper around persisted configuration data
(edit) @798   14 months octorian Removal of LGPL-licensed MD5 code, in favor of RIM framework code.
(edit) @797   14 months octorian Improved look of wizard, added connection transport page, added default …
(edit) @783   14 months octorian Made readWholeStream() more robust
(edit) @772   14 months octorian Tracking incomplete POP retrieval cases from fetch to cache.
(edit) @764   14 months octorian Conversion tables for KOI8-R and KOI8-U (#233) (slavko.ua@…)
(edit) @760   15 months octorian Fix for Quoted-Printable charset bug (#237)
(edit) @759   15 months octorian Fixes for handling folded message headers, both a workaround for a …
(edit) @754   16 months octorian Fix for possible connection receive issue (#235) and STARTTLS errors on …
(edit) @750   16 months octorian Renamed platform-specific factory classes to reflect 4.2 -> 4.5 stepup
(edit) @748   16 months octorian Removed println
(edit) @745   16 months octorian Fix for connection data handling error
(edit) @737   16 months octorian Rewrite of folder cache to use direct persistable objects instead of …
(edit) @728   16 months octorian Fix for unusual PASS response behavior on GoDaddy's qmail POP3 …
(edit) @714   16 months octorian Fix for infinite loop and undecoded output when parsing malformed encoded …
(edit) @711   17 months octorian Rewrite of initial tokenizing logic for possibly-encoded mail headers …
(edit) @710   17 months octorian Rewrote filename encoding to use a custom scheme that is hopefully …
(edit) @709   17 months octorian Renaming files prior to changing functionality
(edit) @708   17 months octorian Refactored mail store event distribution and some parts of the mailbox …
(edit) @707   17 months octorian Added basic URL encoding to mail cache filenames (#230)
(edit) @698   17 months octorian Initial refactoring to make NetworkConnector separate from the Connection …
(edit) @696   18 months octorian Fix for InputStream.read() behavior on OS pre-5.0
(edit) @694   18 months octorian Removed lingering calls to System.err.println()
(edit) @689   18 months octorian Conversion of connection layer to be byte-based, and complete rewrite of …
(edit) @685   18 months octorian Fix for InputStream.available() returning zero when more data needs to be …
(edit) @680   19 months octorian Fix for not checking read() result, which caused malformed data on large …
(edit) @679   19 months octorian Rewrite of network connection receive() code, and corresponding removal of …
(edit) @670   20 months octorian Fixes to data store operation to resolve issues with leftover data and …
(edit) @660   20 months octorian Adding transport choice for WiFi only (#203)
(edit) @659   20 months octorian Fix for STARTTLS bug that appears in OS 5.0+ (#201)
(edit) @643   21 months octorian Local mail path fixes, outgoing message copy fixes, and mail sender …
(edit) @640   21 months octorian Support for recipient header encoding (#186)
(edit) @638   21 months octorian Header encoding/decoding for subjects (#186) and other misc items
(edit) @637   21 months octorian Header encoding utility methods (support code for #186)
(edit) @636   21 months octorian Header encoding utility methods (support code for #186)
(edit) @614   2 years octorian Addition of ConnectionFactory implementation for 5.0 (#146)
(edit) @613   2 years octorian Removed dependency on ServiceBook check for WiFi, since there seemed to be …
(edit) @612   2 years octorian Additional coverage-check logging
(edit) @611   2 years octorian Fix for a few goofs
(edit) @610   2 years octorian Yet another COVERAGE_CARRIER fix attempt
(edit) @609   2 years octorian Fix for compilation issues against 4.5+ API versions
(edit) @608   2 years octorian Initial implementation of improved network-interface selection (#146). …
(edit) @601   2 years octorian Fix for some FindBugs issues
(edit) @598   2 years octorian Merge of patch for code-review issues by George Sexton …
(edit) @586   2 years octorian Serialized outbox queue implementation (still need error-recovery and …
(edit) @578   2 years octorian Fix for typo in createInputStream() change
(edit) @572   2 years octorian Optimized createInputStream()
(edit) @523   2 years octorian Merge of mail header parsing fix (#161)
(edit) @522   2 years octorian Added check to optionally reinterpret header values as UTF-8 (#162)
(edit) @520   2 years octorian Merge of mail header parsing fix (#161)
(edit) @518   2 years octorian Scrub of Serializable interface to change DataInputStream to DataInput, …
(edit) @517   2 years octorian Initial code for reading/writing MessageNode objects as offline files.
(edit) @501   2 years octorian Platform support for multiple field implementations, and a first attempt …
(edit) @484   2 years octorian Switched unique ID generation to use RIM UIDGenerator class
(edit) @477   3 years octorian Method and wrapper to hopefully support enabling STARTTLS mode for open …
(edit) @471   3 years octorian Granular progress indication of time consuming network operations
(edit) @467   3 years octorian Initial refactoring to support a more complete MIME message part type set
(edit) @465   3 years octorian Initial refactoring to support a more complete MIME message part type set
(edit) @453   3 years octorian Browser field integration for real inline HTML message display support.
(edit) @449   3 years octorian
(edit) @446   3 years octorian Merge of 1.1 changes from r445 (Manual language selection, initial …
(edit) @439   3 years octorian Additional content attachment handling
(edit) @437   3 years octorian Selective part loading for IMAP, load status display on structure screen, …
(edit) @434   3 years octorian
(edit) @433   3 years octorian Message part/content refactoring
(edit) @405   3 years octorian Start of MessageNode refactoring from protocol model into the unified …
(edit) @399   3 years octorian Removed UtilProxy wrapper for Base64 decoding, since it is no longer …
(edit) @398   3 years octorian
(edit) @386   3 years octorian Merge of fix for #124
(edit) @383   3 years octorian
(edit) @381   3 years octorian Switched Wi-Fi connection string to comply with 4.6.0 documentation
(edit) @353   3 years octorian
(edit) @351   3 years octorian Comment scrubbing
(edit) @342   3 years octorian Fixed outgoing message thread lifecycle
(edit) @341   3 years octorian
(edit) @336   3 years octorian
(edit) @331   3 years octorian
(edit) @330   3 years octorian Thread queue improvements
(edit) @329   3 years octorian Thread queue based integration of MaildirFolder.
(edit) @327   3 years octorian Initial read-only maildir implementation for local folders.
(edit) @321   3 years octorian Converted data store to use the RIM Persistent Object Store instead of the …
(edit) @308   3 years octorian Eclipse JDE integration updates
Note: See TracRevisionLog for help on using the revision log.