Click here to Skip to main content
15,885,537 members
Everything / MIME

MIME

MIME

Great Reads

by Uzi Granot
The attached open source C# .NET library is an SMTP client implementing implicit SSL and OAuth2 protocols. The library answers the question: how to send email message using Gmail as a server. Or, how to send email message using email server that implements implicit SSL and port 465.
by NikStar
Regex-based solution for decoding values of email addresses fields ("From", "To") and value of "Subject" field

Latest Articles

by Uzi Granot
The attached open source C# .NET library is an SMTP client implementing implicit SSL and OAuth2 protocols. The library answers the question: how to send email message using Gmail as a server. Or, how to send email message using email server that implements implicit SSL and port 465.
by NikStar
Regex-based solution for decoding values of email addresses fields ("From", "To") and value of "Subject" field

All Articles

Sort by Score

MIME 

20 Jun 2019 by Uzi Granot
The attached open source C# .NET library is an SMTP client implementing implicit SSL and OAuth2 protocols. The library answers the question: how to send email message using Gmail as a server. Or, how to send email message using email server that implements implicit SSL and port 465.
15 Jan 2018 by Michael Haephrati
I am trying to find out how to analyze raw data of a Gmail email and save its elements (i.e. Body, Subject, Date and attachments). I found code samples for parsing multi-part data which I think can be used. Raw Gmail Data - See this explaination[^] What I am looking for is a specific solution...
30 Jan 2018 by Jochen Arndt
In addition to your thread at the mentioned article which seems to have solved your problem and to have an answer here: There are no Gmail specific "raw" data. It is the format of mail messages as defined by RFC 2822: Internet Message Format[^] and related RFCs like RFC 2045 - 2049 for the MIME...
12 Apr 2017 by Member 13124707
I have a classic ASP page hosted at GoDaddy that performs the following: Executes a stored procedure from SQL Server SET rsMemberDownload= conn.execute("EXEC [dbo].[sp_current_memb_excel_export]") Then I create a HTML table that loops through the data and displays the information: ...
31 Oct 2020 by Sergiy P
I'm getting data from clipboard and checking its type: const QClipboard *clipboard = QApplication::clipboard(); const QMimeData *mimeData = clipboard->mimeData(); if (mimeData->hasImage()) { ...
4 Nov 2020 by piyush_pimple
I am not getting how to convert body text into normal string. I already did seperated out, but how to get body text from it i am not getting, bodytext is using content transfer encoding "7 bit". Does any body knows regarding this? What I have...
4 Nov 2020 by Richard Deeming
See this solution from the author of the MimeKit library: c# - Displaying message body from MIME encoded email string - Stack Overflow[^]: There are multiple ways to get the message body: Traversing the MIME tree manually ... (Difficulty:...
10 Nov 2020 by Gideon Freduah
I am trying to set the mime type for my a stream object returned from a recorded object but the video element previews an incorrect mime-type error Below Is The Full Code import React, { Component } from 'react' export default class Video...
31 Oct 2020 by Richard MacCutchan
Try using QMimeData Class | Qt Core 5.15.1[^] to see which formats the data can be returned in.
2 Aug 2017 by NikStar
Regex-based solution for decoding values of email addresses fields ("From", "To") and value of "Subject" field
12 Jan 2018 by Richard MacCutchan
Here is a copy of a typical Gmail message (interestingly from you): Delivered-To: anonymousnam AT gmail.com Received: by 10.2.15.201 with SMTP id 70csp1706370jao; Fri, 12 Jan 2018 02:08:02 -0800 (PST) X-Google-Smtp-Source:...