jku / mailme

GMail notifier
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Doesn't Open Hotmail #1

Open Mystro256 opened 13 years ago

Mystro256 commented 13 years ago

I can confirm that MSN/Hotmail definately works brilliantly, but the open button does not open Hotmail.

It would love to see this function work for MSN :)

If I have enough time this weekend, i maybe able to fork you and try implementing it.

jku commented 13 years ago

Thanks. The 'right' way to fix a problem like that would probably be

  1. check if telepathy-gabble MailNotification implementation for MSN supports "RequestInboxURL", See http://telepathy.freedesktop.org/spec/Connection_Interface_Mail_Notification.html#Method:RequestInboxURL
  2. If it does not support it and cannot be made to support it, add a hard coded URL into mailme (ugly but probably fairly safe)
jku commented 13 years ago

Oops, probably not telepathy-gabble, I actually have no idea what protocol MSN uses and how that's supported in Telepathy... In any case, this says the inbox url should be available: http://telepathy.freedesktop.org/wiki/Email%20Notification

Mystro256 commented 13 years ago

It's alright, it's telepathy-butterfly or telepathy-haze (if butterfly is not available). Haze is just libpurple and I know that's supported. As for papyon/butterfly, emesene has already implemented this, so no worries; If I have trouble I'll see how emesene does it.

I'll look into it, although it may take me a while, because I've been very busy lately. Feel free to take over if you have more time than me.