Imap configuration transfer

Hello,
I looked around but didn't find anything usefull. I have several email account (all of them imap) and because I use several mac I often have to setup a new machine and I need to re-create each time I got a new mac all the imap account in the mail application. That's really annoying (I have now at least 6 different providers). Is there any simple procedure or free application which allow to save the configuration of all my imap accounts from one mac and load it in my new mac?
Thanks!

Right - I've discovered something more about this from the URL below.
If in Mail on my mac I show the Date Sent column, rather than the Date Received column everything looks OK. So the question is why?
Well from the URL below, it appear as if Mail on the Mac uses the Last Modified date of the mail on the server as the Date Received column it shows, so if in your server migration each mail you migrated had it's last modified date updated this would explain the problems I've been having. Does this correlate with things on your server? Has the last modified date been changed as part of your server migration?
See this for more information: http://discussions.apple.com/thread.jspa?messageID=2196307&#2196307
From that discussion thread you'll see in one of the postings that I think there is a script that you can use or modify to update the last modified date for each mail back to something more useful than the migration date for your server move, (e.g. you could update the last modified date to the received or sent date for example), and hence "Recieved Date" will show correctly.
Cheers
hoss

Similar Messages

  • IPad 2 mail does not allow a gmail imap configuration.  Why?

    iPad 2 mail does not allow a gmail imap configuration.  Why?

    It does, but you can do better then that. You can set gmail as exchange, it will give you even more options.
    The only thing that you need to know additional to regular stuff, is that instead of gmail you have to use Microsoft Exchange, and the name of google server is m.google.com. Instructions right here.
    http://support.google.com/mail/bin/answer.py?hl=en&answer=138740

  • Can you please help fix imap configuration so it will work?

    I have tried every scenario I can think of to get the imap to work and incoming is working fine, but outgoing is not working.
    I use register.com to host my email and from their site they have the following imap configuration settings
    Incoming IMAP mail server: mail.exampledomain.com
    Secure Password Authentication: NO
    Incoming IMAP port number: 143
    Outgoing SMTP mail server: mail.exampledomain.com
    Outgoing SMTP server requires authentication: YES
    Use same settings as Incoming Mail Server: YES
    Outgoing port number: 25 or 5125 or 587
    Can you please assist with getting this set up so I can send emails? I've tried all the outgoing port numbers...using SSL/TLS, STARTTTLS and using normal password and encrypted password.
    Emma

    IMAP is incoming mail so why do you want that fixed if it is working.
    SMTP settings are what control outgoing messages.
    The people that know the correct server settings for their mail servers will be your email provider. Ask them for the correct server settings and place them in Thunderbird.
    The SMTP settings are found at '''Tools-Account Settings-Outgoing Server (SMTP)'''
    Use the edit button to make changes.
    As a general rule port 25 is insecure and does not use SSL/TLS if it is supported at all. Most reliable providers have turned this port off.
    From my experience port 587 is looking for a STARTTLS command but your provider would have the real answer.
    Very few providers support encrypted passwords and normal password is the norm.
    Again only your provider knows how their system is set up. The first line of help desk agents will generally be clueless about any of this. Ask for someone that actually knows something.

  • Unity 7 and IMAP Configurations

    Recently some customers seem interested in using IMAP with VM only Unity deployments... mind you NOT Unity Connection. Beyond statements saying that Cisco Supports this configuration I have not found any details. I am particualarly interested in learning how VMO functions in such a configuration. Can someone point me in a direction? Thanks - Casey

    Take a look at the following doc.
    http://www.ciscosystems.com/en/US/prod/collateral/voicesw/ps6789/ps5745/ps2237/configuration_guide_c07-455452.pdf
    Hope this helps.
    Brandon

  • Compoze IMAP Configuration

    Hi,
    I m trying to configure Compoze to connect to MS-Exchange Server using IMAP (without
    using the compoze Exchange Server Connector)
    I m not able to view my old mails stored on the Server.
    Please let me know if anyone has faced similar problems (and found solution)
    with Compoze.
    Thanks,
    ~Vivek

    no way for checking emails which use a proxy like https page to acces???
    with this nice business!! phone???

  • Imap configuration

    My mailbox has fully aquired me disk space. I wanna get rid of the unused mails on my machine. DEleting it is the simplest process, but!! then i have configured  my mail using IMAp. So when i delete it from my machine, same action is replicated on the sever as well. Now i dont want it to be deleted from the server. Just from my machine. Anybody whos is aware of any settings or an App. related to modifying the settings of iMAp, Please share some light, so that i m out of this darkness of low disk space for my other stuff. PLease. I even tried googling it but found no solution.

    It's an Imap account so deleting from the client will delete from the server. Get a larger hard drive or delete other items to make more space.

  • IMAP configuration issue?

    Am using Nokia Lumia 820 developer device with vodafone connection.
    Am trying to configure IMAP on
    imap3.rediffmailpro.com:993  (SSL is enabled)
    and getting following error code:
    80072746
    80072F30
    8007274C
    Have checked with Mail service provider. Mail service provider says on their servers while login they are getting Junk Data
    À'ÀÀÀ+À#À,À$À      À
    instead of
    tag LOGIN <emailid> <password>
    Also instead of LOGIN command
    A2 NOOP
    is send on the server from the device.
    Attachments:
    IMAP_Problem.log ‏1 KB

    sameer2013 wrote:
    imap3.rediffmailpro.com:993  (SSL is enabled)
    Short answer
    Please, specify imap3.rediffmailpro.com without a port because Windows Phone takes care of the rest. Please, enter your password again, because Windows Phone empties otherwise.
    Long answer
    In the background Windows Phone does
    imaps (993)
    imaps (143; TLS 1.2)
    imaps (143, SSL 3)
    imap (143) STARTTLS, and finally
    imap (143)
    When it is on imap, it send a NOOP and waits for an OK. Then it asks CAPABILTY. If it finds STARTTLS, Windows Phone goes for that. That ‘require SSL for incoming email’ in the advanced section, this just makes sure this automatic detection does not fall back to IMAP without SSL/TLS or STARTTLS. Or stated otherwise: Case 5 is not reached.
    If your append a port like 143 or a non-standard one, then Windows Phone again does
    TLS 1.2
    SSL 3, and then
    STARTTLS
    In Windows Phone 7, I was able to control this with example.com:143:0. However, in Windows Phone 8, I found no way to turn off SSL/TLS, yet.
    sameer2013 wrote:
    Mail service provider says on their servers while login they are getting Junk Data
    That is not the issue you are facing because your mail provider does not support STARTTLS over IMAP. Windows Phone empties the password everytime you change the server.
    Consequently, please, go for my short answer. Did that help?

  • POP & IMAP Configuration

    Hi,
    I have two email accounts self configured to my iPhone one for my Yahoo and one for My home email, on receiving an email to my Yahoo to my iPhone reading and deleting meant it would disappear from my online Yahoo Mail account, but for my home email address on my iPhone it would also send and keep a copy on my computers email even when deleted from my iPhone, this was handy as a designer as some emails would contain images that I would need to use within Photoshop but recently I noticed that when I opened an email on my iPhone for my home account it would no longer send it to my home email as well so I would then have to forward it to my home and this would take forever? Why did it just decide to change after months of doing it the other way?
    Any suggestions?

    IMAP is inferior to POP for a lot of business applications. It's not really correct to say IMAP is better than POP, they are different methods with different feature sets. With IMAP there's no ability to store a message on the server if you download, then it is deleted on a client. This can be a disaster when you have multiple people monitoring the same email, or you are using multiple devices. Once accidental misclick archive filing for example while on your iPhone can cause your desktop not to receive the mail, or not be filtered properly. Many business depend on this for orders, customer service, and general communication. IMAP cannot be trusted, even with myself as a developer. Using IMAP is like relying on interns at Pixar to use Unix commands perfectly and not delete the feature film with a late night brainfart.
    When you receive a lot of email, things get overlooked, and IMAP has been the root of more than one catastrophe in my life. The main upside to IMAP is that you can manage the space of email, but this is 2013, and my entire mail archive since 1994 is less than 50gb. I think space doesn't matter much anymore, better to be safe with pop, than sorry. I might get my email 1-5 minutes later having to fetch it instead of being pushed, but that's ok considering the consequences of the alternative. Email is not designed to be an instant thing anyway.
    It's annoying gmail defaults to IMAP in Apple mail now, but not in IOS. Makes no sense.

  • DPM 2010 to DPM 2012R2 configuration transfer failure

    Hello,
    I’m doing a side by side upgrade from DPM 2010 to DPM 2012R2 and I’m trying to transfer my configuration with
    Ruud Baar's PS scripts DPMsaveConfig and DPMcreateConfig.
    On the new DPM 2012R2 box, when I run DPMcreateConfig it fails. 
    Here is the end of the log:
    “[14:07:30]      Allocating 
    DPM -Calculate = True for [C:\]...
    [14:07:42] Committing protectiongroup [Client Group 1]
    [14:07:54] Processing group [Client Group 1] finished
    [14:07:55] TRAP: DPMcreateConfig
    Exception calling "GetProtectionGroups" with "0" argument(s): "Object
    reference not set to an instance of an object."
    At C:\DPMcreateConfig.ps1:147 char:2
    +     $pg = $srv.GetProtectionGroups() | ?{$_.FriendlyName -eq $xgrp.GroupName}
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo         
    : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : NullReferenceException
    Set-protectiongroup : Connection to the DPM service has been lost. (ID: 917)
    Review the application event log for information about a possible service
    shutdown. Verify that the following services are not disabled:
    DPM
    DPM Replication Agent
    SQLAgent$MSSQLSERVER2
    MSSQL$MSSQLSERVER2
    Virtual Disk Service
    Volume Shadow Copy
    At C:\DPMcreateConfig.ps1:358 char:2
    +     Set-protectiongroup $2ndmpg
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo         
    : NotSpecified: (:) [Set-DPMProtectionGroup], DlsE
       xception
        + FullyQualifiedErrorId : UICantConnectToEngine,Microsoft.Internal.Enterpr
       iseStorage.Dls.UI.Cmdlet.ProtectionCmdLets.CommitProtectionGroup “
    Any help would be appreciated.
    Thanks,
    Ivan
    Ivan

    Hi Buchatech,
    Nope, I haven't tried the updated script.  I completed the migration manually 9 months ago.
    Thanks, 
    Ivan
    Ivan
    Ok. I knew this was an old thread. I thought I would respond anyway to make sure you figured it out. I do know that the updated script does not error out on SCDPM 2012 R2. 
    My Blog | www.buchatech.com | www.systemcenterportal.com
    If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion
    in a test environment before implementing!

  • IMAP Configured Voicemail in Outlook 2010 keeps locking up Outlook

    Hi Everyone,
    I was hoping for a little help on my situation.  Here it is:
    I have 3 users who have their voicemail set to go to their Outlook 2010 inbox that are all on different machines.
    One is on a Surface Pro, running windows 8.1 and Outlook 2010
    One is on a Dell PC, running Windows 7 32-bit and Outlook 2010
    One is on a Dell Laptop, running Windows 7 64-bit and Outlook 2010
    All of these users have reported that when the click on their inbox for their voicemails, Outlook sits and goes to not responding.  We have just pushed out some windows updates recently, has anyone heard of any recent Windows updates that have broken this feature for anyone else?
    Thanks everyone!
    Bryan

    Hi Wosch!
    I just finished testing the Outlook 2010 connection.
    I get it working with the following settings:
    IMAP
    imap.mail.me.com
    port 993
    SSL
    SMTP
    smtp.me.com
    port 587
    TLS
    Use the "@me.com" part in you username.
    (the smtp.mail.me.com is not responding to me)

  • Imap configuration alternative ports

    Hello,
    For security reason my company is using other ports than the standard one to listen imap/imaps protocols.
    It looks however that the iPhone client when putting those ports doesn't get connected to the server. If then I use the standard imap or imaps port ( 143 or 993) then it get connected.
    Is there any restrictions and if so why ?

    Well, this is probably not what you'd like to hear,
    but you can try to disable SSL authentication and see
    what happens...
    Hi David:
    Thanks for your answer. I did actually try that, I did not get an error message, but Mail somehow failed to fetch the messages I knew where there. That said, the problem has been resolved now after a lot of critisism towards the Powers. They've been fiddling with some knobs again, and everything seems to work again.
    Kind regards,
    Bas

  • Secure configuration transfer

    Are considering archiving the router configurations to a centralized server over the wan.  In cases where we can't use an ipsec site tunnel.  Would sftp be secure enough to do something like this.  

    Most Cisco devices will support scp it's typically enough and you can do public key authentication.
    SCP and SFTP rely on SSH to provide security ... yes it should be enough for most environments. 
    As a side node, encrypt passwords and keys, even if config is leaked you cannot get all the sensitive info. 

  • Configuring SEPA for transfer- Suffix field

    Hi,
    I´m configuring Transfer for SEPA. At this moment, with F110  I can generate a .xml  archive to send to banks following rule 34.14 for SEPA payments.
    My problem is with suffix field, that corresponde to field number 6 of the 34.14 rule, it is 3 character long. What exactly means this field?
    Some banks have reject my archives because the suffix, but other ones have accepted it . I have link this field with DTKID, "Customer Number" following SAP proposal and I always assign the constant value 001.
    It is different this value in each company and bank?
    Thanks

    Thanks Calappa,
    I got it! the thing is, some banks use suffix and others not. It looks like it is completely aleatory. SAP proposal it is to complete the field DTKID (customer Number) in the House Bank configuration with three zeros (000). And most of the banks it looks like are going to accept it.
    In a couple of months we are going to update version, then I will implement the standard XML SAP Solution for SEPA, but now it is enought with a .txt archive to achieve SEPA transfer conditions and 34.14 banking rule.

  • How can I configure Mail for pop servers when it wants to make it an IMAP account?

    When starting Mail for the first time, I enter my account credentials and Mail sets it up as an IMAP account.  For the past several years, I've needed to configure the pop server settings for this account on different devices.  The IMAP configuration Mail came up with won't work.  How can

    The way of setting up Mail for different account types is to:
    Open Preferences
    Click Accounts
    Click +
    Enter username and password, then hold down the option key when clicking Continue.

  • Imap performance and socket errors

    -bash-3.00$ imsimta version
    Sun Java(tm) System Messaging Server 6.2-8.04 (built Feb 28 2007)
    libimta.so 6.2-8.04 (built 19:28:07, Feb 28 2007)
    SunOS vmpm1 5.10 Generic_141414-02 sun4u sparc SUNW,Sun-Fire-V490
    We're experiencing imap problems that appear to be load related, and have had to restart mail services several times to restore service. The imap logs show a large number of socket errors. The server load average is in the 1-2 range; there's no apparent memory resource problem. We're seeing 600-1000 simultaneous imap sessions, which is a higher number than in the past. We run JMS & Communications Express on dedicated V490 SPARC server with 8GB of memory. We're planning to add an additional 8GB this Friday.
    Our imap configuration settings are as follows:
    -bash-3.00$ configutil | grep service.imap
    service.imap.enable = 1
    service.imap.enablesslport = yes
    service.imap.idletimeout = 30
    service.imap.maxsessions = 4000
    service.imap.maxthreads = 250
    service.imap.numprocesses = 1
    service.imap.objectclass = top
    service.imap.plaintextmincipher = 0
    service.imap.port = 143
    service.imap.sslcachesize = 0
    service.imap.sslport = 993
    service.imap.sslusessl = yes
    Can you suggest additional troubleshooting steps? Do you recommend any configuration changes?
    Thanks.

    dpelinka wrote:
    Questions:
    1. Our JMS version info doesn't state whether it is 32 or 64-bit. Therefore, I assume we are running a 32-bit version. Is that correct?Correct. There is no 64-bit version of MS6.2.
    2. Is there a virtual memory limit on the 32-bit version of JMS 6.2? Is the limit greater for JMS 6.3?The Solaris OS imposes the virtual memory size limit of ~3.75GB for all 32bit processes on SPARC. 64-bit processes have a much much larger limit.
    http://developers.sun.com/solaris/articles/solaris_memory.html
    Regards,
    Shane.

Maybe you are looking for

  • N95 working Fine in Emulator but not in Device

    Hi all, I am creating a video based application for N95 which enable running video(.3gp) in normal to rotate(90 degree) and display in full mode so i tried it with Adobe Device Central's Emulator and it is working fine (Note: Emulator was update on 2

  • Does attaching an external display slow the computer?

    I have never used an external monitor with my MB Pro. The one I have was purchased July 09 and has the 2.53 CPU. If I attach and external monitor will it noticeably slow down? Would it matter which monitor I used? Looking a MacMall today I see the Ap

  • Find out how many records are updated.

    Hello, I am executing a Update Statement in a loop from a JSP page this is working good. Suppose if there are 10 records and I update 4 records, it gets updated fine. What I now need is to find out how many records have been updated. How can I know t

  • Logic for this comparision of character type operands.

    Source field name: ZDCNFG Target Info Objects: ZDVD59 ZDVD10 ZDVD14 ZDVD18 ZDVD25 ZDVD50 Scenario1: If ZDCNFG = 2(10). 2 is quantity and 10 in brackets is part number (DVD format). So I will have to update the quantity respective field as shown below

  • Adhoc Query on MSS Report

    Hi Experts, Would like to know, how to add Adhoc query on MSS reports? Tried to search the thread but couldn't find anything. Really appreciate kind guidance on the same. Thanks, Aashish