Re: Send Directly

2014-09-09 Thread Ahmad AlTwaijiry
Thank Rob

Sorry I just saw your post, for some reason google group doesn't send any 
email to me

I tried what you suggest, I found some old SMTP servers in 
~/Library/Containers/com.apple.mail/Data/Library/Preferences/com.apple.mail.plist
 
so I removed them using the plist editor

also I checked the keychain and I added quicksilver 

but still same issue, the log will show me 
Quicksilver[940]: Message could not be sent: Invalid username or password

I restarted QS several time but nothing changed.

I wish if it will just tell me what server it's using or what username or 
password

On Sunday, August 24, 2014 5:25:04 PM UTC+3, Rob McBroom wrote:

 On 21 Aug 2014, at 18:43, Ahmad AlTwaijiry wrote:

 Hello Everyone,

 I'm using Apple Mail as my default mail client with IMAP mail.

 I can easily compose new email using quicksilver and it will open a new
 email in Apple mail without any issue,

 currently if I use Send directly action it always fail (before 2 weeks for
 some unknown reason quicksilver will simply crash)

 When I check the logs I can see this error

 Quicksilver[352]: Message could not be sent: Invalid username or password

 I'm sure that I have the right username and password in my Apple mail

 What do you think the issue? I'm not sure if quicksilver is using the
 default smtp in apple mail or something else (BTW I have only one SMTP in
 apple mail)

 my Mail plugin 3.0.2

 Any help please?

 The Mail plug-in checks these places for SMTP settings and uses the first 
 one that’s not empty. I suppose it could be grabbing one that contains 
 stale information before getting to the one that has the current info.

 ~/Library/Mail/V2/MailData/Accounts.plist
 ~/Library/Containers/com.apple.mail/Data/Library/Preferences/com.apple.mail.plist
 ~/Library/Preferences/com.apple.mail.plist

 You could try running this in Terminal for each one:

 defaults read FILENAME DeliveryAccounts

 Replacing “FILENAME” with the full path to a file. That should give you an 
 idea where it's pulling settings from, and let you see if they look correct.

 It also needs to get the password from your Keychain. Do you remember if 
 it ever asked for permission? Go into the Keychain Access app and look for 
 an item with “Where: smtp://your.smtp.server:587”. First to make sure such 
 an item exists. Then, look at its info and go to the Access Control tab. 
 Make sure Quicksilver is listed.

 -- 
 Rob McBroom
 http://www.skurfer.com/


-- 
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Send Directly

2014-09-09 Thread Ahmad AlTwaijiry
Ok

So I deleted all my SMTP from Mail and keychain then I tried to send direct 
email I got

9/9/14 22:04:08.143 defaults[977]: The domain/default pair of 
(/Users/shadow/Library/Preferences/com.apple.mail.plist, DeliveryAccounts) 
does not exist

So  this is good

Now I created my SMTP and tried again the direct email I got the same 
message

Message could not be sent: Invalid username or password

So it seems to me it can not access the keychain.

I checked the keychain for my SMTP, it's not allowing me to add any 
application (similar to the picture posted by Mr. R), my keychain is 
unlocked but for some reason the keychain will not allow me (other password 
I can include application in the access control).

No useful result from the web but I will keep looking


On Friday, August 22, 2014 1:43:29 AM UTC+3, Ahmad AlTwaijiry wrote:

 Hello Everyone,

 I'm using Apple Mail as my default mail client with IMAP mail.

 I can easily compose new email using quicksilver and it will open a new 
 email in Apple mail without any issue,

 currently if I use Send directly action it always fail (before 2 weeks for 
 some unknown reason quicksilver will simply crash)

 When I check the logs I can see this error

 Quicksilver[352]: Message could not be sent: Invalid username or password

 I'm sure that I have the right username and password in my Apple mail

 What do you think the issue? I'm not sure if quicksilver is using the 
 default smtp in apple mail or something else (BTW I have only one SMTP in 
 apple mail)

 my Mail plugin 3.0.2


 Any help please?

 Thanks


-- 
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Send Directly

2014-09-09 Thread Patrick Robertson
There is actually an issue with Mavericks which I came across today whilst 
coding the Mail plugin.
If you open Keychain Access.app and find your SMTP entry, is it part of the 
'Local Items' keychain? If so, then Quicksilver has no way of reading this. 
Your best bet would be to copy the item to the 'login' keychain (drag it to the 
'login' entry on the left hand side.

If you're having problems with the 'Local Items' keychain in general then see 
http://support.apple.com/kb/TS5362 incase that offers a solution


On 9 Medi 2014, at 20:11, Ahmad AlTwaijiry ahm...@gmail.com wrote:

 Ok
 
 So I deleted all my SMTP from Mail and keychain then I tried to send direct 
 email I got
 
 9/9/14 22:04:08.143 defaults[977]: The domain/default pair of 
 (/Users/shadow/Library/Preferences/com.apple.mail.plist, DeliveryAccounts) 
 does not exist
 
 So  this is good
 
 Now I created my SMTP and tried again the direct email I got the same message
 
 Message could not be sent: Invalid username or password
 
 So it seems to me it can not access the keychain.
 
 I checked the keychain for my SMTP, it's not allowing me to add any 
 application (similar to the picture posted by Mr. R), my keychain is unlocked 
 but for some reason the keychain will not allow me (other password I can 
 include application in the access control).
 
 No useful result from the web but I will keep looking
 
 
 On Friday, August 22, 2014 1:43:29 AM UTC+3, Ahmad AlTwaijiry wrote:
 Hello Everyone,
 
 I'm using Apple Mail as my default mail client with IMAP mail.
 
 I can easily compose new email using quicksilver and it will open a new email 
 in Apple mail without any issue,
 
 currently if I use Send directly action it always fail (before 2 weeks for 
 some unknown reason quicksilver will simply crash)
 
 When I check the logs I can see this error
 
 Quicksilver[352]: Message could not be sent: Invalid username or password
 
 I'm sure that I have the right username and password in my Apple mail
 
 What do you think the issue? I'm not sure if quicksilver is using the default 
 smtp in apple mail or something else (BTW I have only one SMTP in apple mail)
 
 my Mail plugin 3.0.2
 
 
 Any help please?
 
 Thanks
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Quicksilver group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to blacktree-quicksilver+unsubscr...@googlegroups.com.
 To post to this group, send email to blacktree-quicksilver@googlegroups.com.
 Visit this group at http://groups.google.com/group/blacktree-quicksilver.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Send Directly

2014-09-09 Thread Ahmad AlTwaijiry
YES YES YES

this is working after I move it to login

PS: same thing also if it's iCloud

On Tuesday, September 9, 2014 11:36:06 PM UTC+3, Patrick wrote:

 There is actually an issue with Mavericks which I came across today whilst 
 coding the Mail plugin.
 If you open Keychain Access.app and find your SMTP entry, is it part of 
 the ‘Local Items’ keychain? If so, then Quicksilver has no way of reading 
 this. Your best bet would be to copy the item to the ‘login’ keychain (drag 
 it to the ‘login’ entry on the left hand side.

 If you’re having problems with the ‘Local Items’ keychain in general then 
 see http://support.apple.com/kb/TS5362 incase that offers a solution


 On 9 Medi 2014, at 20:11, Ahmad AlTwaijiry ahm...@gmail.com javascript: 
 wrote:

 Ok

 So I deleted all my SMTP from Mail and keychain then I tried to send 
 direct email I got

 9/9/14 22:04:08.143 defaults[977]: The domain/default pair of 
 (/Users/shadow/Library/Preferences/com.apple.mail.plist, DeliveryAccounts) 
 does not exist

 So  this is good

 Now I created my SMTP and tried again the direct email I got the same 
 message

 Message could not be sent: Invalid username or password

 So it seems to me it can not access the keychain.

 I checked the keychain for my SMTP, it's not allowing me to add any 
 application (similar to the picture posted by Mr. R), my keychain is 
 unlocked but for some reason the keychain will not allow me (other password 
 I can include application in the access control).

 No useful result from the web but I will keep looking


 On Friday, August 22, 2014 1:43:29 AM UTC+3, Ahmad AlTwaijiry wrote:

 Hello Everyone,

 I'm using Apple Mail as my default mail client with IMAP mail.

 I can easily compose new email using quicksilver and it will open a new 
 email in Apple mail without any issue,

 currently if I use Send directly action it always fail (before 2 weeks 
 for some unknown reason quicksilver will simply crash)

 When I check the logs I can see this error

 Quicksilver[352]: Message could not be sent: Invalid username or password

 I'm sure that I have the right username and password in my Apple mail

 What do you think the issue? I'm not sure if quicksilver is using the 
 default smtp in apple mail or something else (BTW I have only one SMTP in 
 apple mail)

 my Mail plugin 3.0.2


 Any help please?

 Thanks


 -- 
 You received this message because you are subscribed to the Google Groups 
 Quicksilver group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to blacktree-quicksilver+unsubscr...@googlegroups.com javascript:.
 To post to this group, send email to blacktree-...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/blacktree-quicksilver.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.


Re: Send Directly

2014-09-09 Thread R
I did manually create a duplicate item (just copied all website, username 
and password info) and gave QS access to that; it has been working 
correctly for a couple of weeks. However, I haven't used apple mail to send 
emails, and so I don't know if these duplicate items will interfere if both 
are actively accessed.

On Monday, September 8, 2014 11:21:45 PM UTC-5, Rob McBroom wrote:

 On 24 Aug 2014, at 16:50, R wrote:

 I have been having the same kind of problem for a while, and your keychain 
 setup question made me pull up the keychain settings. The access control 
 pane for my smtp server is locked, as you can see in the attached 
 screenshot, and this may explain why QS is giving the invalid 
 username/password error.

 Is there a way around this?

 I’m not sure what to make of that. I *think* when the Keychain is locked, 
 it just means you’ll have to provide your password if an application tries 
 to use it. It shouldn’t mean that nothing can ever use it. In any case, it 
 might be worth a try unlocking it from Keychain Access then sending.

 You should also be able to manually create a new item in the Keychain that 
 looks just like that one, and remove the old one. Maybe then you’ll have 
 more control over the list of applications with access.

 -- 
 Rob McBroom
 http://www.skurfer.com/


-- 
You received this message because you are subscribed to the Google Groups 
Quicksilver group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blacktree-quicksilver+unsubscr...@googlegroups.com.
To post to this group, send email to blacktree-quicksilver@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.