«前の日記(2008-05-14 (水)) 最新 次の日記(2008-05-16 (金))» 編集
にっき
Google
2003|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|10|12|
2015|01|12|
2016|01|12|
2017|01|12|
2018|01|12|
2019|01|12|
2020|01|12|
2021|01|
2022|01|
2023|01|
2024|01|

2008-05-15 (木) 8477steps [長年日記]

_ Gmail NotifierをGoogle Appsに対応

最近Google Appsの仕様が変わったらしく、Gmail Notifierでログイン出来なくなってしまったので、とりあえず以下のように修正して回避。

--- nsGMNotifierService.js.orig	2008-02-05 11:57:00.000000000 +0900
+++ nsGMNotifierService.js	2008-05-15 10:56:36.718750000 +0900
@@ -950,8 +950,8 @@
       this.userList[aUsername].hosteddomain = hosteddomain;
       this.logItem("  -- hosted domain found: " + hosteddomain);
 
-      var data = "at=null&continue=" + urlprotocol + "mail.google.com/hosted/"+hosteddomain + "&service=mail&userName=" + encodeURIComponent(realusername)
-                 + "&password=" + encodeURIComponent(this.getPassword(aUsername)) + "&persistent=true";
+      var data = "at=null&continue=" + urlprotocol + "mail.google.com/hosted/"+hosteddomain + "&service=mail&Email=" + encodeURIComponent(realusername)
+                 + "&Passwd=" + encodeURIComponent(this.getPassword(aUsername)) + "&persistent=true";
       this.talkToServer(aUsername, "https://www.google.com/a/"+hosteddomain+"/LoginAction", data,
                         null, "https://www.google.com/a/"+hosteddomain+"/ServiceLogin", this.callback);
     } else {

_ 東芝、「オンデマンドDVD」を実現した新VARDIA

W録中に再生できない糞仕様は直ったのだろうか。

_ マイクロソフト、5月の月例パッチ4件を公開

Windows Update & Office Update完了。


«前の日記(2008-05-14 (水)) 最新 次の日記(2008-05-16 (金))» 編集