Most voted "imap" questions
IMAP is an electronic mail management protocol. Messages are stored on the server and the user can have access to their folders and messages on any computer, either by Webmail, or by e-mail client.
Learn more…15 questions
Sort by count of
-
8
votes3
answers281
viewsPick up reply email content
I’m using the library of imap to log into a company account and bring in the new emails, when it’s an email reply I’d like to pick up only the new content but I can’t get it just the full…
-
3
votes1
answer272
viewsPHP character decoding on an IMAP connection
Introducing I’m working on an e-mail box where later I have to filter the messages by senders. But the problem is in coding some "subjects". i make a connection to the mail server through the…
-
2
votes1
answer327
viewsMove multiple messages to a folder using Javamail
I’m looking to refactor an email manipulation code, I know you can remove multiple messages in one operation, but and to move multiple messages to a certain folder, have as? I use the IMAP protocol.…
-
2
votes1
answer85
viewsConvert a stream to string?
I’m taking emails from the inbox of an account I created for testing, I’m tracking them with the Node-imap and parse them with the Mailparser and I am able to recover most of the information I need,…
-
1
votes1
answer494
viewsHow to separate HTTP and IMAP access from the same domain on separate servers?
I have a hosting account at Locaweb, of course IMAP and HTTP. I’m intending to migrate to AWS (Amazon Web Service). However, before making such a change, I first intend to change only access to the…
-
1
votes0
answers63
views -
1
votes1
answer106
viewsFilter email reading from a date
I have the following piece of code that performs the reading of emails from the inbox. try { email.conectar(); javax.mail.Store store = email.getArquivoEmail(); Folder inbox =…
-
0
votes2
answers553
viewsBackup email IMAP OR POP what difference?
Good people I am in a Windows hosting of Locaweb and I am changing the platform for Linux, I am using the tool Mailstore Home to backup, but I do not know if I can do IMAP or POP Backup, anyone…
-
0
votes1
answer129
viewsHow to turn email object into Stream, Buffer or String?
I’m making an email application and my server is being made in Hapijs, and I’m having trouble taking the email and turning it into a String, Buffer or Stream. I want to turn to these formats because…
-
0
votes1
answer86
viewsError in imap_qprint
Does anyone know why you made a mistake when you use imap_qprint. $body = imap_qprint(imap_body($mailbox,$i)); Notice: Unknown: Invalid quoted-printable Sequence: ="UTF-8" Content-Transfer-Encoding:…
-
0
votes1
answer73
viewsImap works only on CLI
The PHP imap extension works only via the command line. When calling the script from another place the return is: PHP Fatal error: Uncaught Error: Call to undefined function imap_open() When running…
-
0
votes1
answer225
viewsSave email to SENT, IMAP folder
I am trying to save the emails sent by Phpmailer in the "Sent" folder, so that those who access the email see what was sent by the system. I can save to the folder Inbox with the following code:…
-
0
votes1
answer54
viewsIMAP Certificate Failure for imap.gmail.com error
I am developing an application where I use Imap to connect to a client’s gmail, everything works properly on the spot but when I upgrade to the server and run the code I get the following error…
-
0
votes0
answers26
viewsDelphi - Search E-mail with IMAP4 (Code returns true for false results)
Hello, good morning, sir. I am developing an application that needs to access the email, through IMAP4, and search a certain term in the body of the email or subject. The problem is that I have the…
-
-1
votes1
answer71
viewsIMAP does not show sender email
I’m making a code to read emails through IMAP, only I’m finding a problem to show the sender’s email. instead of showing the email it is showing the name. already tried other functions but also did…