Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
106 views

I've got everything working excepting 1 byte! The PNG header has a 0x0d on the 5th byte. When I use this base64 function, it somehow strips that. When I receive the attachment, I can view it on a ...
shawnixer's user avatar
0 votes
1 answer
95 views

Hi I am trying to use MAPI to convert the contents of an EML file to IMESSAGE data. I implemented the IConverterSession as follows, I didn't get any FAILED(hr) errors anywhere, but when I check the ...
jin's user avatar
  • 21
0 votes
0 answers
38 views

We are migrating a Java application from EWS to the Graph API. In the old application (with Exchange), we added MSIP(microsoft information protection) labels to the headers that did not start with X- /...
Damian W's user avatar
0 votes
1 answer
1k views

So I wanted to create a web application in angular that, amongst other things, shows pdf files to the user. The pdf files are stored in a database, and are retreived by and sent to the user with a ...
Jan Slager's user avatar
0 votes
1 answer
77 views

I have an e-mail (newsletter) as .msg file which I would like to send through SMTP via Python. I have trouble embedding the images of the original e-mail in the e-mail which I sent via SMTP. They keep ...
WG-'s user avatar
  • 1,088
1 vote
1 answer
71 views

I'm trying to use perl Email::MIME to capture the multipart/mixed portion of an email into a buffer. I have a script that I've been using for a long time that is now having a problem with a particular ...
Alex Regan's user avatar
1 vote
2 answers
35 views

My Flask server generates an HTML file containing an anchor tag resembling this: <a href="https://example.com/href_without_extension" download="excelfile.xls"> Download ...
IronPillow2's user avatar
1 vote
0 answers
132 views

I deployed my app to render and it worked fine for one day but after that I’ve got and error in console. Failed to load module script: Expected a JavaScript module script but the server responded ...
Timur's user avatar
  • 33
1 vote
1 answer
338 views

I want to read eml-files and extract the plain text. So far i have found the TIdMessage with which i can iterate over the TIdMessage.MessageParts and check if their PartType is mptText. All of that ...
Max's user avatar
  • 79
1 vote
0 answers
56 views

I am working on a project that runs a web server on a specified port written in Golang. The styling properies of the page don't reflect and the following error is logged on the browser console. ...
John Eliud's user avatar
0 votes
1 answer
2k views

I am learning file upload bypass mechanisms in PHP, which include multiple techniques, such as bypassing extensions, mime types, and adding magic bytes. I have a simple script (copied from chatGPT) ...
Johnny's user avatar
  • 1,765
0 votes
0 answers
58 views

I'm writing an application in C++ using Qt. That application will run on both Win and Mac. I need to be able to put MIDI data on the system clipboard. Originally, I only needed the data to be copied ...
SimplyBlue's user avatar
0 votes
2 answers
149 views

Traditional Domino design...db is mail-in database and receives emails from outside our domain. The resulting arrived memos are Multipart MIME-based emails. The documentation of NotesMIMEEntity ...
Matt Smith's user avatar
1 vote
0 answers
64 views

I'm experiencing issues sending an email with a PDF attachment using the Gmail API. When I attach files like txt, png, and jpeg, there are no issues. However, if I want to send files like pdf, docx, ...
Hayri ZCAN BRF's user avatar
1 vote
0 answers
154 views

I'm currently developing a tool that sends emails to users via SMTP, including HTML content and a PDF attachment. I've been testing it with two different clients: desktop Outlook and web Gmail. The ...
David B's user avatar
  • 11
1 vote
1 answer
171 views

Python 3.6 I'm trying to archive some old mails, and I want to remove attachments from some of them. However, if I use the clear() method, the MIME part remains in the mail, just empty (so it's ...
Bangaio's user avatar
  • 329
0 votes
1 answer
658 views

I am trying to get my IIS server to treat .log files in a directory the same as it does a .txt file. The .txt and .info files are displayed as text in a web page (which is what I want to acheive). The ...
Bob's user avatar
  • 1
0 votes
1 answer
205 views

I am using a PHP script to automatically download emails from an IMAP server. The HTML of the email body looks something like this: <!DOCTYPE html><html lang=3D"en" xmlns=3D"...
uncovery's user avatar
  • 888
1 vote
0 answers
178 views

When I upload a csv file on Chrome the MIME type is text/csv. When I upload the same file on Firefox the type is application/vnd.ms-excel, this is however also the mime type for xls files, which I don'...
Mitch's user avatar
  • 3,476
0 votes
1 answer
109 views

I'm trying to send emails through Googles SMTP OAuth2 API. I've finanlly managed to get to a state where I am getting an access token without a rejection. Now I am getting the error: Message[...
MewOI's user avatar
  • 1
-1 votes
1 answer
142 views

I am trying to create a .msg file, preferably using MsgKit, that is a calendar invite. As I understand it, it needs to be a MIME message with only one (main) text/calendar part. How can I do that? ...
David Thielen's user avatar
-1 votes
1 answer
574 views

I am deploying angular app to domain via nginx server with docker file and my deployment angular path is /domain/ui/ but thing is that after deployment i got above error. **> Failed to load module ...
Kapil Soni's user avatar
  • 1,053
0 votes
1 answer
394 views

I am making a call to the Gmail API endpoint: https://gmail.googleapis.com/gmail/v1/users/me/messages/[id] to get an email message (where [id] is the ID of the message I am getting). I know that my ...
Michael Kintscher they-them's user avatar
0 votes
1 answer
515 views

I am sending emails in Python with CID inline images. The inline images work fine: they show up embedded in the email and the email itself does not appear to have attachments. However, in the Gmail ...
leros's user avatar
  • 667
0 votes
1 answer
744 views

In my (limited) experience with extracting the base64 image string from a mime string for my PHP based email program, the base64 image always starts after the first consecutive pair of LF (\x0A) ...
objetora's user avatar

1
2 3 4 5
41