Category "imap"

Read email and get attachments from Office 365 mailbox with Laravel

I'm looking for the best solution to read emails and get attachments from Office 365 mailbox to save them on my Laravel application. I've tried Laravel IMAP htt

PHP Imap , php 7.4.3 on mac osx catalina

This is officially driving me nuts! I'm trying to work with a laravel package for imap functions and I've installed everything there but I get a missing class e

Extract Plain Text from Email Body (IMAP Extension)

I'm a bit new to using the IMAP Extension in PHP to check for emails. I don't fully understand all the encoding used in emails. I would like to extract plain te

MAPI Requests - Exchange Server (TCP/RPC) vs IMAP-Connection

I am currently developing an Outlook VSTO-AddIn using C#. I want to read certain attributes of each mailItem. (E.g. SenderName, SenderEmailAdress, etc. .. ) As

How to get data of new mail message in node-imap

I need to get information of new mail message in new mail message event. Specifically: E-mail address which sended mail Message title Message content (text) My

How can an IMAP connection fail with a certificate error when an SMTP connection with same credentials succeeds?

I am connecting to an HIE in two interfaces using Direct Messaging - one to send messages and one to retrieve messages. The first uses a protocol of SMTP connec