1153万例文収録!

「IMAP4」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

IMAP4を含む例文一覧と使い方

該当件数 : 23



例文

11.10.1 IMAP4 Objects 例文帳に追加

11.10.1 IMAP4 オブジェクト - Python

11.10.2 IMAP4 Example 例文帳に追加

11.10.2 IMAP4 の使用例 - Python

11.10 imaplib -- IMAP4 protocol client 例文帳に追加

11.10 imaplib -- IMAP4 プロトコルクライアント - Python

This is a sub-class of IMAP4.error.例文帳に追加

この例外は IMAP4.error のサブクラスです。 - Python

例文

# M is a connected IMAP4 instance...msgnums = M.search(None, 'FROM', '"LDJ"')# or:msgnums = M.search(None, '(FROM "LDJ")') 例文帳に追加

例: # M is a connected IMAP4 instance...msgnums = M.search(None, 'FROM', '"LDJ"')# or:msgnums = M.search(None, '(FROM "LDJ")') - Python


例文

module tuple to an IMAP4"INTERNALDATE" representation. 例文帳に追加

モジュールタプルを IMAP4 "INTERNALDATE"表現形式に変換します。 - Python

This class implements the actual IMAP4 protocol. 例文帳に追加

このクラスは実際の IMAP4 プロトコルを実装しています。 - Python

Converts an IMAP4 INTERNALDATE string to Coordinated UniversalTime. Returns a 例文帳に追加

IMAP4 INTERNALDATE 文字列を標準世界時 (Coordinated Universal Time)に変換します。 - Python

Three exceptions are defined as attributes of the IMAP4 class: 例文帳に追加

例外は IMAP4 クラスの属性として定義されています: - Python

例文

The following attributes are defined on instances of IMAP4: 例文帳に追加

以下の属性が IMAP4 のインスタンス上で定義されています: - Python

例文

IMAP4 server errors cause this exception to be raised. 例文帳に追加

IMAP4 サーバのエラーが生じると、この例外が送出されます。 - Python

Converts an IMAP4 "FLAGS" response to a tuple of individual flags.例文帳に追加

IMAP4 "FLAGS" 応答を個々のフラグからなるタプルに変換します。 - Python

It is backward compatible with IMAP4 (RFC 1730) servers, but note that the"STATUS" command is not supported in IMAP4.Three classes are provided by the imaplib module,IMAP4 is the base class:例文帳に追加

このクラスは IMAP4 (RFC 1730) 準拠のサーバと後方互換性がありますが、"STATUS" コマンドは IMAP4 ではサポートされていないので注意してください。 imaplib モジュール内では三つのクラスを提供しており、IMAP4 は基底クラスとなります: - Python

If port is omitted, the standard IMAP4-over-SSL port (993) is used.例文帳に追加

port が省略された場合、標準の IMAP4-over-SSL ポート番号 (993) が用いられます。 - Python

This is a subclass derived from IMAP4 that connects to the stdin/stdout file descriptors created by passingcommand to os.例文帳に追加

IMAP4 から導出されたサブクラスで、commandをos.popen2()に渡して作成される stdin/stdoutディスクリプタと接続します。 - Python

The Internet Message Access Protocol, Version 4 (IMAP4) allows a client to access and manipulate electronic mail messages on a server. 例文帳に追加

IMAP4(インターネット・メッセージ・アクセス・プロトコル第4版)は, クライアントがサーバ上で電子メール・メッセージにアクセスし操作することを可能にする. - コンピューター用語辞典

This is a subclass derived from IMAP4 that connects over an SSL encrypted socket (to use this class you need a socket module that was compiled with SSL support).例文帳に追加

IMAP4 から導出されたサブクラスで、SSL 暗号化ソケットを介して接続を行います (このクラスを利用するためには SSL サポート付きでコンパイルされた socket モジュールが必要です) 。 - Python

Note that IMAP4 message numbers change as the mailbox changes; in particular, after an "EXPUNGE" command performs deletions the remaining messages are renumbered.例文帳に追加

IMAP4 メッセージ番号は、メイルボックスに対する変更が行われた後には変化します; 特に、 "EXPUNGE" 命令はメッセージの削除を行いますが、残ったメッセージには再度番号を振りなおします。 - Python

The identifier of the mail is acquired by a mail reception protocol like POP3 or IMAP4 from a mail server 150 by the mobile equipment 100.例文帳に追加

移動機100にメールサーバ150からメールの識別子をPOP3またはIMAP4のようなメール受信プロトコルで取得する。 - 特許庁

To share mail data with systems using a mail server providing only POP3 protocol, similarly to systems using IMAP4 protocol.例文帳に追加

POP3プロトコルしか提供していないメールサーバを使うシステムにおいても、IMAP4プロトコルを使うシステムにおいてと同様、メールデータを共有する。 - 特許庁

If necessary (the string contains IMAP4protocol-sensitive characters and isn't enclosed with eitherparentheses or double quotes) each string is quoted. 例文帳に追加

必要に応じて (IMAP4 プロトコルが感知対象としている文字が文字列に入っており、かつ丸括弧か二重引用符で囲われていなかった場合) 文字列はクオートされます。 - Python

To reduce the load of processing in a mail client terminal and to synchronize mail information of a mail server with mail information of the mail client terminal in a mail system utilizing a communication protocol such as an IMAP4 (Internet message access protocol).例文帳に追加

IMAP4などの通信プロトコルを利用したメールシステムにおいて、メールクライアント側端末における処理の負荷を軽減させ、メールサーバのメール情報とメールクライアント側端末のメール情報とを同期させる。 - 特許庁

例文

In the mail client terminal 1 utilizing the IMAP4, a mail receiving means (mail downloading means) 101 receives mail stored in the mail server 2, and a mail information analyzing means 102 analyzes information related to the mail received by the mail receiving means.例文帳に追加

IMAP4を利用したメールクライアント側端末1において、メール受信手段(メールダウンロード手段)101が、メールサーバ2に格納されているメールを受信し、メール情報解析手段102が、メール受信手段により受信されたメールに係る情報を解析する。 - 特許庁




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS