Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Liste mit E mail Content types ..... (https://www.delphipraxis.net/176206-liste-mit-e-mail-content-types.html)

bernhard_LA 19. Aug 2013 16:22


Liste mit E mail Content types .....
 
woher bekomme ich eine Liste mit allen gültigen E Mail content types ?


Delphi-Quellcode:
 

var  aMsg: TIdMessage;

begin
    ....

   ContentType := ExtractHeaderMediaType(aMsg.ContentType);

  StatusBar.SimpleText := ' content Type= ' + ContentType;

  case PosInStrArray(ContentType, ['multipart/mixed', 'multipart/alternative', 'multipart',
    'text/html', 'text/plain', 'text'], false) of

nahpets 19. Aug 2013 17:49

AW: Liste mit E mail Content types .....
 
bei Wikipedia - Multipurpose_Internet_Mail_Extensions (MIME)


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:42 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz