Topic profile page for IMAP server.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: IMAP server.
Topic "Imap server" was discussed 2,604 times on 246 sites in last 3 months
Started 4 days, 2 hours ago (2009-11-10 22:00:00)
by Mr Spoon
Hello Is there anyway to give Windows Live Mail more priority when doing online things? When I have Steam running (okay, it is (trying) to download a game) and uTorrent downloading, then I constantly get the IMAP server has timed out. Wait or Stop error. Is there a way I can change this? Is it the IMAP server I am connecting to or are there settings on my computer I can change? Thanks...
Started 4 days, 18 hours ago (2009-11-10 06:23:00)
by TheNetRanger
I am trying to set up my MobileMe email on my new Vista laptop, I have had no problems in the past following the instructions on the Apple website to set up both Windows Mail and Outlook 2007, but now it fails with this error on two different Vista laptops in both Mail and Outlook 2007. Any ideas? Details of error ...
Started 1 week, 4 days ago (2009-11-03 01:33:00)
by nitin14341
Hi, I am connecting to a IMAP server using same account but from 2 different machines. From one machine a mark a message as SEEN=FALSE. But on the second machine, the flag will still be TRUE. Is there any way to co-ordinate between multiple clients so that all the clients are in sync. Regards, Nitin.
Started 2 weeks, 1 day ago (2009-10-30 08:05:00)
by kai-berlin
Hi everyone, I have a problem to connect to my IMAP server with my Palm Pre. Unfortunately I get no error messages. The Pre tells me that it could connect and is pretending to successfully synchronize with the email account. So I tracked the communication with the IMAP server to get more information. Here is a protocol what happens: Pre->IMAP : ~~A1 NOOP IMAP->Pre : * OK ...
Started 2 weeks, 3 days ago (2009-10-28 12:13:00)
by emrys01
i just got the 9550 today. yay me. (okay, 'nuff o'that.) my work email is handled through google mail... my email address is me@mycompany.com, but the server i connect to for sending/receiving work email is imap.google.com, port 993. when setting up thunderbird on my pc, or my venerable old 8100 pearl, i could easily enter that port number, however, there's no provision for entering the ...
Started 2 weeks, 4 days ago (2009-10-27 18:56:00)
by websissy
I'm running the OldStable version of Etch from August 2008. I've been using squirrelmail connecting through Dovecot's Imap and Pop3 servers ever since then to provide either SSH or TLS/SSL connections to postfix mail on my server. Although the SSL capability is installed, we're not using it -- choosing SSH instead. But for unexplained reasons this morning IMAP suddenly started refusing ...
Started 2 weeks, 5 days ago (2009-10-26 20:18:00)
by NigelB
Hello chaps....can anybody help me out? My ISP is AOL and my antivirus is avast. I used to use AVG but found that Avast was better for me. When I got my Pc back a few weeks ago I was unable to down load Avast so I used AVG instead. I have now worked out what I was doing wrong and have now installed Avast. My problem now is that I cannot access my emails. I keep getting this ...
Started 2 weeks, 5 days ago (2009-10-26 17:20:00)
by augustocallejas
hi- i'd like to test my javamail imap client against an imap server for my unit/system tests, but i'm not aware of any java server imap implementations. how have others tested their java imap clients? thanks, augusto.
Started 2 weeks, 5 days ago (2009-10-26 12:09:00)
by aspcheetah
Hi, I am successfully connecting to an IMAP server using socket class and sslstream. The problem I am having is when the attachment in email is very large. Then I end up with Unexpected EOF or 0 bytes received from transport stream exception in the stream reader (streamreader is reading sslstream). So, for example, if an attachment is 51KB (i tried image icon), i get the result in stream ...
Started 1 week ago (2009-11-07 17:48:00)
by polishedstaple
I'm thinking of reconfiguring my email accounts from POP to IMAP. If I drag and drop an email from my IMAP mailbox, into a folder in the "ON MY MAC" section, will that successfully remove it from the server? I hope this is how it works, as I'm concerned about keeping thousands of emails constantly on the server. Thanks for your help!...
Started 1 week, 1 day ago (2009-11-06 08:54:00)
by PinoyIto
I am using cpanel where I can create my own email account there. I want to create a php script that I can use to open my email account and display all email in my inbox, but I don't know how to start. My server support IMAP, I really appreciate any help... thanks
Started 4 days, 13 hours ago (2009-11-10 11:22:00)
by Sam Hobbs
I am sorry, but that is not a Windows Mail error message, so you need to either post the Windows Mail error message or ask for help in a forum or newsgroup for the software you are using. "TheNetRanger" wrote in message news:83348368-E0AF-49ED-81F0-9EBEFA6C2A26@microsof t.com... >I am trying to set up my MobileMe email ...
Started 2 days, 7 hours ago (2009-11-12 17:41:00)
by outlookmvp
Version of Outlook? Look on the Edit menu for Purge, when viewing any of the IMAP folders. -- Diane Poremsky [MVP - Outlook] Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com/ Outlook Tips by email: mailto: dailytips-subscribe-request@lists.outlooktips.net EMO - a weekly newsletter about Outlook and ...
Started 4 days, 1 hour ago (2009-11-10 23:33:00)
by nitin14341
I was able to resolve the problem using addMessageCountListener and messagesAdded method, as suggested by you. I am now facing another problem. Whenever a new message is received, code inside messagesAdded method gets executed. Here I am trying to spawn another thread and do some stuff. But this new thread is not starting at all. It goes into some JavaMail:EventQueue and does nothing. What...