Closed
Bug 353841
Opened 19 years ago
Closed 19 years ago
Add a ".Mac" account type on Mac systems
Categories
(Thunderbird :: Account Manager, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird2.0
People
(Reporter: sheppy, Assigned: mscott)
References
Details
(Keywords: fixed1.8.1, verified1.8.1.3)
Attachments
(2 files, 1 obsolete file)
|
1.95 KB,
text/plain
|
Details | |
|
2.78 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Since so many Mac users use .Mac for mail, it would be incredibly handy to have a one-click option to configure for .Mac's servers, by including a .Mac option next to IMAP and POP in the new account wizard. Then all the user would need to enter would be their .Mac user name, and the rest could be configured automatically.
In fact, it would actually be pretty easy to look up their .Mac username from their system configuration and offer to create the account automatically on first launch.
| Assignee | ||
Comment 1•19 years ago
|
||
I made a post to the newsgroups describing how to do this:
Here's a small project a Mac contributor could help out with. You don't even have to be a programmer to work on it!
Add .mac support to the Thunderbird account manager: https://bugzilla.mozilla.org/show_bug.cgi?id=353841
Thunderbird already has a way to dynamically add ISP account types to our account wizard. The documentation for doing this can be found here:
http://developer.mozilla.org/en/docs/Thunderbird_ISP_hooks
What we need is someone to build a mac.rdf file with all of the various .mac account properties talked about in the document.
You can test this on your own by adding the mac.rdf file to the defaults\isp directory located inside the Thunderbird application bundle.
I'll take care of all the build magic to make it part of our product once we've got a well tested RDF file.
Any takers?
-Scott
Keywords: helpwanted
| Reporter | ||
Comment 2•19 years ago
|
||
I tried to do this but TB seems intent on ignoring my .rdf file.
Comment 3•19 years ago
|
||
Eric, can you attach the rdf file, and say exactly which directory you put it in?
| Reporter | ||
Comment 4•19 years ago
|
||
Attached my first draft. Lots of options aren't being set yet, I'm sure, but I wanted to see if it works yet, which so far it doesn't. I put it in Thunderbird.app/Contents/MacOS/defaults/isp/dotmac.rdf
| Assignee | ||
Comment 5•19 years ago
|
||
Thanks Eric.
Your RDF file works for me on Windows (c:\Program Files\Mozilla Thunderbird\defaults\isp\).
It adds an entry to the account manager wizard called .Mac. I didn't actually create an account though.
Not sure why it's not showing up on your mac in the account manager. The directory location looks correct.
| Reporter | ||
Comment 6•19 years ago
|
||
That's odd. Is there anything I might have to reset to get it to work?
| Assignee | ||
Comment 7•19 years ago
|
||
On a Mac release build I had to put the .rdf file in the locale specific directory for it to show up. So try this location Eric:
Thunderbird.app/Contents/MacOS/defaults/isp/en-US/dotmac.rdf
And I see your account data!
| Reporter | ||
Comment 8•19 years ago
|
||
Hey, neat, that works. Need to do a couple of tweaks to it though.
| Reporter | ||
Comment 9•19 years ago
|
||
Attached is a revised version of the .Mac account properties file. Seems to work well for me, and everything looks good in the new account wizard.
Attachment #242437 -
Attachment is obsolete: true
| Assignee | ||
Comment 10•19 years ago
|
||
Awesome, thanks Eric. I'll look into adding the build magic to make this work.
Question, should we be defaulting IMAP to use TLS or SSL? Ditto for the SSL connection? What happens when you create a .mac account in mail.app? Do they set any of these security settings?
| Reporter | ||
Comment 11•19 years ago
|
||
I duplicated the settings from Mail.app, which doesn't use any of these security options.
| Assignee | ||
Comment 12•19 years ago
|
||
Eric's rdf file plus some build foo to package this up for mac builds.
Attachment #243813 -
Flags: superreview?
| Assignee | ||
Updated•19 years ago
|
Attachment #243813 -
Flags: superreview? → superreview?(bienvenu)
Comment 13•19 years ago
|
||
Comment on attachment 243813 [details] [diff] [review]
Eric's change + build magic to make it work on OS X
very cool, thx, Eric!
Attachment #243813 -
Flags: superreview?(bienvenu) → superreview+
| Assignee | ||
Comment 14•19 years ago
|
||
I've checked this into the branch and trunk.
Thank you Eric! This is going to be a really cool touch on the Mac for Mac users.
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: helpwanted → fixed1.8.1
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird2.0
| Assignee | ||
Comment 15•19 years ago
|
||
FYI, I ended up making imap use ssl and smtp use starttls for dotmac created accounts over in Bug 366516.
Comment 16•19 years ago
|
||
verified fixed on the 1.8 branch using the Tbird cand build, version 2.0.0.0 (20070326). The .mac option is available as a selection in the account setup list. Note that I don't have a .mac account, so I did not test for functionality. Adding branch verified keyword.
Keywords: verified1.8.1.3
You need to log in
before you can comment on or make changes to this bug.
Description
•