Mail api exception please help

Well i have tried many times to send email .But the exception arise can any body please tell where i am wrong.
Here is the code
import java.util.Properties;
import javax.mail.*;
import javax.mail.internet.*;
public class MailExample {
public static void main (String args[]) throws Exception {
// Get system properties
Properties props = System.getProperties();
// Setup mail server
props.put("mail.smtp.host","mail.yahoo.com");
// Get session
Session session = Session.getDefaultInstance(props, null);
// Define message
MimeMessage message = new MimeMessage(session);
// Set the from address
message.setFrom(new InternetAddress
"[email protected]"));
// Set the to address
message.addRecipient(Message.RecipientType.TO,
new InternetAddress("[email protected]"));
// Set the subject
message.setSubject("Hello JavaMail");
// Set the content
message.setText("Welcome to JavaMail i got it");
// Send message
Transport.send(message);
<b>Exception in thread "main" javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: Could not connect to SMTP host: mail.yaho
o.com, port: 25;
nested exception is:
java.net.NoRouteToHostException: Operation timed out: no further informa
tion
at javax.mail.Transport.send0(Transport.java:219)
at javax.mail.Transport.send(Transport.java:81)
at MailExample.main(MailExample.java:35)<b>
Thanks
Jawwad Ahmed

Yahoo will probably give u errors becoz i think they have recently changed to "NO RELAY" mode for their Mail Server....why don't u setup ur own mail server.....IMAIL server or 1st Class server are typical Servers,
Cheers,
Manja

Similar Messages

  • Java mail api error- Please Help

    Hi, i have set up an smtp server on my local machine. i have given the smtp host address as 127.0.0.1
    I am getting the following error though. please help me out with the problem
    C:\trainee>java Emailer
    javax.mail.SendFailedException: Invalid Addresses;
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1196)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:584)
    at javax.mail.Transport.send0(Transport.java:169)
    at javax.mail.Transport.send(Transport.java:98)
    at Emailer.sendEmail(Emailer.java:151)
    at Emailer.main(Emailer.java:194)
    Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1047)
    ... 5 more
    Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    nested exception is:
    com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    ... 6 more
    Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for [email protected]
    ... 6 more

    It's a configuration error in your smtp server.
    See the JavaMail FAQ for more information.

  • Question in mail adapter. Please help!

    Hi experts,
            What is use of Message_ID and X_Mailer in mail adapter?
    Please help
    Thanks
    Gopal

    Hi,
    Please refer to this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/260b308075400ee10000000a11466f/frameset.htm
    Regards,
    Sudheer.

  • Oracle Java Mail API exception in Jdev 11.1.15

    we are using java mail api to send out emails. and wrap it in java embedding with in our webservice.
    we are using jdeveloper 11.1.1.5 for this and the Java API is failing with the below error, we have included all the java libraries. As code is working fine in Jdeveloper 11.1.2
    we tried different version of jdeveloper ( 11.1.1.5, 11.1.1.7 ) but its still the same. Can some one please suggest
    Exception in thread "main" java.lang.RuntimeException: javax.mail.MessagingException: Can't send command to SMTP host;
      nested exception is:
        javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at bts.mail.SendMailTLS.main(SendMailTLS.java:50)
    Caused by: javax.mail.MessagingException: Can't send command to SMTP host;
      nested exception is:
        javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1420)
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1408)
        at com.sun.mail.smtp.SMTPTransport.ehlo(SMTPTransport.java:847)
        at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:384)
        at javax.mail.Service.connect(Service.java:297)
        at javax.mail.Service.connect(Service.java:156)
        at javax.mail.Service.connect(Service.java:105)
        at javax.mail.Transport.send0(Transport.java:168)
        at javax.mail.Transport.send(Transport.java:98)
        at bts.mail.SendMailTLS.main(SendMailTLS.java:45)

    Can Some body help me with this please

  • ***lapi   getLocation Exception **please helpe***I am getting crazy*****

    Hi frnd
    Recently I am working on a location based project on mobile.I have search the net and found many source code for get BTS CELL ID and coordinates and all the source code have the same code.
    but when I install on mobile I get *{color:#ff0000}location Exception{color}*{color:#ff0000}...
    {color}I have search the net and every where and yet not found the solution, even i am using Nokia N71 which supports location based api.
    guys Really i am getting crazy, there should be a solution .... please help me
    there is a program in simbian "celltrack", It easily shows the BTS information,
    if any body has Idea please help me... thankssssssssss
    ...piece of code ....
    LocationProvider lp=*null*;
    Location location=*null*;
    try
    Criteria cr = new Criteria();
    //cr.setHorizontalAccuracy(1000);
    //cr.setVerticalAccuracy(1000);
    //cr.setPreferredPowerConsumption(Criteria.POWER_USAGE_LOW);
    lp = LocationProvider.getInstance(cr);
    if(lp.getState()==1)
    message="provider! is valid" + "\n";
    //timeout
    {color:#ff0000}location = lp.getLocation(60); // Exception happens here
    ....{color}
    catch(LocationException e)
    btsInfo +="1:"+e.toString()+ "\n";

    Konapalli.Gopi wrote:
    i am using websphere application server to deploy the web application.
    javax.mail.SendFailedException: Sending failed;
    nested exception is:
         class javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
         java.net.SocketException: Cannot find the specified class java.security.PrivilegedActionException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory
    I would guess
    com.ibm.websphere.ssl.protocol.SSLSocketFactoryis not on your classpath.

  • Mail keeps crashing, please help

    Hi All,
    Would somebody helps to diagnose a problem I am having with Apple mail. Following (or coinciding with) a RAM module problem on my PowerMac G5 Apple mail 3.6 started to crash, almost immediately after I open it; or whenever I try to do anything with it, for example selecting a message or attempting to send a mail - each time the spinning beachball appears, and mail crash. Please have a look at the last two crash reports.
    No restarts, permissions repairs, or the use of DU, DiskWarrior ot TechTool Pro have helped.
    I am pretty much devastated; any help shall be greatly appreciated indeed. Thank you.
    Process:    
    Mail [782]
    Path:       
    /Applications/MAIL/Mail.app/Contents/MacOS/Mail
    Identifier: 
    com.apple.mail
    Version:    
    3.6 (936)
    Build Info: 
    Mail-9360000~1
    Code Type:  
    PPC (Native)
    Parent Process:  launchd [66]
    Date/Time:  
    2015-02-13 21:42:38.367 +0100
    OS Version: 
    Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  A75D0409-433A-44F1-9D38-E34AED349277
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ce6f7b80
    Crashed Thread:  11
    Application Specific Information:
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[MessageContentController _urlifyWithViewingState:]
    -[IMAPGateway _allowClientOperationThrough:]
    -[IMAPGateway _allowClientOperationThrough:]
    Thread 0:
    0   libSystem.B.dylib       
    0x933f7078 mach_msg_trap + 8
    1   libSystem.B.dylib       
    0x933fdf9c mach_msg + 56
    2   com.apple.CoreFoundation
    0x93fa2394 CFRunLoopRunSpecific + 1812
    3   com.apple.HIToolbox     
    0x92212b14 RunCurrentEventLoopInMode + 264
    4   com.apple.HIToolbox     
    0x92212938 ReceiveNextEventCommon + 412
    5   com.apple.HIToolbox     
    0x92212778 BlockUntilNextEventMatchingListInMode + 84
    6   com.apple.AppKit        
    0x901a7244 _DPSNextEvent + 596
    7   com.apple.AppKit        
    0x901a6bfc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    8   com.apple.AppKit        
    0x901a089c -[NSApplication run] + 744
    9   com.apple.AppKit        
    0x90171298 NSApplicationMain + 440
    10  com.apple.mail          
    0x000f37fc 0x1000 + 993276
    Thread 1:
    0   libSystem.B.dylib       
    0x933fda8c __semwait_signal + 12
    1   libSystem.B.dylib       
    0x9343a318 _pthread_cond_wait + 1580
    2   com.apple.JavaScriptCore
    0x01440694 ***::TCMalloc_PageHeap::scavengerThread() + 132
    3   com.apple.JavaScriptCore
    0x0144095c ***::TCMalloc_PageHeap::runScavengerThread(void*) + 12
    4   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 2:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.Foundation    
    0x90b16fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4   com.apple.MessageFramework  
    0x009f44a8 -[InvocationQueue _drainQueue] + 284
    5   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    6   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 3:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.MessageFramework  
    0x0094c1b8 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 412
    4   com.apple.MessageFramework  
    0x0094bfd0 -[IMAPGateway waitUntilClientOperationIsFinished:] + 428
    5   com.apple.MessageFramework  
    0x009479fc -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 232
    6   com.apple.MessageFramework  
    0x0094cea8 -[IMAPConnection separatorChar] + 128
    7   com.apple.MessageFramework  
    0x00946ee4 -[IMAPConnection _loginWithUsername:password:] + 760
    8   com.apple.MessageFramework  
    0x00946794 -[IMAPConnection authenticateUsingAccount:] + 220
    9   com.apple.MessageFramework  
    0x009267c4 -[IMAPAccount _connectAndAuthenticate:] + 680
    10  com.apple.MessageFramework  
    0x009250ec -[IMAPAccount _recoverFromConnectionlessState] + 152
    11  com.apple.MessageFramework  
    0x00924db8 -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 160
    12  com.apple.MessageFramework  
    0x00924ad4 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 208
    13  com.apple.MessageFramework  
    0x00924748 -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 168
    14  com.apple.MessageFramework  
    0x00920674 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 116
    15  com.apple.CoreFoundation
    0x940159a8 __invoking___ + 168
    16  com.apple.CoreFoundation
    0x94015230 -[NSInvocation invoke] + 128
    17  com.apple.MessageFramework  
    0x009f49ec -[MonitoredInvocation invoke] + 392
    18  com.apple.MessageFramework  
    0x009f461c -[InvocationQueue _drainQueue] + 656
    19  com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    20  libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 4:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.MessageFramework  
    0x0094c1b8 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 412
    4   com.apple.MessageFramework  
    0x0094bfd0 -[IMAPGateway waitUntilClientOperationIsFinished:] + 428
    5   com.apple.MessageFramework  
    0x00946e04 -[IMAPConnection _loginWithUsername:password:] + 536
    6   com.apple.MessageFramework  
    0x00946794 -[IMAPConnection authenticateUsingAccount:] + 220
    7   com.apple.MessageFramework  
    0x009267c4 -[IMAPAccount _connectAndAuthenticate:] + 680
    8   com.apple.MessageFramework  
    0x009250ec -[IMAPAccount _recoverFromConnectionlessState] + 152
    9   com.apple.MessageFramework  
    0x00924db8 -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 160
    10  com.apple.MessageFramework  
    0x00924ad4 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 208
    11  com.apple.MessageFramework  
    0x00924748 -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 168
    12  com.apple.MessageFramework  
    0x00920674 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 116
    13  com.apple.CoreFoundation
    0x940159a8 __invoking___ + 168
    14  com.apple.CoreFoundation
    0x94015230 -[NSInvocation invoke] + 128
    15  com.apple.MessageFramework  
    0x009f49ec -[MonitoredInvocation invoke] + 392
    16  com.apple.MessageFramework  
    0x009f461c -[InvocationQueue _drainQueue] + 656
    17  com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    18  libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 5:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.Foundation    
    0x90b16fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4   com.apple.MessageFramework  
    0x009f44a8 -[InvocationQueue _drainQueue] + 284
    5   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    6   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 6:
    0   libSystem.B.dylib       
    0x933f7078 mach_msg_trap + 8
    1   libSystem.B.dylib       
    0x933fdf9c mach_msg + 56
    2   com.apple.CoreFoundation
    0x93fa2394 CFRunLoopRunSpecific + 1812
    3   com.apple.Foundation    
    0x90b07a38 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 168
    4   com.apple.Foundation    
    0x90b1232c -[NSRunLoop(NSRunLoop) run] + 72
    5   com.apple.MessageFramework  
    0x00928928 +[_NSSocket _runIOThread] + 88
    6   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    7   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 7:
    0   libSystem.B.dylib       
    0x9345ac14 select$DARWIN_EXTSN + 12
    1   com.apple.CoreFoundation
    0x93fad808 __CFSocketManager + 764
    Thread 8:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.Foundation    
    0x90b16fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4   com.apple.MessageFramework  
    0x009f44a8 -[InvocationQueue _drainQueue] + 284
    5   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    6   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 9:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.Foundation    
    0x90b16fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4   com.apple.MessageFramework  
    0x009f44a8 -[InvocationQueue _drainQueue] + 284
    5   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    6   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 10:
    0   libSystem.B.dylib       
    0x933f7078 mach_msg_trap + 8
    1   libSystem.B.dylib       
    0x933fdf9c mach_msg + 56
    2   com.apple.CoreFoundation
    0x93fa2394 CFRunLoopRunSpecific + 1812
    3   com.apple.MessageFramework  
    0x0092b9ec _handleRequestWithTimeout + 1972
    4   com.apple.MessageFramework  
    0x009301e4 -[_NSSocket readBytes:length:error:] + 160
    5   com.apple.MessageFramework  
    0x0092fdb8 -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 88
    6   com.apple.MessageFramework  
    0x0092fc40 -[Connection _fillBuffer:] + 860
    7   com.apple.MessageFramework  
    0x0092f7d8 -[Connection _readLineIntoData:error:] + 84
    8   com.apple.MessageFramework  
    0x0092f738 -[IMAPConnection _readLineIntoData:error:] + 60
    9   com.apple.MessageFramework  
    0x0092f5c8 -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 140
    10  com.apple.MessageFramework  
    0x0092f178 -[IMAPResponse initWithConnection:error:] + 328
    11  com.apple.MessageFramework  
    0x0092efe0 -[IMAPConnection _copyNextServerResponse:] + 68
    12  com.apple.MessageFramework  
    0x00a15338 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 172
    13  com.apple.MessageFramework  
    0x00949e94 -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1056
    14  com.apple.MessageFramework  
    0x009496ec -[IMAPConnection executeLogin:] + 52
    15  com.apple.MessageFramework  
    0x00948d6c -[IMAPGateway _allowClientOperationThrough:] + 1136
    16  com.apple.CoreFoundation
    0x940159a8 __invoking___ + 168
    17  com.apple.CoreFoundation
    0x94015230 -[NSInvocation invoke] + 128
    18  com.apple.MessageFramework  
    0x009f461c -[InvocationQueue _drainQueue] + 656
    19  com.apple.MessageFramework  
    0x0094885c -[MonitoredInvocationQueue _drainQueue] + 248
    20  com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    21  libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 11 Crashed:
    0   ...ple.CoreServices.CarbonCore    0x93acd610 CSStoreGetUnit + 56
    1   com.apple.LaunchServices
    0x920c55d8 CSStringCopyCFString + 92
    2   com.apple.LaunchServices
    0x920e2acc CSStringBindingCopyCFStrings + 120
    3   com.apple.LaunchServices
    0x920e2864 _LSCopySchemesAndHandlerURLs + 156
    4   com.apple.MessageFramework  
    0x00960b2c +[URLifier _urlMatchesForString:startIndex:matches:] + 1820
    5   com.apple.MessageFramework  
    0x00960024 +[URLifier urlMatchesForString:] + 348
    6   com.apple.mail          
    0x0004cc44 0x1000 + 310340
    7   com.apple.CoreFoundation
    0x940159a8 __invoking___ + 168
    8   com.apple.CoreFoundation
    0x94015230 -[NSInvocation invoke] + 128
    9   com.apple.MessageFramework  
    0x009f49ec -[MonitoredInvocation invoke] + 392
    10  com.apple.MessageFramework  
    0x009f461c -[InvocationQueue _drainQueue] + 656
    11  com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    12  libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 12:
    0   libSystem.B.dylib       
    0x933f7078 mach_msg_trap + 8
    1   libSystem.B.dylib       
    0x933fdf9c mach_msg + 56
    2   com.apple.CoreFoundation
    0x93fa2394 CFRunLoopRunSpecific + 1812
    3   com.apple.MessageFramework  
    0x0092b9ec _handleRequestWithTimeout + 1972
    4   com.apple.MessageFramework  
    0x009301e4 -[_NSSocket readBytes:length:error:] + 160
    5   com.apple.MessageFramework  
    0x0092fdb8 -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 88
    6   com.apple.MessageFramework  
    0x0092fc40 -[Connection _fillBuffer:] + 860
    7   com.apple.MessageFramework  
    0x0092f7d8 -[Connection _readLineIntoData:error:] + 84
    8   com.apple.MessageFramework  
    0x0092f738 -[IMAPConnection _readLineIntoData:error:] + 60
    9   com.apple.MessageFramework  
    0x0092f5c8 -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 140
    10  com.apple.MessageFramework  
    0x0092f178 -[IMAPResponse initWithConnection:error:] + 328
    11  com.apple.MessageFramework  
    0x0092efe0 -[IMAPConnection _copyNextServerResponse:] + 68
    12  com.apple.MessageFramework  
    0x00a15338 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 172
    13  com.apple.MessageFramework  
    0x00949e94 -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1056
    14  com.apple.MessageFramework  
    0x0094d104 -[IMAPConnection executeListOrLSub:] + 220
    15  com.apple.MessageFramework  
    0x00948d6c -[IMAPGateway _allowClientOperationThrough:] + 1136
    16  com.apple.CoreFoundation
    0x940159a8 __invoking___ + 168
    17  com.apple.CoreFoundation
    0x94015230 -[NSInvocation invoke] + 128
    18  com.apple.MessageFramework  
    0x009f461c -[InvocationQueue _drainQueue] + 656
    19  com.apple.MessageFramework  
    0x0094885c -[MonitoredInvocationQueue _drainQueue] + 248
    20  com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    21  libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 13:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.Foundation    
    0x90b16fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4   com.apple.MessageFramework  
    0x009f44a8 -[InvocationQueue _drainQueue] + 284
    5   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    6   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 14:
    0   libSystem.B.dylib       
    0x933f7078 mach_msg_trap + 8
    1   libSystem.B.dylib       
    0x933fdf9c mach_msg + 56
    2   com.apple.CoreFoundation
    0x93fa2394 CFRunLoopRunSpecific + 1812
    3   com.apple.CFNetwork     
    0x90d1b390 CFURLCacheWorkerThread(void*) + 288
    4   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 15:
    0   libSystem.B.dylib       
    0x933fda8c __semwait_signal + 12
    1   libSystem.B.dylib       
    0x9343a318 _pthread_cond_wait + 1580
    2   com.apple.WebCore       
    0x015327d4 WebCore::LocalStorageThread::threadEntryPoint() + 196
    Thread 16:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   ...apple.AddressBook.framework    0x002dff54 -[ABRemoteImageLoader workLoop] + 184
    3   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    4   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 11 crashed with PPC Thread State 32:
      srr0: 0x93acd610  srr1: 0x0200f030   dar: 0xce6f7b80 dsisr: 0x00200000
    r0: 0x0007b000
    r1: 0xf05a4d70
    r2: 0x14b3c000
    r3: 0xce6f7b84
    r4: 0x000001e0
    r5: 0xb9bbbb84
    r6: 0xf05a4dfc
    r7: 0x00000000
    r8: 0x00000000
    r9: 0x00000000   r10: 0x14b1d01c   r11: 0x035711e0
       r12: 0x93acd5d8   r13: 0x00b5392c   r14: 0x1a5650a0   r15: 0x00b5390c
       r16: 0x1a5162a0   r17: 0x00b5389c   r18: 0x00b538cc   r19: 0x00b538bc
       r20: 0x00b538ac   r21: 0x03a03000   r22: 0x1a565140   r23: 0xf05a4f68
       r24: 0x00000000   r25: 0x00b60410   r26: 0xf05a4e5c   r27: 0x1a587e60
       r28: 0x035711e0   r29: 0x03821de8   r30: 0x1a58ac20   r31: 0x93acd5e4
    cr: 0x88482422   xer: 0x20000000
    lr: 0x93acd5e4   ctr: 0x93acd5d8
    vrsave: 0x00000000
    Binary Images:
    0x1000 -   0x269fff  com.apple.mail 3.6 (936) <87c19b0a90f0f908cf0aa04985908127> /Applications/MAIL/Mail.app/Contents/MacOS/Mail
      0x2d1000 -   0x43dff9  com.apple.AddressBook.framework 4.1.2 (702) <00009729166ef5c0294f864e1c4e54c9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
      0x50d000 -   0x513ffb  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
      0x51c000 -   0x66affb  com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
      0x758000 -   0x76dfff  com.apple.datadetectors 1.0.1 (66.2) <09df8b8cf057286c6dec60223c53a3cc> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
      0x781000 -   0x7ebffb  com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <48a24c4079638af1b2b53fea1183b121> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
      0x834000 -   0x850fff  com.apple.IMFramework 4.0.8 (584) <c700ba51b41e931a186ebff34b250f15> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
      0x866000 -   0x8cbffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
      0x90f000 -   0xb47ffb  com.apple.MessageFramework 3.6 (936) <720ddccc257045019d278c4efccc31ba> /System/Library/Frameworks/Message.framework/Versions/B/Message
      0xc89000 -   0xc89ffe  com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
      0xc8d000 -   0xcd7fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
      0xd0b000 -   0xe35ff1  com.apple.WebKit 5534 (5534.50.2) <8307eb3b6a885d49844034bef76f983e> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      0xef5000 -   0xf2aff3  com.apple.LDAPFramework 1.4.5 (110) <0cf1d114abaf598355afb6537b76874e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
      0xf35000 -   0xf44fff  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <305892aafaceb4e31915f0d759ef7e6d> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
      0xf51000 -  0x1021ffb  com.apple.syncservices 3.3 (389.20) <6f381ee31b84416f59603afc05de893d> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x1097000 -  0x10d6fff  com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x10fd000 -  0x1162ffb  com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x119b000 -  0x11cdfff  com.apple.bom 9.0.1 (136.1.1) <1399341d4cd4b8d4c560e683bc81d73c> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x11db000 -  0x120bfff  com.apple.DotMacSyncManager 1.2.4 (308) <b7efa35e834d68ec5dd9d1511e48122e> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x122c000 -  0x1231ffe  com.apple.AOSNotification 1.0.0 (68.13) <d4a95401c78f9de23d0ef3b763a5a584> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x1237000 -  0x123cfff  com.apple.KerberosHelper 1.1 (1.0) <21f06ad33a0d3b5cd7c1a8a4464a99d7> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x1242000 -  0x1291fff  com.apple.datadetectorscore 1.0.2 (52.14) <825bce5fbabc8b675ac5ce35e0b8a25d> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x12c1000 -  0x14b1ff3  com.apple.JavaScriptCore 5534 (5534.49) <85d598f60ce2169c99f4aab053b8f0c0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1511000 -  0x250e375  com.apple.WebCore 5534 (5534.50.1) <0acf516306fd6327a76613c1f0dfdbe7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x2c14000 -  0x2d39ffb  com.apple.imageKit 1.0.2 (1.0) <50dfcbe41b384bd71761c761c3fbfd5e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x2dfd000 -  0x2f9eff7  com.apple.QuartzComposer 2.1 (106.13) <6dd1df71cb588b1b9ceb0c5bbf32e842> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x30a6000 -  0x3110fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x3154000 -  0x3196fff  com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x31bc000 -  0x31dafff  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x31ed000 -  0x3202fff  com.apple.IMUtils 4.0.8 (584) <798e21f99606c71cc5998dc473c8652b> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x3211000 -  0x3213fff  com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x3219000 -  0x3267fff  com.apple.framework.familycontrols 1.0.4 (1.0.4) <a3dfe9950439159293ee5815315d279b> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x3281000 -  0x32a7fff  com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <3abfafbb3982f8c148b49a9c3b35b1f9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x32bc000 -  0x33b6fff  com.apple.PubSub 1.0.5 (65.23) <337f9f46f92e8ee1d388c1e9125266d1> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x3438000 -  0x3476ff7  libtidy.A.dylib ??? (???) <d9202168a6bd1e9d6800533f98fb093c> /usr/lib/libtidy.A.dylib
    0x14bbc000 - 0x14da3ff3  com.apple.RawCamera.bundle 2.1.3 (537) <d485a6c33b017f6535c72b77ff4a8a84> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1a489000 - 0x1a48bffd  com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1a49b000 - 0x1a49cffc  liblangid.dylib ??? (???) <5f078ac1f623f5ce432ea53fc29338c0> /usr/lib/liblangid.dylib
    0x4beef000 - 0x4befafff  com.apple.dotMacLegacy 3.1 (246) <57424b69415f7e00365e1865bf11d209> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x8fe00000 - 0x8fe30c23  dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
    0x90003000 - 0x9000affb  com.apple.print.framework.Print 218.0.3 (220.2) <021d2263007c538fd9e6b52e66a2623d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9000b000 - 0x90017ff3  com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90018000 - 0x90033ff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <af876670c51c87b1cb4da0926f02540d> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90034000 - 0x90107fff  com.apple.CoreServices.OSServices 228.1 (228.1) <b957e9c8b8ca9c3e03b99d2ad4b31aa2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90108000 - 0x9016affb  com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9016b000 - 0x908e1fff  com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x908e2000 - 0x9096afff  com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9096b000 - 0x90a33ffb  com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90a34000 - 0x90aaffff  com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90ab0000 - 0x90abdfff  libCSync.A.dylib ??? (???) <02b13948e78cc30bd9f122a024ed9e17> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90abe000 - 0x90ac6ffb  libCGATS.A.dylib ??? (???) <4766ee761032d31b0ad1855ec396e155> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90ac7000 - 0x90acffff  libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x90ad0000 - 0x90d16ffb  com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90d17000 - 0x90d17fff  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90d18000 - 0x90dcbffc  com.apple.CFNetwork 438.16 (438.16) <a5b69f31ef4596c8f680772120e3eb08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90dcc000 - 0x90fb5ffb  com.apple.security 5.0.7 (1) <2c8ae7414f8d113a695da92950753ad9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90fb6000 - 0x90fc1ffb  libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x90fc2000 - 0x91072fff  edu.mit.Kerberos 6.0.15 (6.0.15) <870d4f0c841af131a04737468ba803d6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91073000 - 0x910f8fff  libsqlite3.0.dylib ??? (???) <daf55b073488086ef5b9a3781be53f14> /usr/lib/libsqlite3.0.dylib
    0x910f9000 - 0x91139fff  com.apple.CoreMediaIOServicesPrivate 1.1 (1.1) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9113a000 - 0x91140fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <7f4de3ca234fdf3f06f25d47d7119e9b> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x913c2000 - 0x913dbfff  com.apple.CoreVideo 1.5.0 (1.5.0) <95eb6066edc6f25e7027d92b14ca73a5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x913dc000 - 0x913fcff7  libJPEG.dylib ??? (???) <3508b46417ed11d88ae1cea92c7fe756> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9140e000 - 0x91436fff  libxslt.1.dylib ??? (???) <82421418f81b9b6c63529215a3612ab0> /usr/lib/libxslt.1.dylib
    0x9200a000 - 0x92015fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x920b5000 - 0x9214cfff  com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9214d000 - 0x921aefff  com.apple.CoreText 2.0.5 (???) <0a3d84caa94b9d338921e464780dd350> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x921af000 - 0x921affff  com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x921e2000 - 0x9251bff7  com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9251c000 - 0x9251dfff  libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x9251e000 - 0x9294cffe  libGLProgrammability.dylib ??? (???) <5d52750ec9e438b25d3a4db51361fa2b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9294d000 - 0x92c71ff7  com.apple.QuickTime 7.2.1 (7.2.1) <5fd98676c5665894da86f40e7e3fc5e4> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92c72000 - 0x92c9ffff  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ca0000 - 0x92ccaff7  libssl.0.9.7.dylib ??? (???) <2aafe2efc0fb9868cb630ac50b5892b4> /usr/lib/libssl.0.9.7.dylib
    0x92ccb000 - 0x92d08fff  libRIP.A.dylib ??? (???) <7f98bbcfc21f87ba692ae1722bc9ecd7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92d09000 - 0x92dc3fff  libcrypto.0.9.7.dylib ??? (???) <1d82e65c85d65367f3b6b06355c89c9b> /usr/lib/libcrypto.0.9.7.dylib
    0x92dc4000 - 0x92dd2ff3  com.apple.opengl 1.5.10 (1.5.10) <54bae289e544387ce7997a4a05e70aa9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92dd3000 - 0x93138ffe  com.apple.QuartzCore 1.5.8 (1.5.8) <60e54cfb861dc5e66bb4f263a192d558> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93139000 - 0x9313bffd  libRadiance.dylib ??? (???) <50c07ca861b00fa063aec748b5f4d786> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9313c000 - 0x9320cff7  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9320d000 - 0x9320dffc  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9320e000 - 0x93322ffa  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93323000 - 0x93360ffe  com.apple.securityfoundation 3.0.2 (36131) <d8a8685348c0bcba4953a46e30c2ce9a> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93361000 - 0x933beffb  com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x933bf000 - 0x933cdfff  libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x933ce000 - 0x933f5fff  libcups.2.dylib ??? (???) <8b27a8d2477e9b253a664ad72ebc6ae5> /usr/lib/libcups.2.dylib
    0x933f6000 - 0x93596fe3  libSystem.B.dylib ??? (???) <7dc28e19e1aac16b29cbd7c5d9ce9638> /usr/lib/libSystem.B.dylib
    0x93597000 - 0x93621fff  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93622000 - 0x93641fff  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93642000 - 0x93645fff  com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93646000 - 0x9364bff6  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93718000 - 0x9372bfff  com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9372c000 - 0x93772ff9  com.apple.securityinterface 3.0.4 (37213) <d36d3af3d7c501ec78476dee04df3051> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93773000 - 0x93776ffb  com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93777000 - 0x9380cff7  com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9380d000 - 0x938a7ff7  com.apple.ApplicationServices.ATS 3.8 (???) <68fbf8a95392317d611f00c709955c8a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x938a8000 - 0x9392afff  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3cde2550ec10348b7162d2b6cb0dfc67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9392b000 - 0x9395cfff  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9395d000 - 0x93986ffb  com.apple.shortcut 1.0.1 (1.0) <8da20d176ab4cf71cdf4f79b477fe0e7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x93987000 - 0x93990fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <682f5c45591e8c4a89c79e384e2c49af> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93991000 - 0x93a7bfff  libxml2.2.dylib ??? (???) <9d05a5451084c8cd78e3f4722e2c2960> /usr/lib/libxml2.2.dylib
    0x93a7c000 - 0x93a8fffe  com.apple.CFOpenDirectory 10.5 (10.5) <ae2f08536cd419248865e350efd6d9a1> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x93a90000 - 0x93ac9fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <21dee7ffd93306032f911b5ef3fdbab3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93aca000 - 0x93dccffb  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d9a357a3be5a1bf5969e80db6a4b3327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93dcd000 - 0x93e11ffb  com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <4fb3af125aa28f9a22d8855e4e24d19b> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x93e12000 - 0x93e12ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93e13000 - 0x93e1afff  com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93e1b000 - 0x93e1fffe  libGIF.dylib ??? (???) <e4f0002b104c2a2cb5b4327e906e544f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93e20000 - 0x93e67fff  com.apple.NavigationServices 3.5.2 (163) <453fd79dd63debad4908dcc726f9aa04> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93e68000 - 0x93e87fff  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93e88000 - 0x93f12ffb  com.apple.QTKit 7.2.1 (7.2.1) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93f13000 - 0x93f38ffb  com.apple.CoreMediaPrivate 1.1 (1.1) <947fe9327e3e636ffc29681fc6ca8da5> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x93f39000 - 0x9405eff3  com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9405f000 - 0x94388fe7  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9438f000 - 0x943c4fff  com.apple.AE 402.3 (402.3) <75725936d014fd3ca2553d18b784b99b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x943c5000 - 0x943c6ff8  com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x943c7000 - 0x943c7ffa  com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x943c8000 - 0x943e3ffb  libPng.dylib ??? (???) <7ba22147e900d2ee6837c2f439302f7f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x943e4000 - 0x943efff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x943f0000 - 0x9496cff3  com.apple.CoreGraphics 1.409.8 (???) <e0bf5ff8fa51b99663fcb860bf44a7ed> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9496d000 - 0x94998ff7  libauto.dylib ??? (???) <a64d088b2d17e013b9ee5a08d3a20d33> /usr/lib/libauto.dylib
    0x94999000 - 0x94999ff8  com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9499a000 - 0x94ae6fff  com.apple.ImageIO.framework 2.0.9 (2.0.9) <d12782e17c25bb9679c5d352ac202fcd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94ae7000 - 0x94b3dfff  libGLU.dylib ??? (???) <3418ce7ca0863162847f553c15d08674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94b3e000 - 0x94b51ffb  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <050180a659a3905ea38f2acddcdf7b40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94b52000 - 0x94c02fff  com.apple.QD 3.11.57 (???) <e74b370c6f81fc00e8936f5cf7c8ebe0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94c03000 - 0x94c8bffb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94c8c000 - 0x94cf3ffb  libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x94cf4000 - 0x94cf9fff  com.apple.OpenDirectory 10.5 (10.5) <7694b78074a15b3cc5baf26af948fe5e> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x94cfa000 - 0x94d19fff  libresolv.9.dylib ??? (???) <c5c72e1cf61cb844163156956a1d8407> /usr/lib/libresolv.9.dylib
    0x94d1a000 - 0x94d1afff  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94d1b000 - 0x94d6afff  com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94d6b000 - 0x94dacffb  libTIFF.dylib ??? (???) <6910f0c75ed82f98ea8ebf601136ce47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94dad000 - 0x94e3cfff  com.apple.DesktopServices 1.4.9 (1.4.9) <07d08e199716420b6df8e23ff91b5d2d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94e3d000 - 0x94e4efff  libsasl2.2.dylib ??? (???) <e4bcc0c9e50ee651e271ff2a8c3f03cd> /usr/lib/libsasl2.2.dylib
    0x94e4f000 - 0x94e9efff  libGLImage.dylib ??? (???) <2e1f2a2625064149d209ec19e52d0384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94e9f000 - 0x94eb6ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94eb7000 - 0x94fffff3  libicucore.A.dylib ??? (???) <bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
    0x95000000 - 0x95018ffb  com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95110000 - 0x951a9fc3  libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x951aa000 - 0x95764fff  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95765000 - 0x95772fff  libbz2.1.0.dylib ??? (???) <e25cbe0b7e3f3ff41ace9428e57e304c> /usr/lib/libbz2.1.0.dylib
    0x9577e000 - 0x958c5ffb  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x958c6000 - 0x958e2ffb  com.apple.openscripting 1.2.8 (???) <01f86cdb8f7347d2f3f13066e954acb6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x958e3000 - 0x959c6fff  libobjc.A.dylib ??? (???) <a1d4be2eed463c6799b6a1447fde72ba> /usr/lib/libobjc.A.dylib
    0xfffec000 - 0xfffeffff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Process:    
    Mail [144]
    Path:       
    /Applications/MAIL/Mail.app/Contents/MacOS/Mail
    Identifier: 
    com.apple.mail
    Version:    
    3.6 (936)
    Build Info: 
    Mail-9360000~1
    Code Type:  
    PPC (Native)
    Parent Process:  launchd [66]
    Date/Time:  
    2015-02-13 11:38:24.802 +0100
    OS Version: 
    Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  A75D0409-433A-44F1-9D38-E34AED349277
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ce6f7b80
    Crashed Thread:  10
    Application Specific Information:
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[IMAPGateway _allowClientOperationThrough:]
    -[MessageContentController _urlifyWithViewingState:]
    -[IMAPGateway _allowClientOperationThrough:]
    Thread 0:
    0   libSystem.B.dylib       
    0x933f7078 mach_msg_trap + 8
    1   libSystem.B.dylib       
    0x933fdf9c mach_msg + 56
    2   com.apple.CoreFoundation
    0x93fa2394 CFRunLoopRunSpecific + 1812
    3   com.apple.HIToolbox     
    0x92212b14 RunCurrentEventLoopInMode + 264
    4   com.apple.HIToolbox     
    0x92212938 ReceiveNextEventCommon + 412
    5   com.apple.HIToolbox     
    0x92212778 BlockUntilNextEventMatchingListInMode + 84
    6   com.apple.AppKit        
    0x901a7244 _DPSNextEvent + 596
    7   com.apple.AppKit        
    0x901a6bfc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    8   com.apple.AppKit        
    0x901a089c -[NSApplication run] + 744
    9   com.apple.AppKit        
    0x90171298 NSApplicationMain + 440
    10  com.apple.mail          
    0x000f37fc 0x1000 + 993276
    Thread 1:
    0   libSystem.B.dylib       
    0x933fda8c __semwait_signal + 12
    1   libSystem.B.dylib       
    0x9343a318 _pthread_cond_wait + 1580
    2   com.apple.JavaScriptCore
    0x01440694 ***::TCMalloc_PageHeap::scavengerThread() + 132
    3   com.apple.JavaScriptCore
    0x0144095c ***::TCMalloc_PageHeap::runScavengerThread(void*) + 12
    4   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 2:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.Foundation    
    0x90b16fcc -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4   com.apple.MessageFramework  
    0x009f44a8 -[InvocationQueue _drainQueue] + 284
    5   com.apple.Foundation    
    0x90ad9d84 __NSThread__main__ + 1004
    6   libSystem.B.dylib       
    0x93438f70 _pthread_start + 316
    Thread 3:
    0   libSystem.B.dylib       
    0x933f70f8 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib       
    0x9343a214 _pthread_cond_wait + 1320
    2   com.apple.Foundation    
    0x90b171a0 -[NSCondition waitUntilDate:] + 384
    3   com.apple.MessageFramework  
    0x0094c1b8 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 412
    4   com.apple.MessageFramework  
    0x0094bfd0 -[IMAPGateway waitUntilClientOperationIsFinished:] + 428
    5   com.apple.MessageFramework  
    0x00946e04 -[IMAPConnection _loginWithUsername:password:] + 536
    6   com.apple.MessageFramework  
    0x00946794 -[IMAPConnection authenticateUsingAccount:] + 220
    7   com.apple.MessageFramework  
    0x009267c4 -[IMAPAccount _connectAndAuthenticate:] + 680
    8   com.apple.MessageFramework  
    0x009250ec -[IMAPAccount _recoverFromConnectionlessState] + 152
    9   com.apple.MessageFramework  
    0x00924db8 -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 160
    10  com.apple.MessageFramework  
    0x00924ad4 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 208
    11  com.apple.MessageFramework  
    0x00924748 -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 168

    Thanks for the suggestion. While waiting for a response I tried this and from a different account mail worked flawlessly.
    Finally I read elsewhere on the net to run Onyx - it has the feature of rebuilding mail envelope index - and that solved the matter.
    Anyway.
    Once again thank you for the help.

  • My Mail is gone - Please help

    I upgraded to tiger last night. And then Updated to 10.4.8 as well. Now when I launch my mail program I am missing a huge chunk of emails. i did a basic install. Also in the folders that I created there are also no emails.
    what went wrong? I made the mistake to not backup my user folder before I installed tiger. But why would it remember some data, like folder names, and account names but not retreive ALL my emails.
    Any insights would be greatly appreciated...there are SOO many business contacts on here that I can not lose.
    please help
    jack
    ps I went into user>library>mail>mailboxes. to find the emails within the folders. Some luck but again, some are there some are not. Why would it keep some but delete others. Does it have to do with the fact that they were read or not. Because I put emails in folders to be read later.

    The conversion from Mail 1.x to Mail 2.x is broken. Take a look at the following thread to better understand the problem:
    Help! "You need to take this account online in order to download it."
    In particular, you may want to take a look at the following article (also referenced in that thread) to learn what you might have done before upgrading to minimize the risk of this happening, and what you may do after fixing the problem to avoid similar issues from happening in the future. DON'T do now what the article suggests, though, as that would make things worse in the current situation:
    Overstuffed mailbox is unexpectedly empty
    More specifically, if this is a POP account, the following procedure should allow you to fix the Inbox problems. A similar procedure can be applied to other mailboxes, either within the account folder or within ~/Library/Mail/Mailboxes/:
    1. Quit Mail.
    2. Make a backup copy of the ~/Library/Mail folder, just in case something goes wrong while trying to fix the problem. You can do this in the Finder by dragging the folder to the Desktop while holding the Option (Alt) key down, for example. This is where all your mail is stored.
    3. Create a new folder on the Desktop and name it however you wish (e.g. Inbox Old). It doesn't need to have an .mbox extension.
    4. In the Finder, go to ~/Library/Mail/POP-username@mailserver/INBOX.mbox/.
    5. Move the files mbox and Incoming_Mail out of INBOX.mbox, into the Inbox Old folder just created on the Desktop. These files contain all the messages that were in the mailbox before the upgrade to Tiger, and maybe even some messages that had been deleted. mbox is the most important. Incoming_Mail may or may not be present.
    6. Move any strangely-named Messages-XXXXXX folder to the Desktop (not into the Inbox Old folder). These folders are to be deleted after fixing the problem. They are temporary folders created during an import or an indexing process, and Mail should have deleted them when done. Their presence is a clear indication that something didn't work as expected. If you've been using Mail after the conversion and have already tried to fix the problem by rebuilding the mailbox or something like that, they might contain messages that are neither in Messages proper nor in the mbox file, so keep them around until the problem is fixed.
    7. Move everything else within INBOX.mbox, except the Messages folder, to the Trash.
    The result of the above should be that INBOX.mbox contains the proper Messages folder only, and the Inbox Old folder on the Desktop contains the mbox and Incoming_Mail (if it exists) files only. Now, proceed as follows:
    8. Open Mail.
    9. The account's Inbox should properly display in Mail as many messages as *.emlx files are in ~/Library/Mail/POP-username@mailserver/INBOX.mbox/Messages/. If that's not the case, select the mailbox in Mail and do Mailbox > Rebuild.
    10. In Mail, do File > Import Mailboxes, choose Other as the data format, and follow the instructions to import the Inbox Old folder that's on the Desktop. Do with the imported mail whatever you wish. You may move to the account's Inbox the messages that Mail failed to convert properly, and delete those that did get through and, hence, are duplicates now.
    The following collection of AppleScripts has a Remove Duplicates script that can be useful for removing duplicate messages:
    http://homepage.mac.com/aamann/Mail_Scripts.html
    If all is well and you're not missing anything, the files on the Desktop can be deleted, although you may want to keep them for a while, just in case.
    Ask for any clarifications or if you need further assistance.
    Note: For those not familiarized with the ~/ notation, it refers to the user's home folder, i.e. ~/Library is the Library folder within the user's home folder.

  • Connection Exception Please help middle of a program

    my server is remote and when the client call the method connection Exception is thrown .
    and please clarify this?
    does the client side need to have the servers stub in the same folder where the client is and also the .class file of the Remote interface
    do we have to copy this file manually?
    please help i have to complete this Rmi program within 30 minutes.

    What you are seeing here has several reasons. The people you call mob are the very same ones that used to handle it greatly.
    But there was a huge increase in posts like
    - "do my homework"
    - "URGENT!!!!!!!!!!!!!!!!!!!!!!!!!! HELP ME ASAP"
    - "I need to know something almost everyone knows but I can't be bothered to use Google or to read the API"
    - "I won't tell you my problem, but fix it at once"
    which most regulars are sick and tired of. How often do you think you can stand someone asking you "why is 3.3 - 0.3 = 3.00000000001"?
    A second reason are jerks like Goldie and Richard West who simply abuse these forums.
    And you're been here for only a month, you don't really remember "how it used to be". It's been like this for a long time now.

  • Mail authentication problem - PLEASE HELP

    I was trying to set up my email account on my new Droid phone. Apparently, it requires that the incoming mail server use authentication. I went into my Mac Mail account settings and changed the Advanced setting to Password. Now I can't receive any mail (though I can send). I also can't UNDO this change, None is no longer an option on the drop down menu. WHAT?
    Please help. I tried adding a new email account, by my Mac tells me there's already and account with that email address and gives me no options for deleting/starting over.

    William Boyd, Jr. wrote:
    AnnetteG wrote:
    That is the case, assuming you picked "Edit Serve List" from the "Outgoing Mail Server" list, then selected your SMTP server. I'm not surprised that you had "Authentication" for the outgoing mail server set to "None". If your broadband account is like mine, authentication depends on you being connected through the ISP's connection. Is that the entry you were unable to set to "None"?
    Yes, that's correct.
    The settings for incoming mail servers are just above the field for "Outgoing Mail Server". The type of security is declared under the "Advanced" tab. Is the password declared there the correct one for your incoming e-mail?
    Yes.
    That's normal. Why do you want anything different?
    I meant that now I have two mailboxes and the new 'working' mailbox takes much longer to fetch new emails. I don't understand why changing the settings in the old mailbox doesn't fix the problem, and why I can't delete or change the new mailbox. I created it in haste and it doesn't show my name correctly. Yes, its a small annoyance at this point but I'm baffled as to why I now have two sort of mailboxes and why none of my edits worked (yet entering the exact same info in a new box did). Seems like Mail is f*ed up and there's no convenient way to reinstall.
    Anyway, thanks for the help, I'm moving on.

  • Mail server died - please help!

    Hi!
    I changed some setting in /etc/amavisd.conf today to this:
    $satag_leveldeflt = 2.0; # add spam info headers to all messages
    $satag2_leveldeflt = 4.0; # add 'spam detected' headers at that level
    $sakill_leveldeflt = 8.0; # send to quarantine
    $sadsn_cutofflevel = 10; # irrelevant
    # $saquarantine_cutofflevel = 12; # just delete, no need to quarantine
    # $saquarantine_cutofflevel = 20; # spam level beyond which quarantine is off
    # $penpalsbonusscore = 5; # (no effect without a @storagesqldsn database)
    # $penpalsthresholdhigh = $sakill_leveldeflt; # don't waste time on hi spam
    After that I issued "sudo serveradmin stop mail" and "sudo serveradmin start mail". Suddenly mail stopped working. I restarted and all I get is postfix/postqueue[1191]: fatal: Queue report unavailable - mail system is down
    Please help!
    Thanks so much in advance,
    Chris

    Here is my postconf -n:
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    delaywarningtime = 6h
    disablevrfycommand = yes
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = localhost
    localrecipientmaps =
    luser_relay = quarantine
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    maximalqueuelifetime = 2d
    messagesizelimit = 52428800
    mydestination = $myhostname,localhost.$mydomain,localhost,oneday.at,tilley.server,mxr.at
    mydomain = mxr.at
    mydomain_fallback = localhost
    myhostname = mxr.at
    mynetworks = 127.0.0.0/8,192.168.1.0/24
    newaliases_path = /usr/bin/newaliases
    ownerrequestspecial = no
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permitsaslauthenticated, permit_mynetworks, rejectrblclient zen.spamhaus.org, permit
    smtpddatarestrictions = permit_mynetworks, rejectunauthpipelining, permit
    smtpdenforcetls = no
    smtpdhelorequired = yes
    smtpdhelorestrictions = permitsaslauthenticated, permit_mynetworks, checkheloaccess hash:/etc/postfix/helo_access, rejectnon_fqdnhostname, rejectinvalidhostname, permit
    smtpdpw_server_securityoptions = cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdsenderrestrictions = permitsaslauthenticated, permit_mynetworks, rejectnon_fqdnsender, permit
    smtpdtls_certfile = /etc/certificates/Default.crt
    smtpdtls_keyfile = /etc/certificates/Default.key
    smtpdtlsloglevel = 0
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550

  • All My Mail Gone! PLEASE HELP.

    I am on OS 10.3.9.
    First I obtained the v 2.4 Mail Application and replaced my
    v. 1.7. in the Applications folder.
    Then I went to launch the Mail Application and it does not launch. I suspect that Mail Version 2...and above require OSX 10.4.
    I tried to re install (put in Applications folder) v 1.1 and now get the message
    "You cannot open the application Mail because it may be damaged or incomplete".
    PLEASE HELP. Thank you.

    solman,
    Welcome to Apple Discussions.
    I will confirm your suspicions, Version 2.x of Mail was introduced with Tiger, and Version 1.x of Mail was included with all versions of OS X up to Panther.
    Based upon what you have described, I would advise that you consider using your Panther installation disks to perform an Archive and Install, followed by an update with Mac OS X Combined Update 10.3.9.
    Then allow software update to install any remaining updates.
    Hopefully you will be able to import your mail from the Previous System Folder.
    ;~)

  • How to sort taxonomy with Java api?  Please Help

    Can someone please help me out?  I understand and can display the contents of a taxonomy. But I need it to be displayed in alphabetical order.  Manual ordering does not exist for taxonomies.  How do you sort a taxonomy in java?
    The following snip of code can get the taxonomy and loop through it but isn't ordered correctly.  Can some kind of comparator be used somehow?  Points will be rewarded!  Please help.
    //Get connection to KMCM path
    RID rid = RID.getRID(strPathToKMCM);
    IResource resource = ResourceFactory.getInstance().getResource(rid, context);
    ICollection collection = (ICollection) resource;
    IResourceList children = collection.getChildren();
    for (int i = 0; i < children.size(); i++){
         IResource ir = children.get(i);

    I'd also be interested to know how to do this.
    I found this code section to sort by date, but couldn't change it to get it to work to sort alphabetically.
    private void sortResouceListByDate(IResourceList resourceList) throws Exception {
    // create property names to index properties
    IPropertyName iPropSort = new PropertyName("http://sapportals.com/xmlns/cm", "modified");
    //create a comparator to order the resource list
    ResourcePropertyComparator rRPC = new ResourcePropertyComparator(iPropSort, false);
    //order the resource list
    resourceList.sort(rRPC);
    Link where code was found:
    https://forums.sdn.sap.com/thread.jspa?forumID=42&threadID=148468&messageID=1670970#1670970
    We are using:
    Portal 6.0.15.0.0
    KM 6.0.15.4.0
    Thanks!!

  • JCO exception please help

    Hi
          while executing the application i am getting exception.
    Could not create JCOClientConnection for logical System: WD_Test_MODELDATA_DEST - Model: class com.ltil.model.GetPdfmodel. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
           While testing the JCO connection in Content Admin ,its giving the exception
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM  TYPE=B MSHOST=sapdev GROUP=PUBLIC R3NAME=LC1 MSSERV=sapmsLC1 PCS=1 LOCATION    CPIC (TCP/IP) on local host with Unicode ERROR       partner '127.0.0.1:3300' not reached TIME        Fri Oct 26 09:33:25 2007 RELEASE     700 COMPONENT   NI (network interface) VERSION     38 RC          -10 MODULE      nixxi.cpp LINE        2764 DETAIL      NiPConnect2 SYSTEM CALL connect ERRNO       10061 ERRNO TEXT  WSAECONNREFUSED: Connection refused COUNTER     16
         I searched,the backend server is up and j2ee server is also up.
    i am not getting the source of this error.
    please help
    its urgent
    thanks
    Gobinath R.

    Hi Gobinath,
          Check your SLD configuration. Looks like there is some problem with the parameters specified for your logical system..
         The exception says it is not able to locate the host.
    Thanks
    Best regards,
    Mohan.

  • I have problem with my Mail app. PLEASE HELP!

    When I initiated the "mail connection doctor" this statement appears: INITIATING CONNECTION Mar 25 17:52:55.189 [kCFStreamSocketSecurityLevelNone] -- host:imap.mail.yahoo.com -- port:993 -- socket:0x6080000db660 -- thread. Kindly please help me how to fix this. I appreciate your help in advance!

    DONT CHANGE ANYTHING
    send it to a nokia care centre
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Facebook Flash graph api problem please help !!

    Hi people
    I have som porblem with Facebook Flash graph API
    I am receiving request, but realy when I check my wall in facebook FacebookDesktop.api not adds Like or unLike
    please help me if anyone have experience in Flash Gaph API, and how to solve the problem
    thanks
    private function likeClickHandler(event:MouseEvent):void{
                   handleLikeClick()
              protected function populateLikeCount():void {
                   if (intData.user_likes) {
                        likeBtn.label = 'Unlike';
                   } else {
                        likeBtn.label = 'Like';
                   likesCount.text = intData.likes == null ? '':intData.likes + ' likes.';
                   //likeBtn.visible = int(intData.likes > 0);
              protected function handleLikeClick():void {
                   loading.visible = true;
                   if (intData.user_likes) {
                        FacebookDesktop.api('/'+intData.id+'/likes', handlePostUnliked);
                   } else {
                        FacebookDesktop.api('/'+intData.id+'/likes', handlePostLiked);
              protected function handlePostUnliked(response:Object, fail:Object):void {
                   loading.visible = false;
                   if (response) {
                        var objet:Object = response as Object;
                        intData.likes--;
                        intData.user_likes = false;
                        populateLikeCount();
              protected function handlePostLiked(response:Object, fail:Object):void {
                   loading.visible = false;
                   if (response) {
                        (intData.likes == null)?intData.likes = 1:intData.likes++;
                        intData.user_likes = true;
                        populateLikeCount();

    no any idea??  (((

Maybe you are looking for

  • How to send a mail in webdynpro for abap

    Hi experts, Am working on webdynpro for abap. My requirement is to send a mail to end-user, he 'l fill that form and send it to me back. once I received that mail I 've to convert that pdf into xml and 've to parse that xml file and pass those values

  • Using a java script comfirmation in delete record function?

    Hello; I am trying to write a confirmation script in Java to delete a record. I don't want it to delete the whole table of information, just the record teh delete button is attached to using the ID. Here is my script, and then the code on the page: <

  • History won't consistently work

    For some reason, every time I use a Google search Safari won't put it in the history menu. I debated whether this was Safari's or Google's fault, and I believe it is Safari's (I doubt Google has control over my history). If this is a "new feature," t

  • Heavy battery drain after OS Update 10.3.1.177​9

    couple of days ago my phone (Z10) upgraded to new software version 10.3.1.1779. Now the battery barely lasts four to five hours. Usually not more than four. Is this a f****ng joke, Blackberry?!  I checked and I constantly have PIM services at 30-40 %

  • Guide consistently WRONG!!!

    Hi,    Guide well.. It STINKS.. Wrong shows record or won't record. Anything being dome about this? Lee