Tagged Questions
1
vote
1answer
37 views
With PHP IMAP connection to exchange server, what flag does exchange server use for UNSEEN emails?
I am using the PHP IMAP library wrapped in the handy little class from Barbushin: https://github.com/barbushin/php-imap
I started testing against my gmail account, which would fetch my unread emails ...
2
votes
0answers
65 views
Importing Data into Outlook.com
I'm currently tasked with importing a huge number of Emails from proprietary mail system into an Outlook.com account (yes, the web service not the desktop app).
Due to the proprietary nature of the ...
0
votes
0answers
39 views
Proxyauth with exchange 2003
Can I use proxyauth to allow administrative access to user account over IMAP
I need to migrate users mails from exchange to a cyrus account using admin login
I am trying this
[root@mumbai utils]# ...
0
votes
1answer
194 views
using php and imap to read exchange 2010 mail
We have a mailbox set up on our exchange server with multiple aliases. The php script then loops through, looks at which alias the mail was sent to and determines the action to take.
This all worked ...
0
votes
2answers
160 views
Outlook Add-in read Server Settings
I am searching for a way to read out IMAP/Microsoft Exchange settings from Outlook with an Outlook Add-In coded in c#.
Thanks for helping me.
0
votes
1answer
109 views
Redmine IMAP connection slow on Server 2003
Redmine 2.1.2 using a Thin service on Windows Server 2003
Great product, finally have it working after a few days of tinkering. The last stumbling block is the 'receive_imap'. I'm running manually ...
0
votes
1answer
899 views
What is the difference between POP3, IMAP and Exchange?
I'm trying to set up a Gmail account on a sony xperia sl and it's asking me to choose between POP3, IMAP or Exchange. which one am I supposed to use ?
2
votes
0answers
296 views
send email from a Microsoft exchange Imap account from MailCore
Ok, so I am building an app that gets and sends emails from your email account, but I have hit a brick wall, the app worst great for POP3 accounts and IMAP accounts, but if are using a exchange IMAP ...
-3
votes
2answers
253 views
Creating a new iOS mail client
Where do I get info on POP, IMAP, Exchange API connection info? I have the UI figured out, I just can not find any information on connecting to POP, IMAP, Exchange APIs.
0
votes
1answer
152 views
Root IMAP folder in MS Exchange similar to ALL MAIL folder in gmail IMAP
Is there a way to connect to an IMAP folder in ms exchange mail server via which I can access all mails inside the mailbox. I mean all mails including the INBOX, Sent Mails and other folder which are ...
0
votes
1answer
112 views
imap_list() in PHP not showing me my “Additional Mailbox”
I am trying to connect to the inbox of an "Additional Mailbox" on a Microsoft Exchange server. Connecting to my server and running imap_list does NOT show the mailbox, but it is listed using Outlook. ...
1
vote
2answers
505 views
Retrieving ALL emails for ALL accounts from exchange server
Is there a way to retrieve/download ALL emails for ALL user accounts from exchange server ? The crude way is to iterate through each user and retrieve there emails separately using IMAP. However I ...
0
votes
1answer
170 views
IMAP, Microsoft Exchange, Searching Emails
I am currently working on a web app, that is essentially a CRM. The client wants to be able to do all his day to day business tasks through the CRM.
The major point he wishes to have is the ability ...
0
votes
1answer
339 views
Import mails into an account with IMAP
I know I can download mails from an account with IMAP. But is it possible to import (or create) mails into an account with IMAP? I specifically would like to import messages into a hotmail account.
...
1
vote
2answers
373 views
Getting Contacts through IMAP using JavaMail / Android in Exchange
I've set up my android program to contact the exchange server and check for a list of new emails (along with sending), but surely there is a way to access the exchange global list?
I'm not too sure ...
1
vote
2answers
641 views
IMAP connection carriage return line feed issue from linux?
I'm attempting to connect to our exchange server using Mail::IMAPClient but a script that was working is having issues when I moved it from a temp dev desktop running ubuntu to a new dev env running ...
4
votes
1answer
328 views
PHP: Problems with Microsoft Exchange, no have body of email in PHP
I have a litte problem with imap_fetchstructure, Microsoft SMTP Server (?) and signed mails by application/pkcs7-signature. Normally when I send signed email to gmail server I don't have any troubles. ...
1
vote
1answer
2k views
Perl IMAP connection to Exchange using Mail::IMAPClient?
I keep getting a NO LOGIN failed message when trying to connect to the Exchange server using Mail::IMAPClient. From what I've read everything should work. I've gotten it to connect to Gmail but trying ...
0
votes
1answer
371 views
Setting the delete flag on email, nothing happens in IMAP inbox
Im connecting to a webmail (Exchange 2003) via IMAP.
Im using a library from mailbee to do this.
After i'v read a mail I whant it to be deleted. My problem is that it's never removed from my ...
0
votes
2answers
3k views
PHP IMAP Exchange Issue
So I have a little problem with a PHP script I'm currently writing. To start off, let me say the script is supposed to connect to an IMAP mailbox, search for some emails and download their ...
2
votes
4answers
13k views
c# programmatically reading emails from the Exchange server
When you search on web you will find very easy answers for "How to read emails programmatically"... Al the websites are explaining most of the same like this page.
http://omegacoder.com/?p=454
// ...
0
votes
1answer
149 views
Script to identify email account type
I need help / direction to write a script that will find the type of a mailbox by it's address. (such as: POP, IMAP or Exchange)
For example I'll type: 'xxx@gmail.com' and the response will be ...
1
vote
4answers
3k views
Statistics of IMAP vs POP vs Exchange?
I'm desperately looking for some statistics about usage of POP versus IMAP versus Exchange-MAPI, especially in professional context.
I know IMAP is used for accessing mails from mobile devices with ...
0
votes
2answers
464 views
IMAP protocol support in different email servers
Having to interact with several different email servers via IMAP (using javamail), I have found that there is a very different level of support for IMAP features among them. The lack of support of ...
2
votes
1answer
1k views
Authenticate imaplib.IMAP4_SSL against an Exchange imap server with AUTH=NTLM
Yesterday, the IT department made changes to the Exchange server. I was previously able to use imaplib to fetch messages from the server. But now it seems they have turned off the authentication ...
0
votes
1answer
2k views
Problem with JavaMail and Exchange Server 2007 - BAD Command Argument
In the application I'm working on, there is a function that connects with a mail server via IMAP using JavaMail. One of our clients had the following stack trace:
javax.mail.MessagingException: A13 ...
1
vote
3answers
2k views
Outlook macro to jump to (open) IMAP Inbox
I am using Outlook to sync mail with GMail via IMAP.
Unfortunately, Outlook's default shortcut to go to the Inbox (Shift + Ctrl + I) opens the original Inbox, not the new default IMAP Inbox (which I ...
5
votes
3answers
2k views
Python: how to store a draft email with BCC recipients to Exchange Server via IMAP?
I try to store a draft e-mail via IMAP to a folder running on MS Exchange. Everything ok, except that Bcc recipients don't get shown in the draft message stored on the server. Bcc recipients also ...
3
votes
1answer
2k views
Deleting messages from Exchange IMAP mailbox on iPhone
I have a secondary Exchange mailbox configured on my iPhone using IMAP. This all appears to work fine except when a message is deleted on the phone, it still shows normally in Outlook. It does not ...