| 2009-02-25 |
Fix GrowlMail's non-summary mode to not ask for the message body's attributed string on a secondary thread. This fixes an occasional crash with Safari 3, and a 100%-of-the-time crash with Safari 4 beta.
|
file | diff | annotate |
| 2009-02-25 |
Moved documentation comment for -[Message(GrowlMail) GMShowNotification] method from implementation file to header file.
|
file | diff | annotate |
| 2009-02-24 |
Renamed -[Message showNotification] to -[Message GMShowNotification] to prevent namespace collisions if Apple ever adds a showNotification method of its own to the Message class.
|
file | diff | annotate |
| 2008-01-22 |
Merged the Growl-GrowlMail-rewrite branch (from [4640] when it was created to HEAD at [4755]) to trunk. This is Peter's conversion of GrowlMail to Cocoa and his and my various improvements and optimizations to it on that branch. I'll delete the branch next.
|
file | diff | annotate |
| 2007-09-08 |
Try to get the message in a nonblocking way 10 times, waiting a bit longer each time, and then continue without it, rather than ever blocking; I'm sick of network latency causing Mail to pinwheel.
|
file | diff | annotate |
| 2007-09-07 |
Fixed poor debug commenting
|
file | diff | annotate |
| 2007-09-07 |
Made GrowlMail not make 10.5 Mail freeze with an exception because stringForIndexing and stringValueForJunkEvaluation: don't exist anymore... when multiple messages are received, though, the attributedString value returns the message for the wrong email.
|
file | diff | annotate |
| 2007-09-02 |
Fixed localizability and improper format of the Localizable.strings file
|
file | diff | annotate |
| 2006-08-17 |
Fixed a memleak
|
file | diff | annotate |
| 2006-08-17 |
Implemented the message body retrieval slightly differently than in 0.7
|
file | diff | annotate |
| 2006-08-17 |
Merged some parts of 0.7
|
file | diff | annotate |
| 2006-08-17 |
Added a new notification type for notes
|
file | diff | annotate |
| 2006-08-16 |
Merged [3739] from growl-0.7: From a LibraryMessage, the body of an IMAP message isn't immediately available unless we request for it to be... so we'll use [self messageBody] rather than [self messageBodyIfAvailable]. Because mail can display messages before attachments are downloaded, I think this is a safe change -- this should not trigger attachments to be downloaded which wouldn't be otherwise.
|
file | diff | annotate |
| 2006-01-10 |
Rewrote GrowlMail as a category of {{{Library}}}. This results in ''much'' simpler code while improving stability and extensibility.
|
file | diff | annotate |
| 2006-01-08 |
* Added a preference to restrict notifications to messages in the INBOX (no GUI yet), references #378
|
file | diff | annotate |
| 2005-10-18 |
Fixed #487 (Use Apple Events to add Growl to login items)
|
file | diff | annotate |
| 2005-08-27 |
Fixed #379 (GrowlMail should show the associated message of the clicked notification)
|
file | diff | annotate |
| 2005-06-01 |
GrowlMail:
|
file | diff | annotate |
| 2005-05-31 |
- used NSData for Mail.app's icon
|
file | diff | annotate |
| 2005-05-29 |
Perform showSummary in the same thread as finishRoutingMessages. Store collected messages in the thread-local dictionary. May help with the freezes that some people are experiencing.
|
file | diff | annotate |
| 2005-05-29 |
We don't need to have the matches array around
|
file | diff | annotate |
| 2005-05-29 |
Think this loop is done yet?
|
file | diff | annotate |
| 2005-05-29 |
Be spontaneous, use variables without assigning anything to them!
|
file | diff | annotate |
| 2005-05-29 |
{{{NSEnumerator}}} > C99 {{{for}}}.
|
file | diff | annotate |
| 2005-05-29 |
We now use a matching Address Book contact's icon when said contact is not the first in the returned array of search results.
|
file | diff | annotate |
| 2005-05-29 |
Experimentally changing these back to autoreleased strings, to hunt down a strange non-dictionary-userInfo-in-DNC-posting bug.
|
file | diff | annotate |
| 2005-05-29 |
Reverting [2585].
|
file | diff | annotate |
| 2005-05-29 |
When posting to DNC, we must post {{{NSData}}} rather than {{{NSImage}}}.
|
file | diff | annotate |
| 2005-05-27 |
added U suffix to unsigned int
|
file | diff | annotate |
| 2005-05-27 |
GrowlMail:
|
file | diff | annotate |
| 2005-05-26 |
- Use NSCountedSet to simplify showSummary
|
file | diff | annotate |
| 2005-05-16 |
GrowlMail and GrowlSafari now link against Growl.framework weakly
|
file | diff | annotate |
| 2005-05-07 |
Fixed images from AddressBook in GrowlMail (#198)
|
file | diff | annotate |
| 2005-04-08 |
- Same as [1946] for the German localization
|
file | diff | annotate |
| 2005-02-20 |
Use GrowlApplicationBridge in GrowlMail
|
file | diff | annotate |
| 2005-02-15 |
GrowlMail now uses GrowlApplicationBridge instead of GrowlAppBridge, and uses the GrowlDefines.h in the framework, and uses Growl.framework instead of GrowlAppBridge.
|
file | diff | annotate |
| 2005-01-22 |
GrowlMail:
|
file | diff | annotate |
| 2005-01-21 |
GrowlMail:
|
file | diff | annotate |
| 2004-12-10 |
Committed patch by Geoffrey Kruse to put GrowlMail subject line in description instead of title
|
file | diff | annotate |
| 2004-11-19 |
GrowlMail now with license filling.
|
file | diff | annotate |
| 2004-11-13 |
Moving GrowlSafari/Mail/Tunes to the Extras folder.
|
file | diff | annotate | base |