Mail imap sfr

bonjour
je souhaite configurer un compte mail imap du fournisseur SFR.
Mail ne propose que la création d'un compte en pop. En modifiant le serveur de réception en imap.sfr.fr, cela ne fonctionne pas.
Comment créer un compte en imap?

Bonsoir,
Sachant que SFR propose avant tout son webmail en POP, je crois (pas sûr, à vérifier) qu'il faut activer le mode IMAP depuis les préférences du webmail, comme dans Gmail ou sur Yahoo! Mail. Une fois l'IMAP activé, on peut configurer un client email pour se synchroniser en IMAP, avec le nom de serveur que tu mentionnes, et normalement le port 143 comme point d'entrée. Je n'ai pas d'adresse en sfr.fr pour tester...

Similar Messages

  • Java.lang.NoSuchMethodException: com.sun.mail.imap.IMAPStore.

    All:
    I have completed the following:
    1. Downloaded the JavaMail 1.4.2 API.
    2. From this downloaded API I had extracted the mail.jar file (timestamp 2009-02-26 13:28) to my C:\Program Files\Tomcat 6.0\lib directory
    3. Downloaded the jaf-1_0_2-upd2 API
    4. From this downloaded API I had extracted the activation.jar file (timestamped 2005-05-07 21:14) also to my C:\Program Files\Tomcat 6.0\lib directory.
    In Eclipse I have created a simple JSP page that calls a POJO that is to read a particular email box using IMAP. In this POJO I have code to set up the Properties, Session and Store objects as such:
    Line 1 Properties properties = System.getProperties();
    Line 2 properties.put("mail.from", "[email protected]");
    Line 3 properties.put("mail.debug","true");
    Line 4 session = Session.getDefaultInstance(properties, null);
    Line 5 session.setDebug(debug);
    Line 6 printData("About to get store object...");
    Line 7 store = session.getStore("imap");
    In eclispe, I click "Debug on Server" and Tomcat starts, begins to display my JSP and then I am dropped on the line of code in my POJO where I set a breakpoint (Line 1). Now I single step through the code. The code throws the following execption when it executes line 7 of the above code :
    (Line 6 ==>) About to get store object...
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
    java.lang.NoSuchMethodException: com.sun.mail.imap.IMAPStore.<init>(javax.mail.Session, javax.mail.URLName)
         at java.lang.Class.getConstructor0(Unknown Source)
         at java.lang.Class.getConstructor(Unknown Source)
         at javax.mail.Session.getService(Session.java:782)
         at javax.mail.Session.getStore(Session.java:574)
         at javax.mail.Session.getStore(Session.java:536)
         at javax.mail.Session.getStore(Session.java:515)
         at emailTest.readEmails.processMail(readEmails.java:62)
         at emailTest.readEmails.<init>(readEmails.java:24)
         at org.apache.jsp.emailTest_jsp._jspService(emailTest_jsp.java:94)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Unknown Source)
    There are no jar files defined in my project's classpath. The only jar file found in the project is in the WEB-INF\lib folder wherein I have a jndi.jar (timstamp 5/5/2009 8:10AM) file.
    I put the activation.jar file and the mail.jar file in my Tomcat.6\lib folder according item 4 of the JavaMail Sessions section of the Apache Tomcat JNDI Resources HOW_TO found here: http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html
    Can anybody please tell me what I need to do to get around this error? Do I perhaps have the wrong versions of one or more jar files?
    FYI: I have also put these same two jar files in my projects classpath and still recevied the same exception. Because I am invoking a POJO from a JSP should these jar files be in my projects classpath in addition to the tomcat\lib directory, or should they only be in the projects' classpath?
    Thanks to all for your time in responding.
    Gary

    bshannon:
    Thank you for your resonse. Your response got me to thinking that my instance of Ecliplse that I had had running yesterday was behaving a little strangely so this morning I closed everything I had running on my workstation and closed down the machine and rebooted. When I finally opend up Eclipse again and ran my JSP program calling my POJO, the code no longer threw the exception. Apparently Eclipse can have its tempermental moments.
    Also, let it be known that while everything is working for me now, I performed a small experiment. I moved the activiation.jar and mail.jar from my project\WEB-INF\lib folder and put them in the the C:\Program Files\Tomcat 6.0\lib directory. Then, when I ran my program I once again recieved the java.lang.NoSuchMethodException error. When I moved these jar files back from the Tomcat diretory to my project\WEB-INF\lib directory, the program worked just fine.
    Thanks again
    Gary

  • Com.sun.mail.imap.IMAPFolder close

    Hi everyone,
    We are using BMC Remedy Email Engine with javamail function.
    Why is the message of ''com.sun.mail.imap.IMAPFolder close' message is indicated in stderr.log file' indicated? BMC and we don't know the reason at all. If someone knows, could you please teach us the error cause?
    The detail is below:
    2008/10/07 1:16:10 com.sun.mail.imap.IMAPFolder close
    SEVERE: A6 NO CLOSE Block size illegal for BPOOL.
    javax.mail.MessagingException: A6 NO CLOSE Block size illegal for BPOOL.;
    nested exception is:
         com.sun.mail.iap.CommandFailedException: A6 NO CLOSE Block size illegal for BPOOL.
         at com.sun.mail.imap.IMAPFolder.close(IMAPFolder.java:1003)
         at com.sun.mail.imap.IMAPFolder.close(IMAPFolder.java:935)
         at com.remedy.arsys.emaildaemon.ReceiverModule.terminateIncommingMailbox(ReceiverModule.java:1837)
         at com.remedy.arsys.emaildaemon.ReceiverModule.doWork(ReceiverModule.java:357)
         at com.remedy.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:268)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.sun.mail.iap.CommandFailedException: A6 NO CLOSE Block size illegal for BPOOL.
         at com.sun.mail.iap.Protocol.handleResult(Protocol.java:294)
         at com.sun.mail.iap.Protocol.simpleCommand(Protocol.java:316)
         at com.sun.mail.imap.protocol.IMAPProtocol.close(IMAPProtocol.java:926)
         at com.sun.mail.imap.IMAPFolder.close(IMAPFolder.java:1000)
         ... 5 more
    Regards,
    NAKAI

    Hi,
    I'm experiencing a quite similar problem in our BMC Remedy Email Engine. IMAP mail integration that has been working for a long time has suddently quit working and now producing error message as below every second instead. NAKAI - did you find any solution to your problem? Anyone else that has experienced any similar?
    Thanks in advance,
    Daniel
    A94819 NO The request is not supported.;
    nested exception is:
         com.sun.mail.iap.CommandFailedException: A94819 NO The request is not supported.
    javax.mail.MessagingException: A94819 NO The request is not supported.;
    nested exception is:
         com.sun.mail.iap.CommandFailedException: A94819 NO The request is not supported.
         at com.sun.mail.imap.IMAPMessage.loadEnvelope(IMAPMessage.java:1063)
         at com.sun.mail.imap.IMAPMessage.getMessageID(IMAPMessage.java:428)
         at com.remedy.arsys.emaildaemon.ReceiverModule.checkAndSkipStoredMessages(ReceiverModule.java:397)
         at com.remedy.arsys.emaildaemon.ReceiverModule.doWork(ReceiverModule.java:275)
         at com.remedy.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:268)
         at java.lang.Thread.run(Unknown Source)

  • Mail - IMAP folders not showing up in folder list

    I have several mac mail imap folders and a few of them are not showing all imap folder - yet I can use move to folder to move emails to that folder.  Any ideas?

    Check on the IMAP settings (Gmail.com) that Pop is disabled.
    It should be in the IMAP/Mail forwarding section.
    When it is enabled, folders do not show up in mac mail

  • Mac Mail IMAP shows read message when already read from other devices

    Mac Mail IMAP is setup on custom domain ([email protected]).  When I open an email message through my iphone it shows it was read.  Then when I go into the mail app on my iMac, it shows the message is unread.  It still shows unread hours later and even when I click the "Get Mail" button
    How do I make it so that Mac mail syncs when I check mail through other devices?
    Thank you

    Open Terminal in Utilties and copy/paste
    This will send the attachment embedded inline. (This works in Snow Leopard, but not sure about Lion. Do a test first. If it doesn't work, just google "send attachment embedded + Lion." You don't actually have to send the message to see how it will appear.)
    defaults write com.apple.mail DisableInlineAttachmentViewing 0
    To reverse the setting, change the 0 to a 1
    However, whether this will work or not will depend on what the e-mail client on the receiver's end does with it.

  • Mac Mail - IMAP setup - Large attachments are corrupt

    Mac Mail - IMAP setup - Large attachments are corrupt
    Attachments open fine in webmail
    Mailbox rebuild does not help
    Appears files over 500k are affected
    Multiple users affected
    Backend is GroupWise 7
    So, I see several posts on this topic, with no solutions.... Is this a known issue according to Apple? If so, can some point me to the official release notes/ bug report??

    I have the same problem. When I look at the message with Entourage, I found out that while under IMAP the attachment is not fully downloaded from the exchange server. Entourage gives you the choice to download this file. When I select, the file comes down and opens OK. I heard that some clients have a max size download setting for IMAP but Mac Mail does not. Anyone know how to get around this?

  • Two Apple Mail imap accounts, but can never include 2nd account in REPLY ALL

    Hi. I have two Apple Mail imap accounts. One for me and one for my boss. The problem is, if I receive an email in which my boss is cc'd and I then click on REPLY ALL, Mail never includes my boss's email address and I have to manually type it in. Is there anything I can do to fix this? Thank you.

    Open Mail>Preferences>Accounts, scan down to the entry 'Outgoing Mail Server (SMTP)', click on the dropdown and select Edit SMTP Server List and verify that each account has the correct SMTP server set.
    Then close it
    Once you have verified that the servers are set correctly check the box that says 'Use only this server' for each of the accounts.

  • Merge Mac/Mail/IMAP and Dell/Outlook/POP

    A friend called me with a problem that wads of her email were going missing from Mail.  After spending a while there it turned out that she uses email on 3 platforms
    MacBook Pro, Mavericks, Mail, IMAP
    iPhone 5, IOS7, Mail, IMAP
    Her old Dell with Outlook and POP
    She is using whichever system is handiest.
    Now I know precious little about email but it seems to me that the missing Mail from the Apple platforms is ending up on her Dell because it's got POP.
    Q1.  Does that seem about right?  It looks like the missing mail is there from a cursory scan.
    Q2.  Assuming that's correct, is there a way to fix this: to get the mail off the Dell and on to her Apple systems? 

    Having slept on it, I wonder: Could this be solved by
    creating an IMAP email account on the Dell alongside the POP one
    copying the email subfolders from the POP account to IMAP
    allowing this al to percolate via the server to the MacBook and iPhone
    Suggestions?

  • Apple Mail, IMAP messages are mangled

    I have just connected to my IMAP account with Apple Mail. It appears that there is an encoding problem. (It was using Outlook for Mac before because of work obligations, but I'd really prefer to use Apple Mail.) These messages still look okay in the message view of the IMAP account through Outlook for Mac (2011 v14.2.3), but all the messages seem to mangled as far as Webmail (Roundcube) or Apple Mail (v5.2) are concerned.
    I can't find any IMAP setting options in stupid Microsoft Outlook for Mac. Does anyone know if there's one in Apple Mail that might allow me to use these emails? I'm happy to provide more info, it's really bugging me.
    All my messages look like this (source below as well):
    €------------------------------------------
    €e€c€a€u€s€e€ €s€h€e€ €h€a€s€ €n€o€ €i€n€t€e€n€t€i€o€n€ €o€f€ €d€r€i€v€i€n€g€ €t€h€e€ €v€e€h€i€c€l€e€.€



    € €



    €T€h€e€r€e€f€o€r€e€ €t€h€e€ €o€n€l€y€ €d€r€i€v€e€r€ €w€i€l€l€ €b€e€ €m€e€,€ €s€o€ €w€h€y€ €c€a€n€ t€ €I€ €t€a€k€e€ €t€h€e€ €c€o€v€e€r€?€



    € €



    €R€e€g€a€r€d€s€,€ €G€e€o€f€f€



    € €



    €F€r€o€m€:€ €K€e€n€d€r€a€ €K€n€i€g€h€t€ €[€m€a€i€l€t€o€:€k€e€n€d€r€a€k€@€g€r€a€h€a€m€k€n€i€g€h€t€.€c€o€m€.€a€u€]€ €

    €S€e€n€t€:€ €W€e€d€n€e€s€d€a€y€,€ €1€1€ €N€o€v€e€m€b€e€r€ €2€0€0€9€ €1€2€:€1€6€ €P€M€

    €T€o€:€ €'€G€e€o€f€f€ €C€o€n€s€t€a€n€t€i€n€e€'€

    €S€u€b€j€e€c€t€:€ €F€W€:€ €M€o€t€o€r€ €V€e€h€i€c€l€e€ €I€n€s€u€r€a€n€c€e€



    € €



    €H€i€ €G€e€o€f€f€,€



    € €



    €J€u€s€t€ €f€o€l€l€o€w€i€n€g€ €u€p€ €o€n€ €m€y€ €e€m€a€i€l€ €b€e€l€o€w€.€ €

    €P€l€e€a€s€e€ €p€r€o€v€i€d€e€ €c€o€r€r€e€c€t€e€d€ €p€r€o€p€o€s€a€l€ €f€o€r€m€ €a€t€ €t€h€e€ €e€a€r€l€i€e€s€t€ €c€o€n€v€e€n€i€e€n€c€e€ €s€o€ €w€e€ €c€a€n€ €a€r€r€a€n€g€e€ €a€ €n€e€w€ €c€o€v€e€r€.€



    € €



    €K€i€n€d€ €r€e€g€a€r€d€s€,€



    €K€e€n€d€r€a€ €K€n€i€g€h€t€ €



    € €



    €_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€



    €F€r€o€m€:€ €K€e€n€d€r€a€ €K€n€i€g€h€t€ €

    €S€e€n€t€:€ €W€e€d€n€e€s€d€a€y€,€ €4€ €N€o€v€e€m€b€e€r€ €2€0€0€9€ €9€:€2€4€ €A€M€

    €T€o€:€ €'€G€e€o€f€f€ €C€o€n€s€t€a€n€t€i€n€e€'€

    €S€u€b€j€e€c€t€:€ €R€E€:€ €M€o€t€o€r€ €V€e€h€i€c€l€e€ €I€n€s€u€r€a€n€c€e€



    € €



    €H€i€ €G€e€o€f€f€,€



    €P€l€e€a€s€e€ €f€i€n€d€ €a€t€t€a€c€h€e€d€ €p€r€o€p€o€s€a€l€ €f€o€r€m€ €f€o€r€ €y€o€u€r€ €c€o€r€r€e€c€t€i€o€n€/€a€m€e€n€d€m€e€n€t€s€.€



    €K€i€n€d€ €r€e€g€a€r€d€s€,€



    €K€e€n€d€r€a€ €



    € €



    €_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€_€



    €F€r€o€m€:€ €G€e€o€f€f€ €C€o€n€s€t€a€n€t€i€n€e€ €[€m€a€i€l€t€o€:€s€e€a€f€a€r€i€@€h€i€g€h€w€a€y€1€.€c€o€m€.€a€u€]€ €

    €S€e€n€t€:€ €W€e€d€n€e€s€d€a€y€,€ €4€ €N€o€v€e€m€b€e€r€ €2€0€0€9€ €8€:€3€6€ €A€M€

    €T€o€:€ €K€e€n€d€r€a€ €K€n€i€g€h€t€

    €S€u€b€j€e€c€t€:€ €R€E€:€ €M€o€t€o€r€ €V€e€h€i€c€l€e€ €I€n€s€u€r€a€n€c€e€



    € €



    €H€e€l€l€o€ €K€e€n€d€r€a€,€



    € €



    €I€ €c€a€n€ t€ €b€e€l€i€e€v€e€ €h€o€w€ €d€i€f€f€i€c€u€l€t€ €I€ €h€a€v€e€ €m€a€d€e€ €t€h€i€s€ €  €t€o€o€ €m€a€n€y€ €c€o€o€k€s€ €i€n€ €t€h€e€ €k€i€t€c€h€e€n€ €o€n€ €t€h€i€s€ €o€n€e€!€!€!€



    € €



    €P€l€e€a€s€e€ €s€e€n€d€ €p€r€o€p€o€s€a€l€ €a€g€a€i€n€.€



    € €



    €G€e€o€f€f€



    € €



    €F€r€o€m€:€ €K€e€n€d€r€a€ €K€n€i€g€h€t€ €[€m€a€i€l€t€o€:€k€e€n€d€r€a€k€@€g€r€a€h€a€m€k€n€i€g€h€t€.€c€o€m€.€a€u€]€ €

    €S€e€n€t€:€ €M€o€n€d€a€y€,€ €2€ €N€o€v€e€m€b€e€r€ €2€0€0€9€ €2€:€5€4€ €P€M€

    €T€o€:€ €'€s€e€a€f€a€r€i€@€h€i€g€h€w€a€y€1€.€c€o€m€.€a€u€'€

    €S€u€b€j€e€c€t€:€ €M€o€t€o€r€ €V€e€h€i€c€l€e€ €I€n€s€u€r€a€n€c€e€



    € €



    €G€e€o€f€f€,€



    € €



    €F€u€r€t€h€e€r€ €t€o€ €o€u€r€ €t€e€l€e€p€h€o€n€e€ €c€o€n€v€e€r€s€a€t€i€o€n€ €F€r€i€d€a€y€,€ €I€ €h€a€v€e€ €n€o€w€ €r€e€c€e€i€v€e€d€ €i€n€f€o€r€m€a€t€i€o€n€ €f€r€o€m€ €y€o€u€r€ €i€n€s€u€r€e€r€ €r€e€g€a€r€d€i€n€g€ €t€h€e€ €m€o€t€o€r€ €v€e€h€i€c€l€e€ €p€r€o€p€o€s€a€l€ €f€o€r€m€ €r€e€c€e€i€v€e€d€.€



    € €



    €A€t€ €t€h€i€s€ €s€t€a€g€e€ €t€h€e€y€ €a€r€e€ €u€n€a€b€l€e€ €t€o€ €r€e€i€n€s€t€a€t€e€ €t€h€e€ €p€o€l€i€c€y€ €a€s€ €t€h€e€ €p€r€o€p€o€s€a€l€ €f€o€r€m€ €i€s€ €i€n€c€o€m€p€l€e€t€e€ €&€ €s€o€m€e€ €s€e€c€t€i€o€n€s€ €a€r€e€ €i€n€c€o€r€r€e€c€t€.€



    € €



    €I€t€ €i€s€ €n€o€t€e€d€ €o€n€ €t€h€e€ €p€r€o€p€o€s€a€l€ €t€h€a€t€ €t€h€e€ €v€e€h€i€c€l€e€ €i€s€ €o€w€n€e€d€ €b€y€ €K€y€l€i€e€ €E€l€i€z€a€b€e€t€h€ €B€r€a€d€e€r€ €t€h€e€r€e€f€o€r€e€ €t€h€e€ €p€o€l€i€c€y€ €m€u€s€t€ €b€e€ €i€n€ €h€e€r€ €n€a€m€e€ €&€ €t€h€e€ €p€r€o€p€o€s€a€l€ €s€i€g€n€e€d€ €&€ €d€a€t€e€d€ €b€y€ €h€e€r€.€



    € €



    €S€e€c€t€i€o€n€ €7€ €q€u€e€s€t€i€o€n€ €(€v€i€)€ €h€a€s€ €b€e€e€n€ €a€n€s€w€e€r€e€d€ €Y€E€S€ €b€u€t€ €n€o€ €d€e€t€a€i€l€s€ €w€e€r€e€ €s€u€p€p€l€i€e€d€ €,€ €f€u€l€l€ €d€e€t€a€i€l€s€ €r€e€q€u€i€r€e€d€?€ €(€S€p€e€e€d€i€n€g€ €f€i€n€e€s€,€ €o€n€ €t€h€e€ €s€p€o€t€ €f€i€n€e€s€,€ €t€r€a€f€f€i€c€ €c€a€m€e€r€a€ €f€i€n€e€s€ €o€r€ €a€n€y€ €o€t€h€e€r€ €m€o€t€o€r€i€n€g€ €r€e€l€a€t€e€d€ €f€i€n€e€s€ €e€x€c€l€u€d€i€n€g€ €p€a€r€k€i€n€g€)€



    € €



    €C€a€n€ €y€o€u€ €p€l€e€a€s€e€ €a€d€v€i€s€e€ €d€e€t€a€i€l€s€ €a€t€ €t€h€e€ €e€a€r€l€i€e€s€t€ €p€o€s€s€i€b€l€e€ €c€o€n€v€e€n€i€e€n€c€e€ €s€o€ €I€ €c€a€n€ €a€r€r€a€n€g€e€ €f€o€r€ €a€n€ €a€l€t€e€r€n€a€t€i€v€e€ €c€o€v€e€r€ €n€o€t€e€ €t€o€ €b€e€ €p€l€a€c€e€d€?€



    € €



    €T€h€a€n€k€ €y€o€u€ €&€ €k€i€n€d€ €r€e€g€a€r€d€s€,€ €



    € €



    € €





    €K€e€n€d€r€a€ €K€n€i€g€h€t€ €A€N€Z€I€I€F€ €(€S€n€r€.€ €A€s€s€o€c€.€)€,€ €C€I€P€,€ € €D€i€p€.€ €F€i€n€.€ €S€e€r€v€ €(€B€r€o€k€)€ €Q€P€I€B€





    €A€c€c€o€u€n€t€ €M€a€n€a€g€e€r€



    € €







    € €



    € €



    € €



    € €



    € €



    €G€r€a€h€a€m€ €S€ €K€n€i€g€h€t€ €a€n€d€ €A€s€s€o€c€i€a€t€e€s€ €I€n€s€u€r€a€n€c€e€ €B€r€o€k€e€r€s€ €&€ €R€i€s€k€ €C€o€n€s€u€l€t€a€n€t€s€ €



    €1€7€7€ €G€r€e€a€t€ €E€a€s€t€e€r€n€ €H€w€y€ €B€E€L€M€O€N€T€ €6€1€0€4€ €*€ € €P€O€ €B€o€x€ €1€6€0€ €B€E€L€M€O€N€T€ €6€9€8€4€



    €P€h€:€ €0€8€ €9€4€7€8€ €1€9€3€3€ €*€ € €F€a€x€:€ €0€8€ €9€4€7€8€ €3€1€2€4€ €*€ € €E€m€a€i€l€:€ €k€e€n€d€r€a€k€@€g€r€a€h€a€m€k€n€i€g€h€t€.€c€o€m€.€a€u€ €<€m€a€i€l€t€o€:€b€i€l€l€e€@€g€r€a€h€a€m€k€n€i€g€h€t€.€c€o€m€.€a€u€>€ €



    €W€e€b€s€i€t€e€:€ €w€w€w€.€g€r€a€h€a€m€k€n€i€g€h€t€.€c€o€m€.€a€u€ €*€ € €A€F€S€ €L€i€c€e€n€c€e€:€ €2€2€
    Headers:
    X-Antivirus: AVG for E-mail
    Return-Path: <[email protected]>
    Delivered-To: [email protected]
    Received: from mx.x.com.au (mx.per.x.com.au [2x.3x.31.xx])
    by mail1.per.x.com.au (Postfix) with ESMTP id 0DEA5FE4C7
    for <[email protected]>; Sun,  3 Jul 2011 15:38:05 +0800 (WST)
    X-ASG-Debug-ID: 1309678681-01a2066c0b186270001-JEf9es
    Received: from blu0-omc1-s10.blu0.hotmail.com (blu0-omc1-s10.blu0.hotmail.com [65.55.116.21]) by mx.higx.com.au with ESMTP id DVnpUZXJcJ7N71oa for <***>; Sun, 03 Jul 2011 15:38:02 +0800 (WST)
    X-Barracuda-Envelope-From: ***
    X-Barracuda-Apparent-Source-IP: 6x.5x.11x.2x
    Received: from BLU164-W18 ([65.55.116.8]) by blu0-omc1-s10.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675);
    Sun, 3 Jul 2011 00:37:59 -0700
    Message-ID: <[email protected]>
    boundary="_91a5ccaf-16b4-4d04-a0ae-267be2d1cb8d_"
    X-Originating-IP: [12x.17x.4x.11]
    From: Rxxxxxx <[email protected]>
    Subject: How to Correctly hold on in a Moving Train
    Date: Sun, 3 Jul 2011 15:37:59 +0800
    X-ASG-Orig-Subj: How to Correctly hold on in a Moving Train
    Importance: Normal
    In-Reply-To:
    <***>
    References:
    <4D62D60A29BF53D6BE5@Bindoon>,<***>
    MIME-Version: 1.0
    X-OriginalArrivalTime: 03 Jul 2011 07:37:59.0670 (UTC) FILETIME=[21F5E160:01CC3954]
    X-Barracuda-Connect: blu0-omc1-s10.blu0.hotmail.com[65.55.116.21]
    X-Barracuda-Start-Time: 1309678681
    X-Barracuda-URL: http://203.34.31.15:80/cgi-mod/mark.cgi
    X-Virus-Scanned: by bsmtpd at highway1.com.au
    X-Barracuda-Bayes: INNOCENT GLOBAL 0.0132 1.0000 -1.9348
    X-Barracuda-Spam-Score: 0.22
    X-Barracuda-Spam-Status: No, SCORE=0.22 using per-user scores of TAG_LEVEL=3.0 QUARANTINE_LEVEL=3.6 KILL_LEVEL=6.3 tests=HTML_FONT_SIZE_HUGE, HTML_IMAGE_RATIO_02, HTML_MESSAGE, MISSING_HEADERS, TO_CC_NONE
    X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.67828
    Rule breakdown below
    pts rule name              description
    1.21 MISSING_HEADERS        Missing To: header
    0.39 HTML_FONT_SIZE_HUGE    BODY: HTML font size is huge
    0.55 HTML_IMAGE_RATIO_02    BODY: HTML has a low ratio of text to image area
    0.00 HTML_MESSAGE           BODY: HTML included in message
    0.00 TO_CC_NONE             No To: or Cc: header
    To: undisclosed-recipients:;
    �Cc: header
    To: undisclosed-recipients:;
    � FONT-SIZE: 10pt"> </SPAN></FONT><FONT color=black><SPAN style="COLOR: black"> <BR> </SPAN></FONT><FONT color=black size=5><SPAN style="COLOR: black; FONT-SIZE: 18pt">              </SPAN></FONT><FONT color=black><SPAN style="COLOR: black"><IMG border=0 src="cid:5D6271D1018C4624B687BDD8543F9ABC@wayne" width=376 height=480><BR>  </SPAN></FONT><FONT color=black size=2 face=Arial><SPAN style="FONT-FAMILY: Arial; COLOR: b
    <Emails Edited By Host>

    There is something wrong there all right. I am having the same problem.
    In my home imac, I leave Mail open when I leave for work. During the day I may access gmail via the web interface, read and/or delete some e-mails, that sort of quite normal things. When I come home, Mail in the iMac has not detected any of the changes.
    This used to work with Tiger without any problems, Mail simply saw all the changes as one would expect. Definite regression, and it would be nice to have it fixed somehow...

  • Mail - imap drafts folder not updating on server

    I have my mail setup to LEAVE any mail draft in the drafts folder on the server. I used 3 different mac book pros and my draft messages are only appearing on the system where I 'drafted' them. In the past this was working.
    All other foldrers are behaving as I would expect. How can I rectify this? Thanks.

    That is in fact what is going on - a version of the draft is stored locally on my laptop for example in DRAFTS and when I try to access the 'drafts' on another system, the draft is in some IMAP draft folder.
    Not exactly intutive but as long as they are stored that's what is important to me.

  • Mail IMAP after 10.5.2 can't read ANY mails in boxes with non-ascii names

    I have Mail with IMAP that connects to a regular MAC OS X Tiger server running IMAP.
    After upgrading to 10.5.2 on the client, Mail can no longer read ANY mails at all in any mailbox whose path contains a non-ascii character!
    Hence: If a box is called 'Övrigt', it only lists the mails in the mail box, but it will not show any of the contents of any of the mails! Hence, I cannot access any of these mails! Catastrophic!
    I have to downgrade to 10.5.1, unless someone knows of a workaround.

    Same problem here (or at least in part). Some .mac folders did no longer show any messages, while they were there and could be seen online and with Thunderbird. After your remark I changed the name of a folder which contained a "´" and now it works. It is really strange because there is another folder with a "¨" in it which does not work (I will test if the name change works with this folder as well in a minute) whilst there is another one with such name which works fine. The update really messed up Mail and in Dutch we just use such characters so Mail without supporting them will be rather useless for me...

  • Apple Mail IMAP Alert 3794

    I see the little alert with an exclamation mark.
    Click on it and it says imap alert 3794 and they won't go away.
    I have deleted my account and created a new one and they are still there???

    I agree that this problem needs to be fixed.  Apple -- please pay attention to this one!  We need a setting to limit the # of connections in IMAP, like other mail programs have.
    I collected about half a dozen past threads in this forum about this problem going back from 2013 to 2006 (!!) at the following thread, and that was just scratching the surface -- there are tons of past threads about this on this forum, not to mention on every other forum on the Internet that discusses Apple Mail:
    https://discussions.apple.com/thread/3797336?start=0&tstart=0

  • Mail - IMAP problem accessing inbox

    I have an issue accessing my Yahoo Inbox using IMAP with Mail 8.1 on my MacBook Pro running Yosemite 10.10.1.  The Connection Doctor confirms connection and login for both IMAP and SMTP.  When I select Get Account Info at the bottom of the left column in the Inbox pane, the Quota Limits tab shows the number of messages in several mail folders I have on the server, but shows the Inbox with 0 messages, which is not correct.  When I select Get New Mail from the Mailbox tab, the Yahoo mailbox is grayed out.  On one attempt when it was not grayed out, it returned the message "The server returned the error: the attempt to read data from the server imap.mail.yahoo.com failed". 
    The following solutions found online have been tried without success:
    --take account offline then Get All New Mail
    --remove and reinstall the Yahoo internet account in System Preferences
    --remove the Yahoo internet account, then re-add as an "Other" mail account
    --delete com.apple.mail.plist files in the Library, then restore by restarting the program
    --delete com.apple.mail folder in the Library, then restore by restarting the program
    --reduce password characters to 8, alphanumeric
    As a final attempt, I removed Mac OS X from the "Manage apps and website connections" section in my Yahoo account profile.  I removed and restored the Yahoo account in Mail, but this did not restore Mac OS X in my Yahoo account.
    IMAP access worked fine until just a few days ago.  Access through Web browser and my iOS devices has fortunately been unaffected.  What broke?

    ok, I've been doing some digging in here, and I managed to find out some logs that might help.
    This is from the email account that is not working;
    WROTE Jan 17 22:13:53.796 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x6000008adf80 -- thread:0x60800246fb00
    5680.80 FETCH 44 (FLAGS UID)
    READ Jan 17 22:13:54.037 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x6000008adf80 -- thread:0x60800246fb00
    5680.80 NO [SERVERBUG] FETCH Server error - Please try again later
    WROTE Jan 17 22:13:54.037 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x6000008adf80 -- thread:0x60800226e700
    5681.80 FETCH 45 (FLAGS UID)
    READ Jan 17 22:13:54.193 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x6000008adf80 -- thread:0x60800226e700
    5681.80 NO [SERVERBUG] FETCH Server error - Please try again later
    WROTE Jan 17 22:13:54.194 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x6000008adf80 -- thread:0x60800246fb00
    5682.80 FETCH 46 (FLAGS UID)
    READ Jan 17 22:13:54.341 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x6000008adf80 -- thread:0x60800246fb00
    5682.80 NO [SERVERBUG] FETCH Server error - Please try again later
    The other set of logs are from the account that works;
    WROTE Jan 17 22:13:54.794 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x600000ab5ba0 -- thread:0x60800226e700
    4818.105 FETCH 3285 (FLAGS UID)
    READ Jan 17 22:13:54.863 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x600000ab5ba0 -- thread:0x60800226e700
    * 3285 FETCH (FLAGS (\Seen) UID 10632)
    4818.105 OK FETCH completed
    WROTE Jan 17 22:13:54.866 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x600000ab5ba0 -- thread:0x608001665700
    4819.105 FETCH 3286 (FLAGS UID)
    READ Jan 17 22:13:54.935 [kCFStreamSocketSecurityLevelTLSv1_0] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x600000ab5ba0 -- thread:0x608001665700
    * 3286 FETCH (FLAGS (\Seen) UID 10633)
    4819.105 OK FETCH completed
    some how I'm sensing an issue with that UID flag. not sure if I'm correct, but I feel that my mac is not setting it write while sending the request, and then it can't find it when receiving the reply.

  • Mail IMAP Receiving Problem

    Hello,
    I am using mail to receive my emails from a web based account. I have set up my .mac personal email.This works fab on lappy and ipod. I now have a second account with a different provider.
    I have put the account onto mail and it works to send email. I just cannot retrieve email off the server into mail. I can see it there when I right click the inbox and select Get Account Info. I can sync to the folders to but they are all empty on mail.
    This is extremely frustrating as I have also linked this account to my ipod touch and it works wonderfully. I have tried deleting the account off mail and adding it again using the same settings as on the ipod to no avail.
    It is set up on the ipod as IMAP and my lappy as IMAP in mail.
    Both are password authentication as well.
    Does anyone have any suggestions for me as I have run out of things to try.
    Oh I also checked the connection doctor and it is saying that all is fine for connecting to the incoming and outgoing servers!
    Hope someone can help me.
    Thank you in advance
    Laura

    Laura,
    Same thing on my new iMac and older iBook. POP works fine. IMAP connects, knows the folder structure... Even knows the mail count per folder when I query "Get Info" on the IMAP account. But, no emails are showing anywhere.
    I've since given up and moved everything to Thunderbird from the Mozilla site.
    Regrets,
    Pete

  • Mavericks Mail IMAP Server Connection Problem

    I manage a number of IMAP servers for clients. One server no longer connects since I upgraded to Mavericks - it basically tells me the settings are wrong, though they have not changed for quite some considerable time.
    The account works fine in Thunderbird (created for testing this morning), so clearly there is a bug of some sort in the Mail code. I'm connecting via IP address, as the server doesn’t host a live domain; I have connections working OK to other servers by IP address, so it's not clear why this one is not working.
    How does this get reported to Apple?
    Thanks,
    Des

    Open Mail App.  Go to the Mail Menu and select Mail Feedback.  This will provide more than just written feedback regarding the specific Mail Appl.

Maybe you are looking for

  • January 2007 Screenshots

    Snowman wrote: Guidelines · DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot: $ cp screenie.png thumb-screenie.png $ mogrify -resize 20% thumb-screenie.png Twen

  • HP help and support center freezes

    Trying to bios update my Compaq 7100 Minitower. Went to check all currently installed soft/hard ware. It starts the installed hardware scan {  My Computer-Hardware  } Then freezes at 18%  with this message:     'document.all[...]' is null or not an o

  • Problem after creating a Photo Book

    After creating a 100 Pages Hardcover Book, I can't buy it, because Iphoto opens a window, saying that not all pages are filled with photos. verity I try, it goes back to one page, but this page is perfectly filled like all the others, no missing phot

  • Too many iTunes authorized

    So, I've changed Mac laptops for about 3 times now (nothing wrong, just wanted the latest and the greatest!), and within that time, I had to authorize my Macs for the iTunes music.. in this time, due to some software failure, i had to format and rein

  • MiniSAP driving me crazy - please help!

    Hello! I have installed the SAP Netweaver 2004s ABAP Trial Version (up to SP8) aka MiniSAP. After a lot of hours and searching on the web I finally managed to get the system license into the system and delete the temporary license. I now want to crea