Number in html mail in a link

we have found a bug in the new gw2014-client:
if any numbers are in a html mail in a link, the link doesn't work, the dialer will be open
the novell Support has been informed

Cgreiner wrote:
> we have found a bug in the new gw2014-client:
>
> if any numbers are in a html mail in a link, the link doesn't work, the dialer
> will be open
>
> the novell Support has been informed
Can you provide a little more info here? I cannot duplicate this, so it must be
reliant on specific setup. Did Novell give you a bug number to reference?
Danita
Novell Knowledge Partner
Upgrading to GroupWise 2014? We've got you covered
http://www.caledonia.net/store
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below...

Similar Messages

  • Once completed the form, is it possible to receive the confirmation e-mail with a link addressing to a html archive?

    Once completed the form, is it possible to receive the confirmation e-mail with a link addressing to a html archive?

    I don't know if it is the best solution but you could filter the results to just that client's answers on the summary tab and then PDF that.

  • In BCS HTML mail images are broken

    HI experts,
    I'm using the BCS calls to send out nice looking HTML which also includes one logo.
    Internally, in our LAN, the mails are looking quite nice and the image/logo is displayed correctly (MS Outlook)
    When external users using Lotus Notes try to open such an HTML mail, the image is attached correctly to the mail, but it isn't displayed, just a broken image picture. There's no chance to make the image visible inside the mail, they can just open the attached image itself, outside the mail context.
    Question is now how can I reach that the image is displayed correctly? If this is not possible at all, how can realize that the Lotus Notes users get a "Show Images" link (security restriction - add sender to safe senders)???
    Please find my current coding below, do I miss a parameter some where???
    Best regards, Steffen
    "Create Mail Document
      l_subject = 'Expiring Authorization Notification'.
      TRY.
          lr_email_body = cl_document_bcs=>create_document(
                                           i_type = 'HTM'
                                           i_text = i_mailtext
                                           i_subject = l_subject ).
        CATCH cx_document_bcs .
      ENDTRY.
      "Add attachment to mail  
      TRY.
          lr_email_body->add_attachment(
                    i_attachment_type     = 'GIF'
                    i_attachment_subject  = 'sap_logo'
                    i_att_content_hex     = pick_data ).
        CATCH cx_document_bcs .
      ENDTRY.
      "Create mail object
      TRY.
          lr_email = cl_bcs=>create_persistent( ).
        CATCH cx_send_req_bcs .
      ENDTRY.
      "Set email document
      TRY.
          lr_email->set_document( lr_email_body ).
        CATCH cx_send_req_bcs .
      ENDTRY.
      "Set status attribute for read receipt
      "Read receipt should also be disabled in TCODE SCOT
      "N  No Status Is to Be Returned, suppress also in SOST
      "E  Only Error Statuses Are to Be Returned
      "A  Return All Statuses
      l_request_status  = 'N'.
      l_status_mail     = 'N'.
      "Set that you don't need a Return Status E-mail
      TRY.
          lr_email->set_status_attributes(
                  i_requested_status = l_request_status    "E=suppress read receipt N=suppress also in SOST
                  i_status_mail      = l_status_mail ).
        CATCH cx_send_req_bcs .
      ENDTRY.
        TRY.
            lr_receiver = cl_cam_address_bcs=>create_internet_address( l_mail_address ).
          CATCH cx_address_bcs .
        ENDTRY.
        TRY.
            lr_email->add_recipient( i_recipient = lr_receiver ).
          CATCH cx_send_req_bcs .
        ENDTRY.
      "If not imported create BCS sender from sy-uname
      IF i_sender IS INITIAL.
        TRY.
            l_sender = cl_sapuser_bcs=>create( sy-uname ).
          CATCH cx_address_bcs .
        ENDTRY.
      ELSE.
        l_sender = i_sender.
      ENDIF.
      "Set Sender
      TRY.
          lr_email->set_sender( l_sender ).
        CATCH cx_send_req_bcs .
      ENDTRY.
      "Send email directly
      TRY.
          lr_email->set_send_immediately( 'X' ).
        CATCH cx_send_req_bcs .
      ENDTRY.
      "Now send the mail
      TRY.
          l_send_result = lr_email->send( i_with_error_screen = 'X' ).
        CATCH cx_send_req_bcs .
      ENDTRY.

    I also had this problem with the Oracle HTTP Server and mod_plsql install.
    I battled with this for a while, I manged to get the images displayed etc.. by adding the following directive in httpd.conf
    <Directory "/yourpath/Apache/Apache/apex/images/">
    allow from all
    </Directory>
    Still playing around with it - perhaps I need to dig further/security rules etc..
    But at least its something.

  • Vendor mobile number and e mail ID.

    Hi all
    I have seen lot of posts on this issue but there is no answer for this plz help me.
    In which table the vendor mobile number(MOB_NUMBER) and mail ID(SMTP_ADDR) will store.
    IN ADR6 the mail ID will get but how to link it to LFA1 table.through ADDNUMBR i cont link.
    bec ADDRNUMBER is not in LFA1 and ADRNR is available in LFA1 not in ADR6.
    In ADR2, ADR3 I'mnot getting mobile number.
    how can i get mobile number and mail ID, and how can i link it to LFA1.
    plz help me
    ramesh reddy

    you have to link LFA1-ADRNR with ADR6-ADDRNUMBER
    that is not any problem because both fields have the same length and attributes.
    ADR2 has the telefon numbers, if the number belongs to a mobile phone then the field R3_USER has a 2 or 3 as indicator

  • Sending HTML Mails using SO_DOCUMENT_SEND_API1

    Dear all,
    we were using SO_DOCUMENT_SEND_API1 to send plain text e-mail replies to participants of an incentive program. Now the customer wants to send HTML mails. Customer has provided HTML templates for the mails, and the text always is the same, only slight changes in regard to the particpants number occur. Has anybody ever performed sending HTML formated mails without using SmartForms?
    Thanks for your help!
    Kind Regards
    Chris

    Sure.. here is a sample program.
    report zrich_0002.
    data: maildata   like sodocchgi1.
    data: mailtxt    like solisti1 occurs 10 with header line.
    data: mailrec    like somlrec90 occurs 0  with header line.
    start-of-selection.
      clear:    maildata, mailtxt,  mailrec.
      refresh:  mailtxt, mailrec.
      perform build_text_message.
      perform build_receivers.
      perform send_mail_nodialog..
    *      Form  BUILD_TEXT_MESSAGE
    form build_text_message.
      maildata-obj_name = 'TEST'.
      maildata-obj_descr = 'Test Subject'.
      mailtxt  = '<html>'.
      append mailtxt.
      mailtxt  = '<head>'.
      append mailtxt.
      mailtxt  = '<title>Untitled Document</title>'.
      append mailtxt.
      mailtxt  = '<meta http-equiv="Content-Type" content="text/html;'.
      append mailtxt.
      mailtxt  = 'charset=iso-8859-1">'.
      append mailtxt.
      mailtxt  = '</head>'.
      append mailtxt.
      mailtxt  = '<body>'.
      append mailtxt.
      mailtxt  = '<div align="center"><em><font' .
      append mailtxt.
      mailtxt  = 'color="#0000FF" size="+7" face="Arial,'.
      append mailtxt.
      mailtxt  = 'Helvetica, sans-serif">THIS'.
      append mailtxt.
      mailtxt  = '  IS A TEST </font></em><font' .
      append mailtxt.
      mailtxt  = 'color="#0000FF" size="+7" face="Arial,'.
      append mailtxt.
      mailtxt  = 'Helvetica, sans-serif"></font>'.
      append mailtxt.
      mailtxt  = '</div>'.
      append mailtxt.
      mailtxt  = '</body>'.
      append mailtxt.
      mailtxt  = '</html>'.
      append mailtxt.
    endform.
    *      Form  BUILD_RECEIVERS
    form build_receivers.
    *  mailrec-receiver = '[email protected]'.
      mailrec-rec_type  = 'U'.
      append mailrec.
    endform.
    *      Form  SEND_MAIL_NODIALOG
    form send_mail_nodialog.
      call function 'SO_NEW_DOCUMENT_SEND_API1'
           exporting
                document_data              = maildata
                document_type              = 'HTM'
                put_in_outbox              = 'X'
           tables
                object_header              = mailtxt
                object_content             = mailtxt
                receivers                  = mailrec
           exceptions
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                others                     = 8.
      if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.
    Regards,
    Rich Heilman

  • Using Safari to send HTML Mail message but Mail keeps dropping images?

    I'd like to use Safari to send html Mail messages, but when I click on File>Mail Contents... Mail opens a new window but my graphics are gone. (I'm creating the html pages using MS Word for the Mac.) I get a flash of the graphics for a second, and then they are replaced by a little blue lego. Any ideas? I've tried all kinds of mail preferences but nothing seems to help.

    Figured it out (at least one way): had to load the image to a server and then add the image as a link only (uncheck "save picture with document" box).

  • When sending html mail from ocfo or direct telnet smtp_in returns an error

    <lots of markup/>
    ......<snip>
    <P class=MsoNormal><FONT face=Arial size=2><SPAN
    style="FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>
    500 5.6.0 Data command failed: too many headers
    550 5.7.1 Closing connection
    Connection closed by foreign host.
    Has anyone seen this problem? I get the feeling that smtp_in is counting every html tag as a header, should I increase the "Maximum Number of Headers Allowed in a Message" parameter in smtp_in to fix this problem? If so what might be a reasonable setting? I increased it from 1000 to 2500 but could not get a particular email to send. Small amounts of HTML send ok.
    thanks!

    OK, I think I have narrowed this to a problem somewhere between the listener and SMTP_IN. This problem only occurs when using SMTP over SSL. I switched my two SMTP_IN processes, I made the non-SSL into SSL and vice-versa. The problem followed the process with the SSL configuration. I have no idea what in the listener configuration (or the smtp_in config as its shown through em) could caused this kind of problem. Small html mails with basic markup in them work fine over SMTP SSL, but big html mails with lots of nasty markup alway fail, they just stay in the outbox and then ofco needs several folder refreshes (or restart) in order to be able to again view any of the "mail" type folders (imap).
    Thunderbird also has these symptoms minus the need to refresh/restart after a failed html mail sending attempt.
    Anyone seen/seeing anything like this?

  • HTML Mail in UWC

    received html email has links, paths, images, etc. broken, if they contain a Es in them. i received an html e-mail but the links were broken, and i couldn't see images, i noticed all the e's were missing!! lower case Es anyway.

    after applying the patch and creating and applying
    the new configuration, no .new config files were
    created, it looks like just new .html and .js, etc.
    files were; and backups of the current config. is
    this what they meant when they said new config files
    "MAY" be created?Yes
    >
    also on running the second ldif file:
    ugdir_diff.ldif
    i received the following:
    first:
    # ./ldapmodify -D "cn=Directory Manager" -w secret -c
    -e patch/ugdir_diff.rej -f patch/ugdir_diff.ldif
    modifying entry o=isp
    modifying entry o=isp
    ldap_modify: No such attribute
    modifying entry o=isp
    ldap_modify: Type or value exists
    and again:
    # ./ldapmodify -D "cn=Directory Manager" -w secret -c
    -e patch/ugdir_diff.rej -f patch/ugdir_diff.ldif
    modifying entry o=isp
    ldap_modify: Type or value exists
    modifying entry o=isp
    ldap_modify: No such attribute
    modifying entry o=isp
    ldap_modify: Type or value exists
    anything to worry about?nope

  • Download images in HTML mail

    I have my HTML mail set to not download images automatically, and it's always worked fine... load the email to begin with, BB key > Load images > wait a few seconds > eureka, email and images all download.
    Since approx 36hours now, this has stopped working. I've tried a few reboots, hopped between mobile-network & WiFi connections, sent new HTML mails, toggled the various options off/on.. alas it's totally random but has stopped reliably working... Now, it works for a little while but then "load images" option has precisely no effect. The only consistent factor that is always involved is, I guess, BIS.
    I appreciate this might need formally reporting to my network, but... anyone else having similar problems? Email send/receive & internet browsing (with images) all absolutely fine...

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Delete and Resend Service Books
    KB05000Delete the service book for the BlackBerry Internet Service email account from the BlackBerry smartphone
    If you have no CMIME entry, then skip the deletion
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Reboot
    With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should try deleting and re-adding your configurations for the affected email accounts. Otherwise, you should contact your mobile service provider for formal support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Test HTML mail for Outlook

    I've created documents in Photoshop, saved them for web and posted them to my FTP site to send out blast e-mail messages to my small group of customers. A moderator in the Photoshop group said I should move my discussion to the Dreamweave forum. I'm on OS X.7.3 and tried to preview these every way I can (Firefox, Safari, Chrome, Opera, and coding programs like Taco edit. They all look great. What eludes me is a way to test what a Windows user with Outlook as their client. The results are always bad, when someone replys back saying things were cut off. It looks as if slices get moved around, or overlap. These look amateurish, but not for everyone.
    I don't do Windows, so I can't test these myself. Is there an app that mimics how Outlook renders HTML mail? Then comes th epart about fixing it which is a whole new story.
    http://doncamacho.com/dyk_assets/dyk_revit/04032012_DYK-Revit.html

    I believe it was myself who advised that you post in the DW forum, but I am no moderator.
    "Outlook" is too vague a term - do you know which version? Outlook 2003 was generally a good email client and then came 2007 onwards which started using Word to render things and everything became messed up.
    I see from your code a few things that will help you out and hopefully solve your issues. Best thing is to set up email accounts with Hotmail, Yahoo and Gmail which will give you a good idea of what is, and is not working.
    add in the widths and heights to each <td> element. It's repetition but you need to specify sizes on both the <td> and <img> elements as different clients use different render techniques.
    add in <img style="display:block" /> to any <img> element.
    when you link an image, include < a style="border:none" href=""><img /></a>
    Services like http://www.emailonacid.com/, and http://litmus.com/email-testing will give you previews but your best to find a friend with Outlook and get them to test it. Alternatively, sign up with an email client like MailChimp (http://mailchimp.com/) who offer this service. Generally there is a charge involved with these services.
    Following the link I sent you in the PS forum, I do suggest you consider more efficient ways of coding HTML emails. An all image HTML email is not going to be very successful. Another helpful link: http://kb.mailchimp.com/article/top-html-email-coding-mistakes
    Rik

  • Html mail programs - what's up with Mac

    more clues - found this - again - CAN DO on the PC in Outlook - CANNOT DO on the mac
    HTML Mail Support
    Tiger Mail uses Apple's new WebKit authoring engine, creating complex HTML email messages with Mail's trademark simplicity. However, most of the power of that engine is inaccessible. Aside from the addition of an "Add Hyperlink…" menu item, Mail's composition window offers no better text or layout controls than 10.0's Mail did in 2001.
    But intriguingly, Safari RSS has a menu item to send an entire web page as the contents of an email message. Your email message is the web page, complete with links, style sheets, layout, formatting, even advertising and embedded Flash media! (By the way, this incredibly rich messaging seems to trigger some spam filters.) And it's all editable, sort of. One can add and delete text and attachments, but not edit style sheets, layout, or anything more complex than the Font Panel can handle. Even page margins and background colors are missing -- supported by the engine, but with no way to set them.
    Mail has incredible potential for rich messaging but no easy way to access it. One could create a fancy mail template as a web page, publish it, and start every message by mailing that page, but that's not really rich messaging "for the rest of us."
    People have been asking Apple for HTML composition for years, and, while Apple finally delivered it, we're not sure it's really what customers intended. (Kenny Grant's Balzac email client, with smart folders and beautiful full CSS HTML message templates, is more to the point.) Apple excels at beautiful design - look at Pages and Keynote - why not bring this design acumen to Mail and include beautiful, rich email templates? The new WebKit would support it.

    Tiger Mail uses Apple's new WebKit authoring engine, creating complex HTML email messages with Mail's trademark simplicity. However, most of the power of that engine is inaccessible. Aside from the addition of an "Add Hyperlink…" menu item, Mail's composition window offers no better text or layout controls than 10.0's Mail did in 2001.
    Tiger was replaced by Leopard last October, and Leopard Mail has a new feature called Stationery which might provide some of what you are talking about:
    http://www.apple.com/macosx/features/mail.html

  • How to auto-send html mail

    I've created what the php manual says should work to send
    html mail to our customer automatically from the website after a
    purchase, along with headers to send a bcc to us.
    But the finished product coming out of DW is a message body
    with all the code tags and headers in the body of the email, not a
    nice html email.
    I originally created this in GL, and have brought it over to
    DW.
    Is there maybe a better way to do this?
    Here's my code:

    That should work fine, I believe.
    But there are commercial products that may be what you would
    want to
    consider. WebAssist has one called UniversalEmail, that I
    like very much -
    http://www.webassist.com
    It will allow you to send both an HTML and a plain text
    email. I use it
    frequently.
    I have an affiliate link on my website, and if you are
    interested, please
    use that -
    http://www.great-web-sights.com
    (I am not an employee of WebAssist, but I do use/like their
    products)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "rlinsurf1" <[email protected]> wrote in
    message
    news:[email protected]...
    > I've created what the php manual says should work to
    send html mail to our
    > customer automatically from the website after a
    purchase, along with
    > headers to
    > send a bcc to us.
    >
    > But the finished product coming out of DW is a message
    body with all the
    > code
    > tags and headers in the body of the email, not a nice
    html email.
    >
    > I originally created this in GL, and have brought it
    over to DW.
    >
    > Is there maybe a better way to do this?
    >
    > Here's my code:
    >
    >
    > <?php
    >
    > $message = '<html>
    >
    > <head>
    > <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    > <style type="text/css" media="all"><!--
    > .dsR5 /*agl rulekind: base;*/ { width: 645px; height:
    75px; }
    > .dsR6 /*agl rulekind: base;*/ { width: 645px; height:
    158px; }
    > .emailtext { color: gray; font-size: 10pt; font-family:
    Verdana, Arial,
    > Helvetica, sans-serif; }
    > .headertext { color: gray; font-size: 14pt; font-family:
    Verdana, Arial,
    > Helvetica, sans-serif; font-weight: bold; }
    > .ds4 /*agl rulekind: base;*/ { font-size: 15px; }
    > .ds10 /*agl rulekind: base;*/ { font-size: 12px; }
    > --></style>
    > </head>
    >
    > <body>
    > <p><img class="dsR5"
    >
    src="https://ssl21.pair.com/grndlvl/commerce/gl/images/GRLogo.gif"
    alt=""
    > border="0" /></p>
    > <p class="headertext">Groundlevel Store
    Order</p>
    > <table class="dsR6" border="0" cellspacing="0"
    cellpadding="0">
    > <td><span
    class="emailtext">Name:</span></td>
    > <td class="emailtext"><?php echo $fullname;
    ?></td>
    > </tr>
    > <tr>
    > <td><span class="emailtext">Email
    Address:</span></td>
    > <td class="emailtext"><?php echo $email;
    ?></td>
    > </tr>
    > <tr>
    > <td><span
    class="emailtext">Date:</span></td>
    > <td class="emailtext"><?php echo $orderdate;
    ?></td>
    > </tr>
    > <tr>
    > <td><span
    class="emailtext">Product:</span></td>
    > <td class="emailtext"><?php echo
    $item;?></td>
    > </tr>
    >
    > <tr>
    > <td><span
    class="emailtext">Total:</span></td>
    > <td class="emailtext"><?php echo$total;
    ?></td>
    > </tr>
    >
    > </table>
    > <p class="headertext"><span
    class="ds4">Thank You for Your
    > Order</span></p>
    > <p class="headertext"><span class="ds10">You
    can expect your order to be
    > delivered promptly. You will also receive notifcation of
    your shipment
    > along
    > with the tracking information from the carrier you
    selected for delivery,
    > either USPS, UPS or Fedex. If you have any questions
    about your order,
    > please
    > email us at:
    [email protected].</span></p>
    > </body>
    >
    > </html>';
    >
    > $headers = 'MIME-Version: 1.0' . "\r\n";
    > $headers .= 'Content-type: text/html;
    charset=iso-8859-1' . "\r\n";
    > $headers .= 'From: Groundlevel Store
    <[email protected]>' . "\r\n";
    > $headers .= 'Bcc: [email protected]' . "\r\n";
    >
    >
    > mail($email,"Your Groundlevel Store Order",$message,
    $headers) // this
    > line is
    > the ending tag
    >
    > ?>
    >

  • In FF 34.0.5 I use to be able to click on a link within an e-mail and the link would open in a new tab; it now opens in the same tab; how can i change it back?

    I'm using FF 34.0.5 (I like it). I use to be able to right click on a link, within an e-mail, and the link would open in a new tab. Now when I click on the link it opens in the same tab replacing my e-mail.
    Example - a friend sends me an e-mail containing a link to a web site he thinks I'd like. I click on the link and go to the web site and then go back to the e-mail tab and reply to him. Now, when clicking that link, my e-mail disappears and is replaced by the new site.
    How can I fix this? When this happened once before I was told to change the 'value' for a specific 'preference name' through the about:config page.
    Can anyone help jog my memory?
    Thanks!

    Is this about clicking a link in an external program?
    You can check this pref on the about:config page for external links.
    * browser.link.open_newwindow.override.external (-1)
    If this pref has the default value -1 then browser.link.open_newwindow is used.
    * http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • In Mail with Snow Leopard you could number your e-mails. Can this be done with Lion?

    In Mail with Snow Leopard you could number your e-mails. Can this be done with Lion?

    If you're referring to desktop icons, right click on the desktop > Show view options > check "show item information".

  • Mail sees the number of .Mac mail messages, but not anything else about 'em

    Pretty straight forward problem.
    Mail says I have .Mac mail on all of my .Mac accounts yet when I click on them in Mail they cannot be seen in the list.
    ALL SOFTWARE IS UP TO DATE/LATEST AVAILABLE.
    Do ports have to be opened up for Mail to work? If so, how do people like me with five computers in their house each use Mail?
    In the left pane under the INBOX, I see all of my accounts.
    For one/my/main .Mac account, I hear the chime of NEW MAIL and see the red circle/dot with the number of new mails.
    When I click on the .Mac account, the right/upper pane shows nothing - it is blank.
    All of my other myriad of pop/imap accounts defined in the mail.app work perfectly well.
    .Mac mail accounts.
    email accounts from .Mac.
    Family pack gives a person five accounts. I mentioned that so that it the fact it happens with all the subaccounts and all my computers would eliminate any individual account and any individual computer from being significantly different than any other typical setup and thus eliminate them from being the focus on any suggested fix.

    I'd suggest creating a new test user account from the system preferences. Log in, open Mail, enter your .Mac settings and see how it goes.
    Alternatively, you can try to reset Mail.app by renaming (for backup purposes) the following files: (This will affect your other mailboxes as well!)
    Preferences: your_name/Library/Preferences/com.apple.mail.plist
    & Mail folder: your_name/Library/Mail/
    Assuming a new Mail setup actually works, post back in case you need help on importing your old POP3 messages.
    If not, I've no idea what to do... Your firewall should not affect .Mac behavior. (I got to admit, I don't particularly like Mail.app's buggy IMAP implementation.)
    Good luck!

Maybe you are looking for

  • Splitting of Customer Invoice item

    Hi I have requirement from my colleague in SD Module. When an Invoice is made against Sales to a particular Customer, the requirement is that the total amount is split as 95% and 5% - the reason being 95% payment is made when goods are delivered and

  • Job_queue_processes question

    Hi, In my RDBMS I have set the Job_queue_processes parameter to 2 and created a job with the dbms_job package. Is it possible that Oracle starts my single job twice at the same time? The job - if it find data to process - is running for 2 minutes, th

  • Create Long Text in MM01 for material

    Hi, I'm trying to create long text in MM01. After entering industry sector and material type and also the necessary views, i hit EDIT --> Long Text , the create text option is greyed out (inactive).. How can i make this work ? Or is there any other f

  • How to dynamically hide dashboard pages

    Hi, I need to call a dasboard/page via a URL with GO&PATH. The dashboard has many pages which I do not want to displayed when called via the URL. Is there anyway of hiding the pages dynamically from the user. In essence I want the dashboard to behave

  • DataFederator Error connection in WEBI

    Post Author: CEDVER CA Forum: Deployment Hy, I'have installed Datafederator and BO Enterprise on SUN Solaris. DF work correctly with connection to DB(JDBC) and Designer trow JDBODBC Client. But, If create Report in Desktop Intelligence (on client Wor