[an error occurred while processing this directive]
[an error occurred while processing this directive]http://0xcc.net/mobileimap/
imapサーバーとやりとりして、 携帯電話向けのインターフェイスにするwebサーバ。 未読だけを表示させることも可能。
しかしなんとしたことか。 subject一覧の画面でMIMEがデコードされない。 subjectがわからなければ、読むべきメールかどうかわからない。 そこでクイックハック。
*** mobileimap Sun Apr 1 18:36:30 2007
--- /usr/local/bin/mobileimap Sun Apr 1 15:46:18 2007
***************
*** 679,685 ****
def get_subject (seq)
subject = get_field(seq, :subject)
if subject and !subject.empty?
! subject
else
"(無題)"
end
--- 679,685 ----
def get_subject (seq)
subject = get_field(seq, :subject)
if subject and !subject.empty?
! NKF.nkf('-e',subject)
else
"(無題)"
end
なんとか、表示可能に。