Questions tagged as 'imap'

3
answers

When I read an email, he does not read me some attachments. I use the IMAP protocol which contains the S22.IMAP dll

I have the following code, in which I use the IMAP protocol that contains the S22.IMAP dll: using (ImapClient client = new ImapClient(imap, 993, usuario, psw, AuthMethod.Login, true)) { foreach (var uid in cl...
asked by 27.03.2018 / 19:55
1
answer

Error "No Kerberos credentials available" when passing mail server lotus to exchange

I have a website that connects to the mail server by imap to download the messages and automatically process the work depending on the subject, but after changing from lotus to exchange it stopped working with this message in the error lo...
asked by 09.05.2017 / 14:47
0
answers

View body IMAP PHP mail without attachments

I am reading emails from my Gmail and use to decode the message: $mensaje = imap_qprint(imap_body($mailbox, $uid)); But it shows me attachments codes and generates an incredible length of text as you can see in the following image: link...
asked by 31.08.2018 / 22:59
0
answers

Move mail with ImapX C #

I have problems with the ImapX and C # library. The point is that, through the MoveTo function, I should be able to move a message from one folder to another (in my case, I move an email to a subfolder). However, when entering the mail server, t...
asked by 05.02.2018 / 12:41