Email image cache

Hi guys,
I am having trouble with mail failing to refresh images that are sent via html emails. Essentially, I have a web based script that sends an email containing one image (and nothing else) to a mailing list. When I first sent the email to myself it worked fine, but on updating the image and sending again, Mail displays the old 'original' image and not the new one.
Is there a cache setting or something for this?
Thanks,
Isaac

Hi Isaac.
Apparently, Mail becomes confused if the name of the attachment is the same in different messages, but given the information you’ve provided it isn’t clear at all whether that’s the problem in your case:
Mail displaying attachment from previous email
Image attachments on multiple messages
Mail does keep a cache in ~/Library/Caches/Mail — not to be confused with the ~/Library/Mail folder where all your mail is locally stored. You may try quitting Mail and trashing the Mail cache (or just moving it out of there, e.g. to the Desktop), but I’m not positive that will make a difference.
Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.

Similar Messages

  • 5.0.1 email image cache problems

    I have two different email accounts that I check on my iPhone 4 with the 5.0.1 update. One is a Google account. The other is a private account. I receive images from a remote security system at a warehouse I monitor when motion is triggered. The device sends 3 images to both accounts. When I open my email on my Mac laptop or desktop, I can see the current images just fine, but whenI view them on my iPhone, it sends what appears to be an old cached version of the image on both accounts. If I compare the emails on the computer, timestamps, image numbers, etc., it is obvious that my desktop and laptop are working correctly, but the iPhone email accounts are not displaying the images correctly. When I view on the iPhone with the new update, I get a reating old image no matter how many times the alarm is triggered. It is like the image was an old cache version from days ago set on a loop that it cannot get past. I experienced NO problems prior to the update. Any suggestions on how to clear the cache on iPhone email if there is such a thing?

    I did receive a response and they did elevate it to their top engineers within 3 days. Bottom line...they are blaming Apple and said Apple needs to fix it.  Here is the reply to my post when I submitted my problem to Q-See.
    Subject
    I have the QT-428 system. Recently, Apple Inc. did some updates to their iPhone (iOS 5) and Mac Mail programs. As a result, images sent from QT-428 camera's no longer display correctly in Mac Mail. Instead of 3 attachments, it displays a...
    Discussion Thread
    Response Via Email (Rod Carrigan)
    11/21/2011 10:34 AM
    The factory is aware of this issue.
    Apple made changes to the email filtering in iOS5 and they need to create a work around to the changes.
    Response Via Email (Gordon Waughan)
    11/18/2011 12:59 PM
    I am going to forward this Incident number 111118-000290 to our Engineering level for further explanation. They will need to review an will contact you within a business day.  Incident number 111117-000501
    I have the QT-428 system. Recently, Apple Inc. did some updates to their iPhone (iOS 5) and Mac Mail programs. As a result, images sent from QT-428 camera's no longer display correctly in Mac Mail. Instead of 3 attachments, it displays as 1 attachment with 3 individual images. However, the images are ALL exactly the same. There are no time lapsed images. If you view in other programs such as Gmail in a web browser, the images come across as 3 individual attachments. I have spent several hours on the phone with Apple Tech support and have elevated the issue to their engineers, however, they believe the problem MIGHT be an issue relating to the Meta Data in the emails. I wanted to make your organization aware of this as there is actually considerable discussions on Apple's web boards about the issue and only Q-See camera systems appear to be affected. Other users with different camera systems are not experiencing any problems. Thanks for your time.
    Question Reference #111118-000290
    Product Level 1:
    CCTV Security Digital Video Recorders
    Date Created:
    11/18/2011 12:59 PM
    Last Updated:
    11/21/2011 10:34 AM
    Status:
    Work in Progress
    Question Type:
    Customer Response flag:
    No
    Purchase Location:
    Costco
    Routing Field:

  • Mail attachment image caching problem with C7

    Using C7-00 and Mail for Exchange with up to date software. I received two Mobile Boarding Pass emails from Lufthansa for my flights. These emails contain barcode.gif as an attachment that one can show at the gate when boarding. Now the two emails contain attachment with same name (barcode.gif) and the images are equal in size too. The problem is that for the second mail the phone shows the attachment of the first email!
    I have read that Symbian^3 has for performance reasons aggressive image caching feature. But in this case this causes a real nasty bug!
     - Juha

    I have found a solution.
    In the IMG src tag we had been using /images/gfx/image.gif
    By changing this to /./images/gfx/image.gif the images are no longer cached and update immediately when changed.
    PQ

  • Mail attachment image caching problem

    Using C7-00 and Mail for Exchange with up to date software. I received two Mobile Boarding Pass emails from Lufthansa for my flights. These emails contain barcode.gif as an attachment that one can show at the gate when boarding. Now the two emails contain attachment with same name (barcode.gif) and the images are equal in size too. The problem is that for the second mail the phone shows the attachment of the first email!
    I have read that Symbian^3 has for performance reasons aggressive image caching feature. But in this case this causes a real nasty bug!
     - Juha

    I have found a solution.
    In the IMG src tag we had been using /images/gfx/image.gif
    By changing this to /./images/gfx/image.gif the images are no longer cached and update immediately when changed.
    PQ

  • Clear Image Cache

    hi ,
    in my application i have to cache the image to some extend..
    and that i need to clear the image cache as my url dont
    change.
    is there anyway programatically i can refresh the image ?
    thanks

    "sohilr" <[email protected]> wrote in
    message
    news:ghts86$ls8$[email protected]..
    > hi ,
    > in my application i have to cache the image to some
    extend..
    > and that i need to clear the image cache as my url dont
    change.
    > is there anyway programatically i can refresh the image
    > thanks
    http://www.magnoliamultimedia.com/flex_examples/Amys_Flex_FAQ.pdf
    Q7

  • Image cache not working with Firefox and apex

    Hi,
    I'd like to cache all my images to save page rendering time and bandwidth because my images are all static and never change.
    I use the John Scott's caching technique Link: [http://jes.blogs.shellprompt.net/2007/05/18/apex-delivering-pages-in-3-seconds-or-less/], in a few words this technique consists of adding a header line "Expires: date in the future" in the http response.
    It works very well in IE, the images are cached and the same image can be accessed several times (within the same session or in different sessions) without issuing an http request to the server each time.
    with Firefox it does not work, the same image is asked again and again to the server (i'm using FF 3.5 and APEX 3.2).
    - Is it a date format problem? no, because when i type about:cache in FF, i can find my image in the cache with an expire date in the future.
    The weird thing here is that the counter is incremented each time u request the image, so FF knows it is in the cache and even if the expire date is in the future, FF asks it again to the server.
    - Is it a FF bug? If u read the http specs or if u google a little, u can come to the conclusion that FF does not follow the standards,
    but... images.google.com for example manages to get its images cached with FF.
    They use an http response header "cache-control: public, max-age=604800".
    I tried the same and all kinds of combinations but without success.
    When i compare my image with the one from google in the FF cache, they both have the same attributes.
    - It's not an apex issue neither because it works with IE, most probably an incompatibility between apex and FF?
    Maybe the use of cookie? or the http request (not the response) containing "cache-control: max-age=0"?
    I've found so far 2 half solutions:
    1) use ETag and modified date, see the Tyler Muth's note Link: [http://tylermuth.wordpress.com/2008/02/04/image-caching-in-plsql-applications/].
    with this technique FF continues to send request each time but the answer is shorter because it's just a "304 not modified" instead of "200 OK" (200 response is bigger as it contains the image).
    it's better than nothing but you still have 1 request + 1 response for nothing.
    Another problem is that you need SYS access to implement this, which is not possible on an hosted server. (note that for images from the file system it is already foreseen by apex 3.1, Tyler's note is for images from the db)
    2) if you preload the image (using myimage=new Image();myimage.src='...';), then there is max 1 request per browser session.
    There are 2 minor issues here:
    - no caching across sessions
    - if u don't want to preload all the images (example a page with lots of thumbnails, when user clicks it show a bigger image, in that case the thumbnails can be preloaded but overkill for the big images), then you need to load the image, wait until the image has loaded before displaying it, it does not slow down the execution, but requires some extra JS.
    I'm not asking anyone to investigate it, i can live with the 2 workarounds,
    but just in case someone encountered the same problem and already fixed it.
    Let me know if u managed to use the John Scott's technique with Firefox. (U can use Firebug to see the http traffic)
    Thx
    Tim

    Hi Anshul, hope these help. Let me know if you need to see anything else.
    Best,
    Menu Settings:
    Tab Hyperlink:
    Label Text with with hyper link option not available (works as a hyperlink in chrome and IE though):
    Thanks for the help in advance!

  • Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.

    Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.  Is there a solution to this issue?

    I've seen the opposite issue.  My wife recieved an email with jpg attachments.  She couldn't see or print them on her iPhone 4S but they showed up fine in iCloud or in the mail app.  I had her forward the email to herself and then they showed up.  I assume there is an issue with how Apple is processing the attachments and resending causes them to get reformatted in a way that makes them easier to handle.
    So yeah.  Seems like some bugs.  Hope Apple fixes them soon.

  • Messages Opening Image Cache Folder when Sending Files

    Messages / iChat seems to be opening my image cache folder every time I send an image to my contacts the image cache folder opens in Finder and stays open with the copied image. Is there a way to get rid of this? It's really annoying. It started happening after I updated to Mavericks.
    Thanks!

    Hi,
    I don't have an answer for this one.
    Are you finding those items are zipped before Sending ?
    Where are they from?
    I get them zipped when sending a pic dragged from a Browser or from iPhoto but not from the Desktop or a Finder window.
    10:44 pm      Tuesday; November 5, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How to disable image cache in Mail 7

    I urgently need to disable the image cache in Mail 7. How can I do that?
    Reason: I regularly get mails with image files that are essential parts of customer orders. The image content is different in each mail, but the filename is the same.
    Mail 7 displays the same image in every mail until I restart it, it obviously displays a cached file instead of the original image.
    Where is the Mail-cache-file? Can I writeprotect it?

    I think Private Browsing might be what you are looking for,
    have a look here for more info
    [https://support.mozilla.com/en-US/kb/Private%20Browsing]
    also not sure how much access you have on a company workstaion to change settings in Firefox
    Hope this helps :-)

  • Email Attachments Cached

    Our company uses iPhones for many of the employees, and our reporting system emails spreadsheet reports as attachments to us daily (every day the attachment has the same file name). The previous day's report spreadsheet attachments are getting cached in the iPhone, and when we open up a new report, it shows the old one. This is pretty frustrating, and everyone has to log into work remotely to view the actual report data.
    The emails come from the same email address every day, have different subject lines (the subject is timestamped), and the attachment is always the same name (we can't make the attachment file name dynamic, although I assume that would solve the problem, but it's not possible).
    So I'm guessing that if the attachment has the same name, and is from the same email address, that it won't bother downloading it again, it will just use the cached version? That seems like a big assumption and pretty incomplete, I would expect it to require at least the exact same file size, which although they're similar sizes, each attachment is not exactly the same.
    How can we disable this, or clear the email attachment cache? Is there any way to avoid having to do this daily to download the new attachments? Sure hope we won't have this problem if we decide to get everyone iPads...

    Is this a forum that Apple tends to at all? I would think they would have a comment about this, or is this just for Apple users to try and help Apple users?

  • Emailing Images Viewable in Email Body in Outlook

    To give an email extra punch, I created a page in Pages, saved it as a pdf, opened it in Preview, saved that image as a JPEG, then added it as an attachment to an email and saved the mailing as stationery.
    I want the image to appear in the body of the email, and not just as an attachment. Many of the recipients will be using Outlook.
    I've sent test messages, and often the recipient can only see the emailed image as an attachment, not in the body of the received email.
    Any suggestions?
    Thanks for any help you can provide.

    Since it works on your dev system then it is likely not a code issue. I suspect there is a runtime file difference between your dev and staging system. Use [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] to see if you can spot the difference. You'll need to run this on both systems while your app is running.
    On your dev system, go through the procedure of exporting and emailing your report. Then run modules while the app is still running.
    On your staging system, go through the same procedure until you get the error. Leave the error on the screen and run modules.
    Finally, compare the two mdl log files using modules differences feature.

  • Html email - image won't load

    You guys are wonderful - when I've worked and worked on a problem and get to the "pulling out my hair" stage, I remember how helpful the forum has been to me . . .
    I have put Outlook 2007 on my computer now so I can easily test the quirks of email rendering in that email client.
    I'm attempting to test using slices for the nav bar (hopefully a work around for "wonderful" Outlook 2007) but can't get past an image that won't load. I recently combined three images and some text into one image because Outlook was floating the images and spacing them wrong.  The image that I'm referring to which now won't load is http://www.theshimogaproject.com/email/images/shimoga_pics_text.jpg
    The original design displays correctly in browsers:  http://www.theshimogaproject.com/email/riverrun-guests-email.html
    Here's the code for the html email as it stands now:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Pinebrook Vacation Rentals - The Shimoga Project</title>
    </head>
    <body style="background-color: #FFFFCC; border-color: #333300; text-decoration: none; font-size: 30px; font-family: Verdana, Geneva, sans-serif; color: #663300; margin-top: 0;">
    <table width="98%" border="0" cellpadding="0" cellspacing="0" id="Container">
      <tr>
           <td><table width="580" align="center" cellpadding="0" cellspacing="0" id="View In Browser">
             <tr>
                <td align="center" style="text-decoration: none; color: #663300; font-size: 11px;"><p>Having difficulty reading this email? <a href="http://www.theshimogaproject.com/email/riverrun-guests-email.html" target="_blank" style="text-decoration: none; color: #663300; font-size: 11px; font-weight: bold;">View it in your browser</a></p></td>
            </tr>
            </table>
       </tr>
       <tr>
         <td><table width="580" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
        <td rowspan="3" style="text-align: left; font-size: 10px; "><img src="http://www.theshimogaproject.com/email/images/pinebrook-nav_01.jpg" alt="Pinebrook Vacation Rentals" width="229" height="139" align="top" /></td>
        <td colspan="4" ><img src="http://www.theshimgoproject.com/email/images/navArea_top_02.gif" width="351" height="95" align="top" /></td>
        </tr>
      <tr>
        <td><a href="http://www.pinebrookvacationrentals.com/index.html" target="_blank" style="text-decoration: none; color: #FFFFCC; font-size: 10px; "><img src="http://www.theshimogaproject.com/email/images/home.gif" width="57" height="14" alt="Home" /></a></td>
        <td><a href="http://www.pinebrookvacationrentals.com/rentals.html" target="_blank" style="text-decoration: none; color: #FFFFCC; font-size: 10px;"><img src="http://www.theshimogaproject.com/email/images/vacation_rentals.gif" width="120" height="14" alt="Vacation Rentals" /></a></td>
        <td><a href="http://www.pinebrookvacationrentals.com/aboutus.html" target="_blank"style="text-decoration: none; color: #FFFFCC; font-size: 10px;"><img src="http://www.theshimogaproject.com/email/images/about_us.gif" width="78" height="14" alt="About Us" /></a></td>
        <td><a href="http://www.pinebrookvacationrentals.com/contacttemp.html" target="_blank"style="text-decoration: none; color: #FFFFCC; font-size: 10px;"><img src="http://www.theshimogaproject.com/email/images/contact_us.gif" width="78" height="14" alt="Contact Us" /></a></td>
        </tr>
      <tr>
        <td colspan="4" align="top"><img src="http://www.theshimogaproject.com/email/images/navArea_bottom_09.gif" width="351" height="30" /></td>
        </tr>
    </table>  
      <tr>
       <td><table width="580" id="River Run" align="center" >
             <tr>
                <td width="580" style="text-align: left; font-size: 10px; "><img src="http://www.theshimogaproject.com/email/images/rr_pic_text.jpg" alt="Thank You for choosing River Run at Wild Basin" width="580" height="146" /></td>
            </tr>
             <tr valign="top">
               <td bgcolor="#663300" style="padding-left: 15px; padding-right: 15px; padding-bottom: 10px; padding-top: 10px; color: #FFC; font-size: 12px; text-align: center;"><strong>Did you know that your Colorado Vacation is helping a child in need?</strong><br />
                 <br />
    A portion of every rental fee at River Run has been donated toward  building a school for a group of impoverished children in a small, rural village in India. With your help, we have raised over $40,000 of the $103,000 needed to build this school.</td>
             </tr>
           </table>
      </tr>
      <tr>
        <td><table width="580" align="center" id="Shimoga" style="margin-top: 1px; text-align: left; font-size: 10px; ">
      <tr>
        <td><img src="http://www.theshimogaproject.com/email/images/shimoga_pics_text.jpg" alt="The Village Of Shimoga" align="top" /></td>
      </tr> 
         </table>
    </tr>
      <tr>
           <td><table width="580" align="center" cellpadding="0" cellspacing="0" bgcolor="#663300" style="margin-top: 1px;" id="Shimoga Project Link">
             <tr>
                <td align="center" style="padding-bottom: 5px; padding-top: 5px; text-decoration: none; color: #FFC; font-size: 13px;"><p>To learn more about this project:  <a href="http://www.theshimogaproject.com" target="_blank" style="text-decoration: none; color: #FFC; font-size: 13px; font-weight: bold;">---&gt; Click Here</a></p></td>
            </tr>
            </table>
       </tr>
           <tr>
              <td><table width="580" border="0" align="center" cellpadding="0" cellspacing="0" id="Footer">
                <tr>
                  <td align="center" style="padding: 8px; color: #663300; font-size: 11px; text-decoration: none;">
                    <p style="display:inline; padding-right: 15px;">The Shimoga Project</p>
                    <p style="display:inline;"> PO Box 193 </p>
                    <p style="display:inline; padding-right: 15px;"> Allenspark CO 80510 </p>
                    <p style="display:inline;">Phone: (303) 747-2594</p>
                    <br />
                    <p style="display:inline; padding-right: 20px;">Email:<a href="mailto:[email protected]?Subject=River Run Guest" target="_blank" style="text-decoration: none; color: #663300; font-size: 11px; font-weight: bold;"> [email protected]</a></p>
                    <p style="display:inline;"> Web Site: <a href="http://www.theshimogaproject.com" target="_blank" style="text-decoration: none; color: #663300; font-size: 11px; font-weight: bold;"> www.theshimogaproject.com</a></p>    </td>
            </tr>
            </table>
        </tr>
    </table>
    </body>
    </html>

    Thank you for the validator links.  I used them and cleaned up the
    code.  However it is still hanging up at the shimoga_pics_text.jpg
    image.  Any other ideas.  The size of the image is 43KB.  Would that
    have anything to do with it?
    Here's the code as it is now:
    Having difficulty reading this email? View it in your browser
    Did you know that your Colorado Vacation is helping a child in need?
    A portion of every rental fee at River Run has been donated toward building a school for a group of impoverished children in a small, rural village in India. With your help, we have raised over $40,000 of the $103,000 needed to build this school.
    To learn more about this project: ---> Click Here
    The Shimoga Project
    PO Box 193
    Allenspark CO 80510
    Phone: (303) 747-2594
    Email: [email protected]
    Web Site: www.theshimogaproject.com
    Thanks for your help,
    Sandy

  • Email Link... and Email Image menu items don't work.

    Suddenly, about a week ago, the Email Link... and Email Image menu items stopped working. Problem seems to be on only one login on one of my three machines. The rest seem to be OK.
    Using FF 19.0 and TB 17.0.3 under Windows 7.
    Any ideas?

    Thank you. Although I had already checked the MailTo: application and found it set to "Use Thunderbird (default)", clearing that association and setting it to "Always Ask" jarred things loose. When I set it back to T-Bird, it worked again.
    Again, thanks for the nudge.

  • Web template image cache

    goodmorning everybody,
    does anybody know where I can clear the image cache when running a web template.. It keeps displaying the old image even though I replaced the image with a new one in the mime repository...

    hi Joris,
    try
    - WAD menu tools -> setting -> delete cache -> delete cache
    - delete browser cache (Internet Explorer or other)
    and
    - SMICM->go to->HTTP server cache->invalidate->golbal in system
    or transaction rsrt -> cache monitor -> delete
    - transaction RSRCACHE
    oss note 456068
    Mime Repository Icons
    How to clear Cache in SAP BW
    hope this helps.

  • Image Caching

    Hi
    I'm trying to implement Image Caching on an Oracle XE database following Tyler Muth's blog post http://tylermuth.wordpress.com/tag/oracle-plsql-images-caching/
    Has anyone managed to implement this successfully?
    I've run the following as sys :
    begin
    DBMS_EPG.SET_DAD_ATTRIBUTE (
       dad_name    => 'APEX',
       attr_name   => 'cgi-environment-list',
       attr_value  => 'HTTP_IF_NONE_MATCH');
    DBMS_EPG.SET_DAD_ATTRIBUTE (
       dad_name    => 'APEX',
       attr_name   => 'cgi-environment-list',
       attr_value  => 'IF_MODIFIED_SINCE');
    end;
    /And my function to download the images includes the following:
        v_etag_head := owa_util.get_cgi_env('HTTP_IF_NONE_MATCH');
        v_etag_str := lpad(p_file_id,2,0)||to_char(v_date_last_modified,'DDMMYYYYHH24MISS');
        if v_etag_head = v_etag_str then
          owa_util.status_line(
          NSTATUS         => 304,
          CREASON         => 'Not Modified',
          BCLOSE_HEADER   => true);
          return;
        else
          owa_util.mime_header(v_mimetype, FALSE );
          htp.p('Date: ' ||to_char(sysdate,'Dy, DD Mon RRRR hh24:mi:ss')||' GMT');
          htp.p('Content-length: '||v_file_length);
          htp.p('Content-Disposition: inline; filename="'||v_filename||'"');
          htp.p('Last-Modified: '||to_char(v_date_last_modified,'Dy, DD Mon RRRR hh24:mi:ss')||' GMT');
          htp.p('ETag: '||v_etag_str);
          htp.p('Expires: ' ||to_char(sysdate+(1/12),'Dy, DD Mon RRRR hh24:mi:ss')||' GMT');
          htp.p('Cache-Control: max-age=300');
          owa_util.http_header_close;
          wpg_docload.download_file(v_blob);
       end if;However, owa_util.get_cgi_env('HTTP_IF_NONE_MATCH') always returns null. I've checked using LiveHTTPHeaders and the If-None-Modified is being sent. This is running on a local Oracle XE database (using the EPG), running APEX 4.0.0.00.46 and Windows 7.
    I've searched the forum and there are four other posts that refer to HTTP_IF_NONE_MATCH, however these haven't helped. If anyone has any ideas or needs any more information, please let me know. And if you have got this working I'd love to know how, even just so I know it's possible!!
    Thanks for any help.
    Sara

    Bump.
    Has anyone managed to implement this successfully? Is there anything I can check? Or is this a bug with the EPG?
    This is causing us massive problems and I can't see what I've done wrong. Any help is really appreciated.
    Thanks
    Sara

Maybe you are looking for

  • Adding a window to container error

    I have this table that I want to add to a my main program. The table works but when I add the table module to the main program I get an error. Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: adding a window to a container T

  • Mac os 10.9.5--elements 10--go to file import and my scanner isn't listed

    mac os 10.9.5--elements 10--go to file>import and scanner not gown

  • How to use custom nodes in a JTree without reinventing the wheel?

    Hello, Each node contains two JTextAreas in a Box layout and a few JButtons. I wish to display these nodes in a JTree. Reading the tutorial, it seems I would have to reimplement the TreeModel, TreeCellRenderer/Editor, MutableTreeNode interfaces etc.

  • Sync Problem with 5530

    I have been using an E65 for the last 2yrs trouble free when sync'ing my Contacts & Calendar through Outlook. I recently got a 5530 and tried to sync the Contacts & Calendar today from my PC to the phone but it doesn't take any of the data.  I'm usin

  • UIX dateField validation Question

    Hi, I am using a UIX <dateField> tag on my forms and I am having some trouble with the validation. Here is an example <dateField required="no" name="cberReceivedDt" model="${bindings.CberReceivedDt}" columns="37"> <onSubmitValidater> <date dateStyle=