IMAP Email Polling

Hi, I am using IMAP to poll emails (as in http://blogs.bpel-people.com/2007/01/using-email-to-initiate-bpel-process.html), it polls sometimes, but sometimes the messages just dissapear from my email but the bpel process don't get initiated. This happens about 50% of the time, any ideas?

i had the following problem:
50% of the messages lost, bpel not initiated...
=> solution:
the bpel was two times deployed. On two servers....
Other possible solution:
the adapter fetches all the mails and the correlation does not match the correlation which the bpel wants...

Similar Messages

  • OSB Email Polling 10gr3

    Hi,
    I have a problem at one of my customer sites using the OSB email polling mechanism. We created a proxy service that monitors and downloads mail from an Exchange 2007 mailbox. Last week they moved the mailbox to an Exchange 2010 server... After the move I saw the following error in the Service Bus log:
    <2010/08/02 03:38:03 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280756283684> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    We moved the mailbox back to 2007 and the server processed the messages normally...
    Does anybody know what would cause this error?
    Another interesting, but alarming fact is that when this error was generated, no messages where written to the error folder location specified in the proxy service configuration... The messages were successfully "popped" from the server and then simply went missing... Is this maybe a bug?

    Hi Anuj,
    I'm using IMAP to connect to the mailbox. Just to give you a bit of background, the mail message contains attachments so will be multipart messages.. I was able to replicate the issue by sending a mail with attachment from my Apple Mail client, so it would seem like this error has something to do with the format of the multipart message...
    Basically to error repeats in the domain log:
    ####<2010/07/30 05:21:55 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503315053> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:15 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503335836> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:36 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503356631> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:57 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503377407> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:23:18 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503398233> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Are there any other logs I can look for? Taking into account that this is our production machine...
    Edited by: Ben Taljaard on Aug 3, 2010 2:55 AM

  • Better language for email polling, C# or C++?

    There's currently a small internal debate over what language we should be writing an email polling service.
    It is a part of a much broader system. Various accounts will be set up, and emails will be pulled from them and then encrypted and stored in a database.
    As it is part of a larger system we are planning on using an ORM such as Entity Framework and have a DAL or C# API to handle all things database. C# .NET has a solid networking API and some mail related stuff already, as well as solid encryption.
    Concerns surrounding using C++ include;
    Having to write network code from scratch (limited on external library use)
    Can not use Entity Framework or the C# database API, would require database code to be repeated in 2 languages allowing for transfer of bugs, more time taken etc..
    Encryption.. The clients are going to be .NET and so we want to use .NET encryption from start to finish so that encryption is standardized throughout
    Later in the projects life we want to support more than just Pop3 and IMAP, Microsoft provide a managed API for it's exchange web services. To achieve this in C++ is not elegant and not recommended by Microsoft
    What are the advantages of using C++ in this scenario if any?

    Hi Lee,
    first of all: I would choose C# for the task.
    That said, C++ does have some advantages:
    Better control over memory usage (it's especially easier to vanish sensitive information from memory)
    Having to build it up from scratch means you can optimize performance to your specific needs.
    I don't see how that would justify adding that much more work-hours though.
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • Why will IMAP email not send from Mac OS 10.10.1 Yosemite Mail even though it is configured the same as on my old Macbook (and emails are sending just fine on the old computer)?

    I can receive but cannot send IMAP email on my 1&1 mail account from Mac OS 10.10.1 Yosemite Mail on my new Macbook Pro. The account is set up the same port, password, username, server name as on my old Macbook and emails are sending just fine on the old computer.
    When I hit send on the new Macbook Pro running Yosemite I get this message:
    "The connection to host ... on port 993 failed.
    Select a different outgoing mail server from the list below or click Try Later to leave the message in your Outbox until it can be sent."
    It shows the server as (offline)
    I've tried erasing and typing in the password.  I've tried both checking and unchecking Automatically detect and maintain account settings. Still cannot send.
    I also have a Gmail account and it is working...

    email service uses an Incoming Server and an Outgoing Server. Mac Mail makes access to the Incoming Server(s) obvious, and hides the settings for the outgoing Server(s). A quick and easy way to get access to the Outgoing Servewr settings is to use:
    Window > Connection Doctor ...
    ... then click on the red light for the Server that is not working for you to see its settings.
    This web page will make an educated guess about how to set up your Servers, and NO SPAM will follow:
    https://www.apple.com/support/mail-settings-lookup/

  • I have an iPad with IMAP email accounts set up but I can find no "inbox, drafts, trash" folders anywhere, either on my ipad or desktop Mac.  How can I set them up?  They do not show on my MacMail preferences either and I can find no way to add them.

    I have an iPad with IMAP email accounts set up but can find no "inbox, drafts, trash" folders for each email account anywhere on my iPad or in Mac Mail.   How can I set them up? I can't find anyway to set them up anywhere.  Thanks

    Hello blu monkey,
    I found some resources that I think might help with the visibility of your IMAP email folders on your iPad and Mac.
    On your iPad, you may need to follow the steps in this article to make sure your folders are visible:
    iOS: If IMAP Mail folders are not visible
    http://support.apple.com/kb/HT1393
    On your Mac, I am not sure if you have the sidebar enabled, but you can enable it using the steps in the article below.  When this is showing, you should see your email account listed near the bottom with a triangle next to it.  When the triangle is pointing down, it should show your folders:
    Mail (Mountain Lion): Show or hide the sidebar
    http://support.apple.com/kb/PH11763
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How do you set the time period on IMAP email accounts (razr maxx)

    Hi Guys -
    Does anyone know how you can set the time period that the stock email will keep the already downloaded messages for IMAP email accounts?
    Mine never seems to show more than a couple of days worth at a time. I'd ideally like to be able to see at least 2 weeks worth of messages without needing to download them again!
    On other phones I've had there was a setting in the menu, but either I can't find it...or it's not there. I've found the setting for how OFTEN it checks the accounts, but not the setting I am seeking.
    Your help is appreciated!
    Best Wishes for the Holiday Season.
    -Rich

    Hey Rich.  Once in 'settings,' there should be a "days to sync' under the 'data usage' section.   You don't have that?

  • How can I make my imap email not take the emails off the server?

    How can I make my imap email not take the emails off the server when I delete them on my iPad?
    Can anyone help me whith this?
    I tried to use the pop account in gmail settings but that was downloading all my emails sice 2008 ( more than 300 deleted emails tha can only be found in the deleted email box), when I just have 5 or 6 email in the inbox .
    How can I solve this????
    Thank u all...

    I have the same problem. For years I have been able to delete emails from my ipad and have them remain on the server so I can deal with them on the desktop. Now they get deleted from the server when deleted from the ipad, which makes the ipad unless for reading mail.
    You answered to delete the email account on the ipad and set up a new one as a pop. I have made many attempts to do that in the  incomping mail server "Host Name" field but it always errors out even when the host name is equal to what my desk top has. So I can see no way to change away from IMAP. I started with an ipad 1 and now have an ipad 2.
    Rachael

  • How do I set up a IMAP email for my gmail on PB?

    Hi does anyone knows how to set up a IMAP gmail account on PB? I was trying to add an attendee on the "Local" calendar but after entered the name and save, It said I have to add a POP or IMAP email before i can save anything with an attenee in it. When i select the Gmail calendar instead of local it won't give me the attendees field, so i tried to set up the account it said I am only allowed to have one gmail account???? come on RIM.... !!!!!
    PS: I have already set up my gmail account with server address: m.google.com
    thanks so much 

    Hi guys.. can't believe I have to answer my own question.  
    Here is the link that I found on Gmail's setting page. This is about the general IMAP setup for Gmail on PB (without using the email setup widget).... 
    http://support.google.com/mail/bin/answer.py?hl=en&answer=78799
    this did help me a lot... I hope it help you too... 

  • HT201320 Does my email service provider have to provide the ability for me to create an IMAP email account in order for me to create Sub-folders within Apple Mail?

    Hi, Apple Mail provides a function to create sub-folders within my mailbox so that I can group emails of similar subjects or from the same sender. My service provider only provides POP email protocol and the New Folder button does not appear in my Apple Mail account for that service provider. Icloud provides the opportunity for the iPad user to select between POP and IMAP. I can select IMAP and the New Folder button appears allowing me to create sub-folders within the icloud email account. Does this mean I cannot create sub-folders in my email account unless my service provider provides customers with the option of creating an IMAP email account?
    This appears to be a problem for quite a few Apple Mail users, but service providers appear reticent to provide a response other than 'use Microsoft Exchange / Hotmail, Google GMail, or some other third party email service provider'. This is why I have chosen icloud as my email service provider. It is Apple and therefore Apple supports it. I have been a Telstra customer for over 15 years and they informed me today, strongly, that they support their own products and services, not Apple products, even though Telstra sell them. When I asked the Telstra Customer Support Manager whether they support Telstra customers, I was informed 'no, because the Telstra customer is not a Telstra product or service'. I have since cancelled my Telstra email account and am in the process of cancelling all of my Telstra services.

    Apple Sceptic wrote:
    Does this mean I cannot create sub-folders in my email account unless my service provider provides customers with the option of creating an IMAP email account?
    Yes. That is what it means. You need an IMAP account in order to create sub folders on the iPad.

  • I have an imac with IMAP email. have managed to partially sync up my ipad in that I can receive the same emails that appear on my imac but I can't send from my ipad.  Any ideas?

    I have an imac with IMAP email. have managed to partially sync up my ipad with it in that I can receive the same emails that appear on my imac but I can't send from my ipad.  Any ideas?

    That sounds like a settings issue to me. Check with your IT depatment to make sure you have it configured properly.

  • E72 IMAP email sent items sync broken - Tech Suppo...

    After a frustrating 30 mins on the phone with a level 2 tech support and being fobbed off with an unnecessary patch for MfE I emailed tech support
    “i have an imap email account with GMX set up on my e72 using nokia messaging.  it sends and receives email fine.  however, any email sent from my phone goes into the sent items folder on my phone, but not into the sent items on my email account.  there is no option to tell the phone which folder to use as the sent items folder”
    The reply was
    “In response to your concern, please be advised that the phone's function to save your sent email to the phone's sent items folder and not on the email sent item folder is a default setting which cannot be altered.“
    Brilliant eh?  I have asked if there will be a fix in future firmware, but no response.  This is a serious issue for anyone using the E72 for email.
    I know I am not alone.  Will keep you updated if I get anything else

    Check this lot and tell me its not a Nokia problem. 
    /t5/Eseries-and-Communicators/Sent-items-problem/m-p/675487/highlight/true#M66489
    /t5/Eseries-and-Communicators/Nokia-E72-Move-email-from-Mailbox-Sent-Items-folder-to-Server/m-p/6051...
    /t5/Eseries-and-Communicators/E72-IMAP-Move-quot-Sent-Items-quot-really-no-way/m-p/671845/highlight/...
    /t5/Eseries-and-Communicators/Cannot-get-sent-email-off-my-E72/m-p/659967/highlight/true#M64592
    /t5/Eseries-and-Communicators/E72-mail-client-sent-messages-on-IMAP-server/m-p/591895/highlight/true...
    Search for "E72 set items", there are loads more

  • How can I delete a junk folder I accidentally created in an IMAP email  account

    I need to know if anyone knows how to delete a junk folder. I created the folder by accident in a IMAP email account.  It's empty and I don't need it .  I don't want to delete the account and re- install it. Any ideas?

    I don't have my iPad set to sync that email account. So my folders are not the same as my IPad. I didn't have the junk folder till I accidentally sent a email to the junk folder and the IPad created a junk folder for that email account. Now there isn't a way to remove the folder,even though it is empty.

  • All my emails stored in my IMAP Email that were stored in my Thunderbird "Profile" are not loading in my Thunderbird Account.

    All my emails that were stored in Thunderbird in IMAP don't not load into my Thunderbird Account anymore.
    Although I do not use IMAP anymore, and have not used IMAP for the past 7 months (only use POP), all of my old IMAP Emails would automatically load in my Thunderbird Email Software. Several days ago all the IMAP emails not longer are there. I only get a message saying: "
    "Alert from account harrison@---------com: full IMAP support is NOT enabled for this account"
    My question is ... I haven't been using IMAP for the past 7 months, and everyday all my previously old emails from IMAP was stored in Thunderbird. Now they are gone. Can you help me retrieve my emails. Perhaps they're still saved in my Thunderbird IMAP Profile on my hard drive? ??? I need help retrieving them!! Please help,
    Best Regards,
    Harrison

    Based on the information you provided it appears you had synchronization enabled for your IMAP account. Synchronization means Thunderbird downloads an offline copy of the messages on the server. That is probably the reason why you were able to access those messages until disaster struck.
    I can only speculate what may have happened. The most likely scenario would be that for whatever reason Thunderbird did sync with the server. In your case that means to remove all messages from your local disk, because none were on the server anymore.
    Just for the records, leaving messages in that IMAP account was extremely thoughtless. You should have moved all your messages off of the server prior to the 'Local Folders' account prior to canceling the IMAP account. In addition accumulation messages in Inbox for several years isn't best practice.
    That obviously won't get your messages back. I guess there isn't much you can do, unless you do have a recent backup of your profile.
    Have you checked the file Inbox underneath ImapMail/<account name>? That's were your messages are supposed to be. What's the size of the file? If you haven't compacted folders yet, the deleted messages may still be in there. You can open it with a text editor to check. Make sure to create a backup copy of that file before doing anything else.
    More information in this article.
    http://kb.mozillazine.org/Undelete_a_message#Copy_and_paste_the_text_from_the_mbox_file

  • IMAP email not appearing in Mail

    Background: I have an IMAP email account that's over a decade old.  It's going away soon so I'm trying to figure out how to get a complete local copy of all that email.  There are a total of around 100 folders with anywhere from 5 to over 2000 emails in each folder.
    The problem: there's email on the server that isn't showing up in Mail.  For instance one folder (according to the webmail interface) has 771 messages.  Mail says that folder has 700 messages.  Looking at the webmail interface I can easily find several of the 71 emails that are not appearing in Mail.  In Mail, if I select the folder and "Get Account Info" and look at the Quotas section, it lists the correct number of email messages (771).  If I rebuild the folder, as it's being rebuilt the blue progress bar at the bottom left of Mail says there are 771 incoming messages.  But when it's done, I can only see 700.
    I just double checked on a second computer (MacBook Pro, also latest 10.7 version & Mail) and it's the same there, it only sees 700 messages.
    Now, repeat this times the roughly 100 folders . . .
    What's going on here?  Why isn't Mail downloading or displaying these emails?

    I just looked in the User/Library/Mail/V2 folder, and tracked down this folder.  Digging down several levels into the files for this account and folder I found two sub-folders called "Messages" which contained a total of 774 (mostly) .emlx files.  In three cases there were a pair of files with the same number, one with an .emlxpart extension and the other with a partial.emlx extension -- if I assume that pair corresponds to the same email, this it appears there are 771 messages on local disk.  And Mail refuses to display 71 of them? 
    I'm doing a backup with MailSteward to see what it makes of these files.

  • IMAP email not refreshing on iPhone4s

    I use IMAP email for a secondary email account (Groupwise) both on my MacBook Pro and my iPhone4S. Recently the iPhone has done something odd:
    It stopped displaying new mail on attempt to refresh. The only way I was able to solve the problem was by viewing "1000 most recent messages" via mail settings. I never had to do this in the past and if I revert to a lower number, say 50 most recent messagess, the mail client just shows me some arbitrary 50 messages from a few months back. I could search the server for recent mail manually as well.
    I use the same IMAP settings on both the computer and the phone, with no problems on the computer.
    Any ideas of what this could be?
    Thanks in advance!

    Yes - it does not. 
    I installed emoze just a two days ago on my E72 and since then I have been drowned in frustration. Not with emoze itself, but with the mess it has left me in with my homescreen and other apps.
    The first hint at something going on was when my phone did not display the usual text notification on the homescreen when someone had texted me. I had to 'stumble' across it in my inbox.
    Then, my gmail that was still running by itself, couldn't open either from the homescreen.
    Uninstall emoze. Message notifications are back. Gmail is still messed up.
    Uninstall gmail. Can't reinstall gmail.
    Had to manually reinstall gmail as per IMAP settings provided here:
    http://mail.google.com/support/bin/answer.py?answe​r=78799
    Yeah, skip emoze. E72 does not like it.

Maybe you are looking for

  • Convert a line read from text file into string

    how to convert a line from text file into string? i know how to convert to numbers, private int  parseLine1(String line) {           StringTokenizer tokenizer = new StringTokenizer(line);               value1 = Integer.valueOf(tokenizer.nextToken()).

  • Camera sd card imported into iphoto

    I imported photos from my cameras SD card into Iphoto.  My sister needs one of the photos to create a calender and wants me to send her jpeg for this but all I can do is email photo to her.  There is no jpeg or identifying features of photos imported

  • How can i watch you tube videos and video stream on my mac mini

    how can i watch you tube videos and video stream on my mac mini

  • Help on ABAP code

    Hi, Lets say I have a table with 2 columns. Lets call this table IT_2. Column 1 - Value is either a space or * Column 2 - Text So here is what I need to do, looping into a new table (Call it IT_3). Loop at IT_2. When Column 1 = *. Create a new line w

  • Workflow tables to verify that customised wf migration was successful

    Hi, We have a requirement like, we need to migrate customized workflows from one test instance to another test instance in R12.1.3,We are doing it through shell scripts(automated) But the issue is we need to validate if they were migrated successfull