New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't drill down into Mail.app #7
Comments
I have the same problem running 3841 |
See closed ticket here for more user's problems: https://github.com/tiennou/blacktree-elements/issue_comments |
Works for me using QS v3841, Mail Module vFE, and Mail v4.4, with 3 IMAP accounts setup Closing as Works for me. Feel free to reopen if you're still having an issue. |
I can confirm that this still isn't working for me :( exactly the same configs as Etienne (even 3 IMAP accounts) Full facts: Other plugins installed: Nuking QS and starting again - still nothing :( |
It's the same for me: not working, same config (but only one IMAP account) I actually looked at the souce code a while back. From what I remember, the plugin couldn't work for IMAP accounts. It just looks for .mbox-folders in ~/Library/Mail/Mailboxes/ while the correct folders for IMAP accounts are .imapmbox-folders located in ~/Library/Mail/ |
I’ve never had anything but IMAP accounts and I can navigate them. (I assume it’s actually going through the local cache and not the server, but still, it works.) I’m using B54, but that might not matter if it’s the same version of the Mail plug-in. If anything, my version would be older. |
ok, strange. |
I have some folders in the following manner: I have several 'deleted' .mbox-es (one for each of my IMAP accounts, named after the account name) I also have a folder called 'Mac-patjackrobertson' which is my mobile me account, and has more .mboxes as listed above. ...I know you may have been asking skurfer, HenningJ but I say: the more info the merrier! :) |
No problem. Here’s what
|
and inside the IMAP folders (like IMAP-rob@mail.skurfer.com/)? Lots of .imapmbox folders? |
Yes, but now that I look closer, I can’t get to those via QS. I can get to the “main” ones like Inbox and Trash, but not these. I don’t remember if it ever worked, but from your report, I’m guessing it did. |
Yeah, I guess it works for mail folders with any of the following names: "Inbox", "Out", "Drafts", "Sent", "Trash", "Junk", but not with any other ones. Because the structure of my IMAP accounts is a little different, even that doesn't work for me. It is pretty easy to get all the mail folders with applescript, so I guess that could be used instead. I'll have a closer look at that in the next few days. |
I fiddled a little with the plugin. You should be able to drill down into your mail again. The open/move/delete actions should also work. The applications actions (Get New Mail and Open New Mail) are still broken. That's a more general QS problem, which is a little over my head right now. Anyone want to try the new version? A compiled version is here: https://github.com/downloads/HenningJ/Plugins/Apple_Mail_Module__100__2011_03_22.zip |
Just tried the compiled version, and I can confirm that it works although there are a few dodgy things a) Seems like Mail has to be open to drill down into it What was it that you found that was 'wrong' with the plugin, and what's been changed? I think since the plugin works for some people and not for others, then we should try and figure out why this is. |
a) Well...yeah. But at least it opens automatically in the background. That's because it uses applescript to get the mailboxes/mails from Mail.app. And for that, the application needs to be running. But I'm pretty sure with the version before it was the same, at least once you were inside a mailbox. b) I guess that depends on how many mails there are in the mailbox. With too many mails, the whole thing becomes unreliable and slow. :-( c) oh yeah, I will change that. d) As mentioned before, the missing actions are "application actions". They don't work at all. From having a look around the QS code, quite a lot has changed since they last worked. I've been trying to track the problem down just now and I think I'm on the right track. What changed was how Mail.app stores the mailboxes/messages. |
It's good to be shedding some light on this :) |
I guess, that's the next step. I first wanted to make sure I could get it work at all. :-) |
The 'open new mail' and 'get new mail' actions were fixed by HenningJ in his latest commit, so this is a start ;) |
I had some more time and have a new version ready. It's a lot faster now. Especially displaying mailboxes with many mails in them. Anyone want to try? Since I only really tested it with IMAP accounts, anyone using it with MobileMe or POP3 accounts would be great. :-) |
Wow that IS a lot faster! A few quick things to note: Bugs: Names: Method: Labels/Naming of the mailboxes is based on the folder name I see. Small: I only have IMAP accounts so I can't test it with POP. But it works fine for On 7 April 2011 08:23, HenningJ <
|
On Thu, Apr 7, 2011 at 1:23 AM, pjrobertson
Can you give some more details? Any patterns which mailboxes work and
Maybe you have no messages in the trash of this other account? :-)
Ok, I see the problem, but can't quite figure out why it happens yet.
I think there was a way to provide additional help to the search
Yeah, I thought about that. But imho having another layer to arrow
Yeah, thought about that too. But I opted for displaying the same
Yepp, you're right, I should use that.
Yeah...I tried to use the nicest icons I could find. But since |
I can't seem to consistently reproduce this. There were some mail boxes that
If you set the name of the mailbox to [QSObject setLabel:] then it should be
But if the boxes serve no purpose, is there any point in showing them?
You could use the Trashcan icon for the trash messages folder. There must be On 7 April 2011 22:23, HenningJ <
|
On Fri, Apr 8, 2011 at 11:10 AM, pjrobertson
Yeah, just pushed it to https://github.com/HenningJ/Plugins/tree/mailPlugin
I had read that. But the part about "the text that appears most
You might still want to open them. Or move messages there. So they
Right. Somehow I didn't think of that. Still missing better icons for All of these changes should be in the branch i mentioned above. |
I just browsed through the plugins repo and found the Icons folder. There were exactly the images that I still needed. |
Looking nice. Almost there... I've just fixed this to work with Mobile Me accounts and See my commit at HenningJ - I suggest you just copy/paste lines 235 to 255 as opposed to On 10 April 2011 06:43, HenningJ <
|
Let me know if I can help you in any way.
Great, I did that. Already pushed. :-) |
See this commit for a fix :) I did find one problem - sometime the arrows were showing up, when there See: (my repos are a mess, I'll sort them out soon) On 11 April 2011 06:53, HenningJ <
|
Ok, just some random things I came up with that could go wrong: Are the mailboxes that don't work always the same one. Or is it kind How is the mailbox behavior configured? You know, Preferences -> Check out what happens in the SQLite database: Check out, if the mailboxes that don't work are even in there: If nothing comes up even though there should be messages, or only rows |
@pjrobertson any news on this. since you put the new plugin in the changelog for ß59, maybe we should actually get it ready. :-) |
I've kind of just thought this is 'OK' as is. I feel it's probably from: Me having used a certain mailbox, then disabling it but the messages still Do you know what 'local mailboxes' are? I have no idea?! I say we should get this wrapped up and if we think that making the On 15 April 2011 19:38, HenningJ <
|
On Fri, Apr 15, 2011 at 11:41 AM, pjrobertson
Ok, that might be it. It's still wrong, so I'd like to fix it some
Local mailboxes are the folders for POP3 accounts.
Agreed. The version you send over the DevList should be latest one, |
Interesting. I have these mailboxes, but I've never had a POP3 account...
Do you mean I will send? I guess now we've merged all the pull requests, I I hope Eric's working on the plugin system (if you need any help Eric, just On 15 April 2011 20:06, HenningJ <
|
On Fri, Apr 15, 2011 at 5:48 PM, pjrobertson
Well, there are also some other uses as well.
Yes, do that. :-) And put current source in the Quicksilver/Plugins repo. |
This is fixed by a new version of the plugin that has been released just now. Download from http://qsapp.com/plugins/ |
I'm using the 3840 build, but this issue has persisted since I started using B56a7. When I try navigating to my mailboxes, the window (BezelHUD) does the little "there's nothing for me to go into" jiggle, despite Mail having an > next to it. Thus, I'm unable to read access any of my inboxes, move messages, etc.
Possibly related: all my email actions work (send directly, send, compose...) but I have no actions for 'Get New Mail' or 'Move to Mailbox', even in the Actions preference pane.
The text was updated successfully, but these errors were encountered: