imap Questions

2

Recently I set up 2-step verification in my gmail account , and I try to connect to my gmail account using Java Mail API, but it didn't connect. My code: Properties props = System.getProperties()...
Erode asked 17/5, 2013 at 4:27

2

I am trying to fetch Gmail sent items using Imap but it gives me error saying "Notice: Unknown: [NONEXISTENT] Unknown Mailbox: Sent (Failure) (errflg=2) in Unknown on line 0" $hostname = '{imap.gm...
Angstrom asked 22/10, 2012 at 8:15

6

Solved

I need to allow less secure app access in Yahoo but I can't find the button :( Any ideas ? Regards,
Debt asked 26/5, 2020 at 19:34

5

I'm trying to access gmail emails using imap and the code is failing at the ssl handshake without showing me any errors. Really appreciate if anyone could please help with this. I've built this usi...
Oakley asked 25/11, 2019 at 6:28

6

Solved

in my CRM online system I control ingoing mails with IMAP protocol. Now I'm making sending mails with phpmailer and SMTP protocol. Everything is ok but I have one wierd thing. How to make sent with...
Aruwimi asked 19/12, 2011 at 12:38

6

Solved

Does anyone know a good SMTP/IMAP server library for C#? I only found some long abandoned projects. Only SERVER SIDE libraries, please no more posts about client libs. Thanks, Fionn
Hygrometry asked 30/10, 2008 at 1:49

4

Referred https://msdn.microsoft.com/en-us/office/office365/api/use-outlook-rest-api. Still I couldn't understand the AD, Outlook and windows live. I got refresh token and access token from https:...
Babarababassu asked 18/4, 2017 at 13:39

5

Solved

I'm using node-imap and I can't find a straightforward code example of how to save attachments from emails fetched using node-imap to disk using fs. I've read the documentation a couple of times. ...
Cowans asked 11/8, 2014 at 15:43

4

Solved

I'm having problems trying to get imap working with my docker-compose. Here is what my php dockerfile looks like. FROM php:7.2-fpm RUN apt-get update && \ apt-get install -y \ curl \ ...
Nobie asked 16/4, 2018 at 10:12

4

Solved

I am installing a CRM locally and I have a problem with IMAP. I am looking for and find that "extension = imap" must be enabled, but I do it and it remains the same. Notice that I am using xampp i...
Press asked 1/2, 2020 at 4:32

6

I'm trying to login to Roundcube only the program won't let me. I can login to the said account from the shell and mail is setup and working correctly on my server for user 'admin'. It's RC that...
Petr asked 22/9, 2013 at 10:27

4

Solved

I am trying to fetch any emails received and sent, and write it to the mySQL database using PHP. The hostname I am using is: $hostname = '{imap.gmail.com:993/imap/ssl}INBOX'; Which is referenci...
Tooling asked 10/12, 2013 at 16:38

3

I would like to setup fetchmail or getmail to pull email from Gmail. I would prefer it to be IMAP but I can live with POP as well. The issue I'm running into is that all these seem to want you to s...
Arbutus asked 19/8, 2009 at 9:30

5

Solved

Recently the support for OAuth 2.0 for IMAP and SMTP in the Exchange Online has been announced. Following the guide I've set up the application permissions and IMAP and SMTP connection. The applica...
Zaidazailer asked 4/5, 2020 at 16:41

1

We are trying to connect a javamail (1.6) client to our office365 mailbox hosted on office365 using OAUTH2 authentication. No matter what we do, we keep getting A1 NO AUTHENTICATE failed. We have r...

5

Solved

I have emails sent via base64 encoding and 8bit encoding. I was wondering how I could check the encoding of the message using imap_fetchstructure (been doing this for about two hours, so lost) and ...
Dariusdarjeeling asked 21/3, 2013 at 5:3

2

Solved

I use imap-simple in node js. I want retrieve sent mailbox of gmail. My code is like below: getSent(searchCriteria: string[], callBack: any) { imaps.connect(this.imapConfig).then(function (connec...
Thrombophlebitis asked 27/1, 2020 at 11:37

3

I have an older Python project that uses standard IMAP mechanisms to retrieve emails, etc. from a mailbox for processing. Unfortunately, with MS365 now retiring non-OAuth2 and non-modern auth, I ha...
Panatella asked 16/8, 2022 at 3:9

5

Solved

Searching here and on the internet, there are a lot of examples to how to mark a message as SEEN, even though this is automatic with imap. But how can I mark an email as UNSEEN or UNREAD. I have ...
Fork asked 28/6, 2013 at 14:52

3

Solved

I read from here: http://docs.python.org/2/library/imaplib.html IMAP4.search(charset, criterion[, ...]) that imaplib has the search method for me to search mails from my mail boxes. But I don't...
Dry asked 26/1, 2014 at 9:51

3

Solved

I am using this code: import imaplib mail = imaplib.IMAP4_SSL('imap.gmail.com') mail.login(myusername, mypassword) mail.list() # Out: list of "folders" aka labels in gmail. mail.select("inbox") # ...
Hydrangea asked 23/10, 2013 at 11:18

5

Solved

I'm venturing in unknown territory here... I am trying to work out how hard it could be to implement an Email client using Python: Email retrieval Email sending Email formatting Email renderin...
Agoraphobia asked 13/4, 2011 at 10:8

8

Solved

How can I check the number of unread Gmail message in my inbox with a short Python script? Bonus points for retrieving the password from a file.
Carse asked 4/6, 2009 at 23:5

4

Solved

I have this python IMAP script, but my problem is that, every time I want to get the sender's email address, (From), I always get the sender's first name followed by their email address: Example: ...
Caren asked 2/3, 2011 at 23:20

2

I am developing a small webmail application, what i need to do is thread the emails like what Gmail does . I planned on achieving it by getting 'references' of a mail (using uid) and then showing ...
Plunge asked 14/1, 2014 at 21:40

© 2022 - 2024 — McMap. All rights reserved.