トップ 最新

#3 [全文検索]

検索方法

並べ替え: 表示件数: 検索条件の書式:

[SIMILAR] WITH 7380 interesting WITH 7323 although WITH 6633 whatever WITH 5958 infinity WITH 5771 threading WITH 5655 accounts WITH 4672 problems WITH 4200 handling WITH 3200 messages WITH 134 ミ!! WITH 122 ツッ WITH 117 ッコ WITH 115 コミ WITH 1 !! WITH 1 ( WITH 1 snak WITH 1 ) WITH 1 . WITH 1 i WITH 1 have WITH 1 to WITH 1 think WITH 1 about WITH 1 cases WITH 1 which WITH 1 may WITH 1 cause WITH 1 such WITH 1 as WITH 1 loops WITH 1 , WITH 1 multi の検索結果 206 件中 1 - 10 件目 (0.199219362 秒)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 次へ

2005-06-14 [類似検索]

ツッ!! (snak)

Interesting. Although I have to think about cases which may cause problems such as infinity loops, multi-threading issues, handling remote messages in IMAP4 accounts or whatever, but it seems to be worth it. ...

#  (スコア:10000)

2003-02-16 [類似検索]

スクリプトからマクロを実行

Set macro = macroParser.parse("@If(@Seen(),'Seen','Unseen')") Set account = document.accounts.item("test") Set folder = account.folders.item("Inbox") Set mh = folder.messages.item(0) value = macro.evaluate(mh, account) MsgBox value ...

#  (スコア:3735)

2003-02-15 [類似検索]

COMインターフェイス

スクリプト用のCOMインターフェイスの続きを少々。こんなことが出来るようになりました。 Set account = document.accounts.item("test") Set folder = account.folders.item("Inbox") Set mh = folder.messages.item(0) MsgBox mh.subject & " " & mh.from Set message = mh.message MsgBox message.bodyText ...

#  (スコア:3735)

2003-02-18 [類似検索]

ADODB.Stream

バイナリファイルはこれを使っても出来るようです。ADOが入っていないとダメですが。今度はJScriptで。 var account = document.accounts("test"); var folder = account.folders("Inbox"); var mh = folder.messages(3); var message = mh.message; var content = message.content; var stream = new ActiveXO ...

#  (スコア:3735)

2003-02-18 [類似検索]

BASP21

COMインターフェイスからメッセージのコンテンツをそのままバイト列で返すプロパティを公開したものの、FileSystemObjectはバイナリはサポートしていなくて使い道がないなぁと思っていたのですが、BASP21というコンポーネントを使うととりあえずファイルに出力するのは出来ました。 set account = document.acc ...

#  (スコア:3735)

2005-05-03 [類似検索]

[Q3] スペルチェック (3)

エディットビュー上で修正する部分などを作りこむのはおいおい考えるとしても、外部のスペルチェッカを簡単に呼び出せると便利かもしれません。そんな機能を入れてみようかと思ったのですが、スクリプトでやれそうなので試しに書いてみました。 以下のスクリプトを保存してscriptsフォルダに適当なファイル名で ...

#  (スコア:3250)

2003-03-11 [類似検索]

スクリプトからマクロの変数を設定

スクリプトからマクロを呼び出すときに変数を設定できるようにしました。こんな感じになります。 set macro = macroParser.parse("@Add($x,$y)") macro.setVariable "x", "10" macro.setVariable "y", "22" z = macro.evaluate(nothing, document.accounts("test")) MsgBox z スクリプトからマクロに何か値を渡 ...

#  (スコア:3250)

2005-03-28 [類似検索]

ツッ!! (snak)

Grad to hear that QMAIL3 is used in Russia. I know that some people want to delete messages on a server when they are deleted on local, but in my opinion, handling messages on a server should be independent from handling local messages. So you need to mark messages explicitly to delete m ...

#  (スコア:2752)

2004-11-09 [類似検索]

[C++] More Exceptional C++: 40 New Engineering Puzzles, Programming Problems, and Solutions

少し古い本(といっても200112月ですが)なので、内容的にはそれほど新しい事はなかったです。 続編のExceptional C++ Styleも既に手に入るようなので注文してみました。ついでに、C++ Template Metaprogramming: Concepts, Tools, And Techniques From Boost And Beyondなんてのも発見。これも面白そうです。 ...

#  (スコア:2685)

2004-09-21 [類似検索]

S/MIME 3.1

RFC3850 Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Certificate Handling RFC3851 Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Message Specification ...

#  (スコア:2414)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 次へ