Read email from multiple machines

Hi, I have an intel macbook and imac and am looking for an efficient way to read email from both machines. I currently use POP and have to check both machines to be sure I don't miss any mail. Is there a simple way of making the imac an IMAP mail server and use the macbook to read only?

If you set up an IMAP email account, you can read, send and delete your mail on any mac, which has your IMAP account set up. Because all your mail data etc is stored on the server, not on your computer. Think of it as a form of "web mail" but accessible through your email program (Mail and Entourage)
Cheers

Similar Messages

  • ISync-ed iCal Alarms eMailed from multiple machines

    I iSync my iCal between three different machines. However each machine then thinks it has to email me all of my accumulated Alarms, so I get three copies of each Alarm eMail. And when I wake my laptop, it wants to send its copy of all the emails before I can do anything else. Is there not some preference for handling Alarms, such as only via the "main" machine? Don't tell me the solution is not to Sync the iCal, or not to set Alarms. (OS X 10.4.11 and/or 10.5.2)

    BStaud,
    If it is any consolation, I too will be interested in replies to your questions.
    ;~)

  • Receiving Email from Multiple Accounts?

    Is there some way of receiving email from multiple accounts in one centralized account? It was automatic with my Blackberry. Having to switch back and forth between accounts is a pain, and potentially dangerous if driving. If the iPhone email app can't do it, is there a third-party app that can?
    Thanks.

    No, there's not. Email accounts are kept separate on the iPhone.
    Having to switch back and forth between accounts is a pain, and potentially dangerous if driving.
    As opposed to just reading your email all accumulated into one inbox while driving - that's perfectly safe, right?? I'm sure not having to switch from one email account to another while driving frees up your attention for more important things, such as reading the newspaper or doing a crossword puzzle.
    Please consider adding a location to your profile so I know which roads to avoid...

  • Read email from microsoft exchangeserver 2010 and save attachement

    Hello,
    I want to read email from microsoft exchangeserver 2010 and save attachement into a folder.I created an Java program to import attachments from a exchange server mailbox using "POP3S".It works fine when run as a java application.But when i put this inside Oracle11g R2 using load java and while executing from a procedure it gives an error at parsing message into Multipart
    Error at line : Multipart mp = (Multipart)m.getContent();
    Error:
    Content-Type: multipart/mixed;
    boundary="_002_A0C2E09A..................................."
    java.lang.ClassCastException
    at mailPop3.checkmail(mailPop3:71)
    My Java Class is as follows,
    import java.io.*;
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.Date;
    The function i used to check for attachments is given below.
    public static boolean hasAttachments(Message m) throws java.io.IOException, MessagingException
    Boolean hasAttachments = false;
    try
    // if it is a plain/html text - no attachements
    if (m.isMimeType("text/*"))
    return hasAttachments;
    else if (m.isMimeType("multipart/alternative"))
    return hasAttachments;
    else if (m.isMimeType("multipart/*"))
    Multipart mp = (Multipart)m.getContent();
    if (mp.getCount() > 1)
    hasAttachments = true;
    return hasAttachments;
    catch (Exception e) {
    e.printStackTrace();
    } finally {
    return hasAttachments;
    My Java Details as follows
    java Version :1.5.0_10
    java.vm.specification.version:1.0
    java.vm.version :1.5.0_01
    java.specification.version:1.5
    java.class.version:48.0
    Java mail API:javamail-1.4.4
    Used Jars:mail.jar
    Could someone explain why I am getting this error? What can I do to resolve this error?
    Is any other Jar need other than mail.jar?
    Any help would be much appreciated.
    Regards,
    Nisanth

    889509 wrote:
    This java class has no error.Then it should work - not only at compile time, but at run-time too.
    Because it does not, it means there are errors. And as the error you've posted is not an Oracle SQL or PL/SQL error, your question is off-topic to this forum.
    Why would the code not work at run-time? Numerous reasons, including environmental ones. Java inside Oracle are subjected to a number of restrictions and limitations that do not exist in a Java VM outside Oracle (for good reasons).
    So you need to consider that too - and that is why I referred you to the documentation... which is IMO mandatory reading for all Oracle developers.

  • Reading emails from Faxcom server with javamail 1.4.2

    Our JavaMail-based application reads up to 60,000 emails a day. We recently upgraded to JavaMail 1.4.2 to get more leniency reading poorly formatted messages. So far, it's looking great. We only experienced one issue. Upon upgrading, we stopped being able to receive multiparts sent via Faxcom product. To resolve this, we set the property:
    mail.mime.multipart.ignoreexistingboundaryparameterto "false". If it is set to true, it will not be able to read emails from the Faxcom product that were previously successful using JavaMail 1.4.1. Basically, the API returns zero for the multipart count. If you are setting some of the new leniency parameters, I would recommend keeping this "false" unless it solves some specific problem.
    Just wanted to post this to see if anyone had experienced the same problem, and to share the solution.

    Thanks Bill, I will try setup a simple program to reproduce, or see if I can reproduce with one of the JavaMail sample programs - I also have a FaxCom mailbox setup for testing.
    We are also still having trouble consuming a few messages that have a broken Content Type field:
    08:37:05.996 INFO: (EmailServer.processMultipart-Thread-21) Inside Content Type: text/plain
    name="incoming.txt"
    javax.mail.internet.ParseException: Expected ';', got "NAME"
    at javax.mail.internet.ParameterList.<init>(ParameterList.java:280)
    at javax.mail.internet.ContentType.<init>(ContentType.java:110)
    ...etc..
    I will also look and find out which mail client that came from. Maybe the solution here is trying to ask the sender to fix/upgrade/switch mail clients.
    But other than these 2 occasional problems, 1.4.2 is working great in production and we are getting a lot fewer failures.

  • Read data from multiple sheets

    Hi,
    Can anyone tell me how to read data from multiple excel sheets?
    Thanks.

    Hi,
    go through this link this may help u.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/readmultiplesheetsofanExcelfileintoSAPthroughABAP&focusedCommentId=92930268
    Thanks
    Edited by: tarangini katta on Apr 23, 2009 2:34 PM

  • Getting inner exception "dtd is prohibited in this xml document exchange" while reading emails from outlook

    Getting error "The response received from the service didn't contain valid XML." with inner exception "dtd is prohibited in this xml document exchange" while reading emails from outlook(Not while reading every mail).
    Can anybody please tell me what might be the issue. Below is the code where I am getting error
    FindItemsResults<Item> RetrievedItems=null ;
    RetrievedItems = service.FindItems(FIds, new ItemView(4));
    String[] SignatureList = ConfigurationManager.AppSettings.Get("SignatureTypes").Split(',');
    if (RetrievedItems != null && RetrievedItems.Count() > 0)
    RetrievedItems.ToList().ForEach(x =>
    try
    List<String> Attachments = new List<String>();
    List<String> ScanFileName = new List<String>();
    bool IsAvailable = true;
    //Getting error while Load() - below line of code
    ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Load();
    Vo.EmailMessage msg = new Vo.EmailMessage();
    msg.MessageId = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Id.UniqueId;
    msg.From = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).From.Address;
    ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).ToRecipients.ToList().ForEach(z => msg.To += z.Address + ",");
    ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).ReplyTo.ToList().ForEach(y => msg.ReplyToEmailAddress += y.Address + ",");
    msg.Subject = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Subject;
    msg.Body = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Body.Text;
    msg.Dated = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).DateTimeSent;
    Please help.

    Hi,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Niko Cheng
    TechNet Community Support

  • Can't restore email from Time Machine

    I am running 10.7.2.  When I try to restore emails from Time Machine by making Mail the active application and entering Time Machine, nothing happens.  I do get a message that Finder is not responding.
    I don't have this problem if I am trying to restore contacts from Address Book or files from Finder.
    I have checked the TM disk, and there are no problems.  I have also repaired permissions.
    Any suggestions?  Thanks.

    Here is the output:
    Marker - Dec 6, 2011 10:16:19 AM
    Dec  6 10:16:49 MarvinsNewiMac Mail[564]: *** Assertion failure in -[MailToolbar _forceInsertItem:atIndex:], /SourceCache/AppKit/AppKit-1138.23/Toolbar.subproj/NSToolbar.m:1309
              Invalid parameter not satisfying: index>=0 && index<=[self _numberOfItems]
                        0   Message                             0x00007fff86991a93 -[MFAssertionHandler _handleFailureWithPreamble:description:arguments:] + 116
                        1   Message                             0x00007fff86991c29 -[MFAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 185
                        2   AppKit                              0x00007fff895bfabe -[NSToolbar _forceInsertItem:atIndex:] + 163
                        3   AppKit                              0x00007fff895bf895 -[NSToolbar _insertItem:atIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] + 121
                        4   AppKit                              0x00007fff895bf5d0 -[NSToolbar _insertNewItemWithItemIdentifier:atIndex:propertyListRepresentation:notifyFlags :] + 118
                        5   Mail                                0x00000001074cde2e Mail + 2309678
                        6   UnsubMailPluginMailAppOSX           0x000000010ad5ce9f -[UnsubscribeBundle usurpToolbarDelegate:] + 642
                        7   UnsubMailPluginMailAppOSX           0x000000010ad5c66b -[UnsubscribeBundle anyToolbarWillAddItem:] + 84
                        8   Foundation                          0x00007fff8d478de2 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
                        9   CoreFoundation                      0x00007fff85153e0a _CFXNotificationPost + 2634
                        10  Mail                                0x00000001072a06c5 Mail + 26309
                        11  AppKit                              0x00007fff895c32a5 postNotificationAndNotifyDelegate + 227
                        12  AppKit                              0x00007fff895bf9fe -[NSToolbar _notifyDelegate_WillAddItem:atIndex:] + 217
                        13  AppKit                              0x00007fff895bf880 -[NSToolbar _insertItem:atIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] + 100
                        14  AppKit                              0x00007fff895bf5d0 -[NSToolbar _insertNewItemWithItemIdentifier:atIndex:propertyListRepresentation:notifyFlags :] + 118
                        15  AppKit                              0x00007fff8998493a -[NSToolbar _setCurrentItemsToItemIdentifiers:itemIndexToPlistDictionary:notifyDelegate:not ifyView:notifyFamilyAndUpdateDefaults:] + 350
                        16  AppKit                              0x00007fff895be799 -[NSToolbar _setConfigurationFromDictionary:notifyFamilyAndUpdateDefaults:upgradedConfigura tion:] + 431
                        17  Mail                                0x00000001074bf01c Mail + 2248732
                        18  Mail                                0x00000001074be94b Mail + 2246987
                        19  Mail                                0x00000001074b2b9e Mail + 2198430
                        20  Mail                                0x00000001074f696b Mail + 2476395
                        21  Mail                                0x00000001074f6ef8 Mail + 2477816
                        22  Mail                                0x0000000107463301 Mail + 1872641
                        23  Mail                                0x0000000107464324 Mail + 1876772
                        24  Backup                              0x00007fff8ca937a4 _Z22HandleStartTimeMachinePK6AEDescPS_Pv + 413
                        25  AE                                  0x00007fff8e783c25 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 200
                        26  AE                                  0x00007fff8e783b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
                        27  AE                                  0x00007fff8e7839f7 aeProcessAppleEvent + 250
                        28  HIToolbox                           0x00007fff86c20b6d AEProcessAppleEvent + 102
                        29  AppKit                              0x00007fff8933963d _DPSNextEvent + 1247
                        30  AppKit                              0x00007fff89338cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
                        31  AppKit                              0x00007fff8933562d -[NSApplication run] + 470
                        32  AppKit                              0x00007fff895b480c NSApplicationMain + 867
                        33  Mail                                0x0000000107372d88 Mail + 888200
                        34  ???                                 0x0000000000000002 0x0 + 2
    Dec  6 10:16:49 MarvinsNewiMac Mail[564]: *** -[__NSArrayM insertObject:atIndex:]: index 3 beyond bounds [0 .. 0]
    Dec  6 10:16:49 MarvinsNewiMac Mail[564]: (
                        0   CoreFoundation                      0x00007fff851ab286 __exceptionPreprocess + 198
                        1   libobjc.A.dylib                     0x00007fff8b8bad5e objc_exception_throw + 43
                        2   CoreFoundation                      0x00007fff85152108 -[__NSArrayM insertObject:atIndex:] + 296
                        3   AppKit                              0x00007fff895bfb31 -[NSToolbar _forceInsertItem:atIndex:] + 278
                        4   AppKit                              0x00007fff895bf895 -[NSToolbar _insertItem:atIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] + 121
                        5   AppKit                              0x00007fff895bf5d0 -[NSToolbar _insertNewItemWithItemIdentifier:atIndex:propertyListRepresentation:notifyFlags :] + 118
                        6   Mail                                0x00000001074cde2e Mail + 2309678
                        7   UnsubMailPluginMailAppOSX           0x000000010ad5ce9f -[UnsubscribeBundle usurpToolbarDelegate:] + 642
                        8   UnsubMailPluginMailAppOSX           0x000000010ad5c66b -[UnsubscribeBundle anyToolbarWillAddItem:] + 84
                        9   Foundation                          0x00007fff8d478de2 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
                        10  CoreFoundation                      0x00007fff85153e0a _CFXNotificationPost + 2634
                        11  Mail                                0x00000001072a06c5 Mail + 26309
                        12  AppKit                              0x00007fff895c32a5 postNotificationAndNotifyDelegate + 227
                        13  AppKit                              0x00007fff895bf9fe -[NSToolbar _notifyDelegate_WillAddItem:atIndex:] + 217
                        14  AppKit                              0x00007fff895bf880 -[NSToolbar _insertItem:atIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] + 100
                        15  AppKit                              0x00007fff895bf5d0 -[NSToolbar _insertNewItemWithItemIdentifier:atIndex:propertyListRepresentation:notifyFlags :] + 118
                        16  AppKit                              0x00007fff8998493a -[NSToolbar _setCurrentItemsToItemIdentifiers:itemIndexToPlistDictionary:notifyDelegate:not ifyView:notifyFamilyAndUpdateDefaults:] + 350
                        17  AppKit                              0x00007fff895be799 -[NSToolbar _setConfigurationFromDictionary:notifyFamilyAndUpdateDefaults:upgradedConfigura tion:] + 431
                        18  Mail                                0x00000001074bf01c Mail + 2248732
                        19  Mail                                0x00000001074be94b Mail + 2246987
                        20  Mail                                0x00000001074b2b9e Mail + 2198430
                        21  Mail                                0x00000001074f696b Mail + 2476395
                        22  Mail                                0x00000001074f6ef8 Mail + 2477816
                        23  Mail                                0x0000000107463301 Mail + 1872641
                        24  Mail                                0x0000000107464324 Mail + 1876772
                        25  Backup                              0x00007fff8ca937a4 _Z22HandleStartTimeMachinePK6AEDescPS_Pv + 413
                        26  AE                                  0x00007fff8e783c25 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 200
                        27  AE                                  0x00007fff8e783b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
                        28  AE                                  0x00007fff8e7839f7 aeProcessAppleEvent + 250
                        29  HIToolbox                           0x00007fff86c20b6d AEProcessAppleEvent + 102
                        30  AppKit                              0x00007fff8933963d _DPSNextEvent + 1247
                        31  AppKit                              0x00007fff89338cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
                        32  AppKit                              0x00007fff8933562d -[NSApplication run] + 470
                        33  AppKit                              0x00007fff895b480c NSApplicationMain + 867
                        34  Mail                                0x0000000107372d88 Mail + 888200
                        35  ???                                 0x0000000000000002 0x0 + 2

  • Why "Outlook Express" users can't read email from Mail.app ?

    Why "Outlook Express" users can't read email from Mail.app ? Any explanation ? Select a good format,that's a good explanation,but i can't know each time if our recipients use "Outlook Express".

    There are no completely bug free email clients including the Mail.app and Outlook has its share of bugs for such an old/mature email clients and some glaring ones that MS has been aware of for a long time but has chosen not to do anything about since these do not affect exchanging email with other Outlook users.
    Outlook has always had problems with Mail's RTF and the degree depending on the Windows and Outlook versions used by the recipient.
    Check this link.
    http://homepage.mac.com/thgewecke/woutlook.html

  • Need to read Email from Lotusnotes and Outlook using Oracle

    Dear All,
    My database version Oracle 10.2
    I need to read Email from Lotusnotes and Outlook using Oracle.
    I have tried with below link
    http://sourceforge.net/projects/plsqlmailclient/The problem is i am getting some java error.
    Can anyone suggest me to proceed further.
    Cheers,
    San

    I am using the another function to read an email from pop3 server
    create or replace
    FUNCTION pop3 (
       username   VARCHAR2,
       PASSWORD   VARCHAR2,
       msgnum     NUMBER
       RETURN tstrings PIPELINED
    IS
       --POP3_SERVER             constant varchar2(19) := '127.0.0.1';
       pop3_server   CONSTANT VARCHAR2 (100)     := 'xxxxxx';
       pop3_port     CONSTANT NUMBER             := 110;
       --POP3_TIMEOUT            constant number := 10;
       pop3_ok       CONSTANT VARCHAR2 (10)      := '+OK';
       e_pop3_error           EXCEPTION;
       --E_READ_TIMEOUT  exception;
       --pragma exception_init( E_READ_TIMEOUT, -29276 );
       socket                 UTL_TCP.connection;
       line                   VARCHAR2 (30000);
       BYTES                  INTEGER;
       -- send a POP3 command
       -- (we expect each command to respond with a +OK)
       FUNCTION writetopop (command VARCHAR2)
          RETURN VARCHAR2
       IS
          len    INTEGER;
          resp   VARCHAR2 (30000);
       BEGIN
          len := UTL_TCP.write_line (socket, command);
          UTL_TCP.FLUSH (socket);
          -- using a hack to check the popd response
          len := UTL_TCP.read_line (socket, resp);
          IF SUBSTR (resp, 1, 3) != pop3_ok
         THEN
           RAISE e_pop3_error;
          END IF;
          RETURN (resp);
       END;
    BEGIN
    --UTL_TCP.CLOSE_CONNECTION (SOCKET);
       PIPE ROW ('pop3:' || pop3_server || ' port:' || pop3_port);
       -- Just to make sure there are no previously opened connections
       UTL_TCP.close_all_connections;
       -- open a socket connection to the POP3 server
       socket :=
          UTL_TCP.open_connection (remote_host      => pop3_server,
                                   remote_port      => pop3_port,
                                   --tx_timeout => POP3_TIMEOUT,
                                   CHARSET          => 'US7ASCII'
       -- read the server banner/response from the pop3 daemon
       PIPE ROW (UTL_TCP.get_line (socket));
       -- authenticate with the POP3 server using the USER and PASS commands
       PIPE ROW ('USER ' || username);
       PIPE ROW (writetopop ('USER ' || username));
       PIPE ROW ('PASS ' || PASSWORD);
       PIPE ROW (writetopop ('PASS ' || PASSWORD));
       -- retrieve the specific message
       PIPE ROW ('RETR ' || msgnum);
       PIPE ROW (writetopop ('RETR ' || msgnum));
       --PIPE ROW( 'LIST '||msgNum ); PIPE ROW( WriteToPop('LIST '||msgNum) );
       PIPE ROW ('*** START OF INTERNET MESSAGE BODY ***');
       LOOP
       dbms_output.put_line('entering');
          BYTES := UTL_TCP.available (socket);
         IF BYTES > 0
          THEN
             BYTES := UTL_TCP.read_line (socket, line);
             line := REPLACE (line, CHR (13) || CHR (10), '');
             -- WILL HAVE TO USE PLSQL FUNCTIONS (HAVE BOOKMARKED) TO GET THE MAIL
             -- IN THE PREFERRED FORMAT. CAN USE "REPLACE()"
             IF LENGTH (line) = 1 AND line = '.'
             THEN
                PIPE ROW ('*** END OF INTERNET MESSAGE BODY ***');
             ELSE
                PIPE ROW (line);
             end if;
         END IF;
          EXIT when length (LINE) = 1 and LINE = '.';
          -- PIPE ROW (line);
       END LOOP;
       --PIPE ROW( '*** END OF INTERNET MESSAGE BODY ***' );
       -- close connection
       PIPE ROW ('QUIT');
       PIPE ROW (writetopop ('QUIT'));
       UTL_TCP.CLOSE_CONNECTION (SOCKET);
    EXCEPTION
       WHEN e_pop3_error
       THEN
          PIPE ROW ('There are no mails !');
    END;I am getting the below output .
    21     pop3:sbssld1 port:110
    75     "+OK Lotus Notes POP3 server version Release 8.0.1 ready on SBSSLD1/SBPSS.
    47     USER [email protected]
    69     "+OK [email protected], your papers please.
    13     PASS password
    63     "+OK [email protected] has 1 message.
    6     RETR 1
    17     "+OK 1546 octets
    38     *** START OF INTERNET MESSAGE BODY ***
    9     Subject:
    48     X-KeepSent: A231D6D0:8485FE4B-65257AB1:0022E60F;
    23      type=4; name=$KeepSent
    46     To: [email protected]
    53     X-Mailer: Lotus Notes Release 8.0.1 February 07, 2008
    95     Message-ID: <[email protected]mbnpparibasfs.in>
    48     From: [email protected]
    36     Date: Fri, 9 Nov 2012 11:51:14 +0530
    90     X-MIMETrack: Serialize by POP3 Server on SBSSLD1/SBPSS(Release 8.0.1|February 07, 2008) at
    23      11/09/2012 11:51:21 AM
    17     MIME-Version: 1.0
    37     Content-type: multipart/alternative;
    68     "     Boundary="0__=EABBF022DFB16ED68f9e8a93df938690918cEABBF022DFB16ED6""
    27     Content-Disposition: inline
    (null)     (null)
    58     --0__=EABBF022DFB16ED68f9e8a93df938690918cEABBF022DFB16ED6
    39     Content-type: text/plain; charset=UTF-8
    33     Content-transfer-encoding: base64
    (null)     (null)
    (null)     (null)
    76     DQoNCg0KUmVnYXJkcywNClNoYW5tdWdhbSBOYXRhcmFqYW4uDQpNb2IgOiA5NjI5MjUyNDI1DQpP
    76     ZmYgOiAwNDQgMjI1MDQ3MDAgRXh0biA0Nzc5DQoNCiB+SWYgdGhlIGZhY3RzIGRvbuKAmXQgZml0
    68     IHRoZSB0aGVvcnksIGNoYW5nZSB0aGUgZmFjdHMu4oCdIC0gQWxiZXJ0IEVpbnN0ZWlu
    (null)     (null)
    58     --0__=EABBF022DFB16ED68f9e8a93df938690918cEABBF022DFB16ED6
    38     Content-type: text/html; charset=UTF-8
    27     Content-Disposition: inline
    33     Content-transfer-encoding: base64
    (null)     (null)
    76     PGh0bWw+PGJvZHk+DQo8cD5SZWdhcmRzLDxicj4NClNoYW5tdWdhbSBOYXRhcmFqYW4uPGJyPg0K
    76     TW9iIDogOTYyOTI1MjQyNTxicj4NCk9mZiA6IDA0NCAyMjUwNDcwMCBFeHRuIDQ3Nzk8YnI+DQo8
    76     YnI+DQogfklmIHRoZSBmYWN0cyBkb27igJl0IGZpdCB0aGUgdGhlb3J5LCBjaGFuZ2UgdGhlIGZh
    60     Y3RzLuKAnSAtIEFsYmVydCBFaW5zdGVpbjxicj4NCjwvYm9keT48L2h0bWw+
    (null)     (null)
    60     --0__=EABBF022DFB16ED68f9e8a93df938690918cEABBF022DFB16ED6--
    (null)     (null)
    36     *** END OF INTERNET MESSAGE BODY ***
    4     QUIT
    42     "+OK Lotus Notes POP3 server signing off.
    "Now pls suggest me how can i store the sender mail id, receiver mail id, subject and body of the mail in a table.
    So that i can display the saved data in the above table as a mail in my separate application.
    Thanks in advance.
    Cheers,
    San

  • How to read emails from Microsoft Exchange Server

    I have microsoft exchange server and I want to read emails from microsoft exchange server. There is no POP3 server. So is it possible?
    If it is possible to read emails from microsoft exchange server then please give me some idea.
    Thanks
    Santanu

    santanu wrote:
    Hi,
    My company is using Microsoft exchange server.
    IMPA and POP3 has been disabled, but my requirement is I wan to read email.Then ask the administrator of the server to enable IMAP. If you have a valid business requirement to do that, there would be no reason for the administrator to refuse.

  • Reading emails from gmail by labview

    I easily found a sample program to send an email to Gmail in LabVIEW and it works well. But I want to read emails from Gmail in LabVIEW as well. Is this possible? Thanks
    Jay
    Solved!
    Go to Solution.

    Well, not so much a duplicate post, since that post was asking about reading attachments. This is asking about getting emails from Gmail.
    To OP: Your question is not clear. Are you trying to download emails from your Gmail account? If so, you first need to configure Gmail to turn on the POP service. I don't think this is enabled by default. The Gmail help documents tell you how to do this. Once you've done that, you can just use a POP client. You can start by trying the one posted in this thread, but be aware, that sometimes servers have their own little "quirks", as alluded to in that thread.

  • Best way to control and read data from multiple instruments?

    Hello,
    I'm building an application to test power supplies involving multiple pieces of equipment over a couple of different comm busses. The application will also send control instructions to some of the instruments, and read data from some of the instruments. The reading and control profiles will not run on the same schedule (variable length control steps, configurable read interval).
    I was thinking of using a queued statemachine (producer/consumer) for the control profile and another to read the data, but I got concerned that there would be collisions between sending control commands and read commands to the same machine. Is there a suggested design pattern for implementing something like this?
    Timing of the commands isn't critical down to the milisecond, but I need to collect reasonably accurate timestamps when the data is read. The same is true for the control commands.
    Here are the instruments I'm going to use, if the are control, read, or both, and the communication method
    Instrument Funtions Comm Method
    Power Supply Read data Communicates to PMBus Adapter
    PMBus to USB Adapter Read data USB (Non-Visa)
    Switch control relays USB (VISA)
    Power Dist. Unit read data/control outlets SNMP (Ethernet)
    Electronic Load read data/control load GPIB (VISA)
    Thermal Chamber read data/control temp Ethernet (VISA)
    Thanks,
    Simon

    Hello, there is a template in LV called "Continuous measurement and Logging".
    It can give you some idea how to properly decouple the "GUI Event handler" top loop (where your Event structure is) from the DAQ and other loops.
    You do not need to totally replicate the above example, but you can find there nice tricks which can help you at certain points.
    The second loop from the top is the "UI message loop". It handles the commands coming from the top loop, and regarding to the local state machine and other possible conditions and states, it can command the other loops below.
    During normal run, the different instrument loops just do the data reading, but if you send a control command from the top loop to a certain instrument loop (use a separate Queue for every instrument loops), that loop will Dequeue the control command, execute it, and goes back to data reading mode (in data reading mode the loop Dequeu itself with a "data read" command automatically). In this way the control and data read modes happen in serial not in parallel which you want to avoid (but I think some instrument drivers can even handle parallel access, it will not happen in really parallel...).
    In every instrument loop when you read a value, attach a TimeStamp to it, and send this timestamp/value couple to the DataLogging loop via a Queue. You can use a cluster including 3 items: Source(instrument)/timestamp/value. All the instrument loops can use the same "Data logging" Queue. In the Datalogging while loop, after Dequeue-ing, you can Unbundle the cluster and save the timestamp and data-value into the required channel (different channel for every instrument) of a TDMS file.
    (Important: NEVER use 2 Event structures in the same top level "main" VI!)

  • How does one delete restored email from time machine?

    I would like to delete recovered email from the time machine that I no longer need these. How do I delete these?

    Right click should give the option to "Delete all Backups of [file or folder name]".
    If it doesn't, check the permissions of the folder on your HD.

  • How do I retrieve and reinstall emails from Time Machine?(OS,10.9.3,Mavericks)

    In BT,'s recent,break from,Yahoo to set up BT Mail all my email from 4 email boxes (going back to 2009) have disappeared from my mac. BT can't find them and I can't see them in Time Machine Backups. I'm desperate as I need many of this and last year's emails in order to check bank statements and to do my Tax Return.Please could anyone help me?

    Do a backup.
    Quit Mail.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder. Go to Library/Containers/com.apple.mail/V2. Enter Time Machine and you can search from there.
    Thanks to leonie for some information contained in this.

Maybe you are looking for

  • FileReader and StringTokenizer

    what I'm trying to do is to read String and Double date in a txt document here my code: import java.io.*; import java.util.*; public class partie1 {      static final int limite_colones=10;      static final int limite_lignes=10;      static final in

  • Hi dear my apple id has been disable what do i do  please help me too enabel  my apple id

    hi dear my apple id has been disable what do i do  please help me too enabel  my apple id all of my app downloded with this apple id and i'm just use this apple id  for purches in clash of clans games plese help me

  • How to remove any kind of Airport Express settings on computer

    My boss gave me an Airport Express 802.11n Wi-Fi to "extend" his current network which runs on a Belkin router. He has another router (linksys) that works in the office area, but wanted to eliminate the need for this router and run everything off of

  • Payment via iTunes account

    Hi, why can't I use my iTunes account, to pay for my self made gift cards in iPhoto.

  • UWL default view

    Hi people, In a SAP EP 6.0 SP14, I have added the default UWL iView to the content I intend to provide to the end users. It is working fine, but I need to check something. For the tabs "Tasks" and "Tracking", there is a dropdown box where you can sel