0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 19 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 18 years ago
fixed caching bug. More... over 18 years ago
- added Xcode 2.1 project file More... over 18 years ago
reverted OPMBox to an earlier state. More... almost 19 years ago
. More... about 19 years ago
fixed bug in OPMbox.m More... about 19 years ago
- added support for graceful abort of longer lasting code (currently only cleanup) More... over 19 years ago
- moved infos for UIDLs from the defaults to the Application Support dir More... over 19 years ago
- rewrote init method to greatly improve speed More... over 19 years ago
- added new classes for a persistent message cache More... over 19 years ago
- fixed bug causing a "method not found" exception which prevented the enumerator from working - added Id header More... over 19 years ago
- added a method which can be used to prevent the connection from timing out by producing some network traffic (just a convenience function) More... over 19 years ago
. More... over 19 years ago
mboxdata enumerator added. More... over 19 years ago
- added an enumerator interface for the mbox data More... over 19 years ago
- added missing trigger for loading account data preventing access to not loaded accounts More... over 19 years ago
- added query of the account with the account's unique id More... over 19 years ago
- added new entry "Type" to the account dictionary which indicates the type (POP, NNTP, ...) of the account More... over 19 years ago
- fixed relasing of a wrong instance variable More... almost 20 years ago
- fixed a bug with inserting chars into a string but not adjusting its used range (length) so a range with huge length (e.g. 0xFFFFFFFD) was used. This obviously led to a crash when calling -[NSAttributedString string] which is based on memcpy() More... almost 20 years ago
- removed the cause for some "/*" inside comment warnings More... about 20 years ago
Fixed reference counting bug. More... about 20 years ago
Made Message insertion more robust by zapping illegal characters from headers of messages without message id. More... about 20 years ago
- changed pattern match to also fit the crashlogs generated by OS X 10.3 More... over 20 years ago
Fixed exception because of characterAtIndex: -1 More... over 20 years ago
- made the warning text one string so the cpp for gcc 3.3 doesn't complain anymore and the source can be compiled again More... over 20 years ago
- added german version of removing the old subject for improved threading More... over 20 years ago
- reduced number of accesses to the password/keychain to one, so the user is asked for access only once More... over 20 years ago
prevented crash when multiple close calls were made. More... over 20 years ago
fixed more regressions More... over 20 years ago