Ok,
- I'm switching to .m files
- I'll try and read SMTP account data from Mail.app, and allow users to "Use a
Mail.app SMTP account". This will fill the "SMTP Server" fields in the plugin
pref pane with the selected Mail.app account information.
Nitrogen is a lib where I put useful stuff I may need in other projects...
- Connectivity stuff: XMLRPC impl, an NSStream wrapper, a listener wrapper
- GUI stuff
- Categories on base classes, like:
@interface NSException (N2)
-(NSString*)stackTrace;
-(NSString*)printStackTrace;
@end
@interface NSFileManager (N2)
-(NSString*)findSystemFolderOfType:(int)folderType forDomain:(int)domain;
-(NSString*)userApplicationSupportFolderForApp;
-(NSString*)tmpFilePathInDir:(NSString*)dirPath;
-(NSString*)tmpFilePathInTmp;
...
In the plugin I'm using just a couple of these classes.
But changing these to .m would be more annoying than the plugin files...
Cheers,
Alessandro
On Jun 16, 2011, at 1:53 AM, Christopher Forsythe wrote:
>
>
> On Wed, Jun 15, 2011 at 6:35 PM, Josh <[email protected]> wrote:
>
> On 15 Jun 2011, at 23:43, Peter Hosey wrote:
>
> > On Jun 15, 2011, at 15:11:29, Christopher Forsythe wrote:
> >> If we can resolve a few items, and get some code review, I don't see a
> >> problem with using this.
> >>
> >> Perhaps integrating mailme's functionality (using mail.app accounts
> >> instead of having to configure this yet again) could be a cool option if
> >> it's not there already.
> >
> > I'd favor a merger of their functionalities: Default to Mail.app's
> > settings, but enable changing the configuration if appropriate.
> >
> > Perhaps a radio button group, currently with two options: “Mail settings
> > ([address it would be sending from])” and “Custom”. Anyone who wants
> > support for borrowing Thunderbird's or Sparrow's settings could contribute
> > a patch.
>
> surely if possible a 'select Mail account to send messages from' (+ or
> custom)?
> then users aren't stuck with only the first account from mail as they are now.
>
>
>
>
> Ya, maybe.
>
> Regardless, we've got enough work for 1.3 already. Let's look at this after
> 1.3 is out.
>
> Chris
>
> --
> You received this message because you are subscribed to the Google Groups
> "Growl Discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/growldiscuss?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/growldiscuss?hl=en.