小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 日英・英日専門用語 > multipart messageの意味・解説 

multipart messageとは 意味・読み方・使い方

発音を聞く
プレーヤー再生
ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 マルチパートメッセージ


日英・英日専門用語辞書での「multipart message」の意味

multipart message

複数パートメッセージ

「multipart message」の部分一致の例文検索結果

該当件数 : 16



例文

NoBoundaryInMultipartDefect - A message claimed to be a multipart, but had no boundary parameter.例文帳に追加

NoBoundaryInMultipartDefect - メッセージが multipart だと宣言されているのに、boundary パラメータがない。 - Python

MultipartInvariantViolationDefect - A message claimed to be a multipart, but no subparts were found.例文帳に追加

MultipartInvariantViolationDefect - メッセージが multipart だと宣言されているのに、サブパートが存在しない。 - Python

If the message is a multipart and the decode flag is True, then None is returned.例文帳に追加

もしメッセージが multipart で decode フラグが True の場合はNone が返されます。 - Python

message terminates a multipart message.発音を聞く 例文帳に追加

メッセージはマルチパートメッセージの終了を伝える。 - JM

Get the next nlmsghdr in a multipart message.発音を聞く 例文帳に追加

マルチパートメッセージにおいて、次のnlmsghdrを入手する。 - JM

The mail message can be either a simple message or a so-called multipart message.例文帳に追加

電子メイルメッセージは単なるメッセージでも、MIME 形式でもかまいません。 各パートは個別に扱われます。 - Python

例文

This is used to designate the last part of a multipart message, and should always be used when writing multipart messages.例文帳に追加

これは、マルチパートメッセージの最後のパートを指定するのに使うことができ、マルチパートメッセージを書くときは いつでも使うべきです。 - Python

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

Weblio英和対訳辞書での「multipart message」の意味

multi-part message

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「multipart message」の部分一致の例文検索結果

該当件数 : 16



例文

RFC 2045 defines a message's default type to be text/plain unless it appears inside a multipart/digest container, in which case it would be message/rfc822.例文帳に追加

RFC 2045 はメッセージのデフォルト content-type を、それが multipart/digest コンテナに現れているとき以外はtext/plain に規定しています。 あるメッセージがmultipart/digest コンテナ中にある場合、そのcontent-type は message/rfc822 になります。 - Python

Returns a new instance of MimeWriter which represents an individual part in a multipart message.例文帳に追加

マルチパートメッセージの個々のパートを表す、 MimeWriterの新しいインスタンスを返します。 - Python

The communication device, which transmits and receives the multipart message, determines whether information indicating content lengths of parts is included in the parts of the received multipart.例文帳に追加

マルチパートのメッセージを送受信する通信装置において、受信されたマルチパートのパートに、そのパートのコンテンツ長を示す情報が含まれているか否かを判定する。 - 特許庁

To provide a communication device which simplifies the detection of a boundary character string, when it receives a multipart message, to execute high-speed reception processing.例文帳に追加

マルチパートメッセージの受信時に、バウンダリ文字列の検出を単純化することで高速に受信処理を行える通信装置を提供する。 - 特許庁

A message body is divided, the intranet information is buried in a message part of multiple parts (application/octet-stream or text/plain is added as a content type corresponding to the contents of the intranet information at the time) and multipart/mixed is set as information indicating that the burying is performed to the content type in a message header.例文帳に追加

メッセージボディを分割して、網内情報をそのマルチパート化したメッセージ部分に埋め込む(このとき、網内情報の内容に応じて、コンテントタイプとして、application/octet-stream又はtext/plainを付加する) とともに、メッセージヘッダ中のコンテントタイプに、その埋め込みが行われたことを示す情報としてmultipart/mixed を設定する。 - 特許庁

module'sMessage class and a number of utility functions that are useful for the manipulation for MIME multipart or encoded message.It defines the following items:例文帳に追加

モジュールのMessage クラスのサブクラスと、マルチパートMIME や符合化メッセージの操作に役に立つ多くのユーティリティ関数を定義しています。 これには以下の項目が定義されています: - Python

The multipart message generator 208 generates the header of the second part, so that the second part is printed by Internet facsimile equipment 100.例文帳に追加

マルチパートメッセージ生成部208は、第2のパートがインターネットファクシミリ装置100により印刷されるように第2のパートのヘッダを生成する。 - 特許庁

例文

The epilogue attribute acts the same way as the preamble attribute, except that it contains text that appears between the lastboundary and the end of the message.One note: when generating the flat text for a multipart message that has no epilogue (using the standardGenerator class), no newline is added after the closingboundary line.例文帳に追加

epilogue 属性はメッセージの最後の MIME 境界文字列からメッセージ末尾までのテキストを含むもので、それ以外は preamble 属性と同じです。 注意: multipart メッセージからフラットなテキストを生成するとき、(標準的な Generator を使ったとして) もしそのメッセージに epilogue がない場合、最後の MIME 境界文字列のあとには改行文字が追加されません。 - Python

>>例文の一覧を見る

「multipart message」の意味に関連した用語

multipart messageのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS