Email attachments gets corrupted (javamail)

hi i am using javamail1.4
when i am trying to store the attachmnets in a folder they are getting corrupted.
please help me in this

some code plz.
anyway, here a typical code to send e-mails (with or without attachementpackage test;
import java.io.File;
import java.util.Date;
import java.util.Properties;
import javax.activation.DataHandler;
import javax.activation.FileDataSource;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Multipart;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeBodyPart;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.MimeMultipart;
public class SendMail {
     // Sender, Recipient, CCRecipient, and BccRecipient are comma-separated
     // lists of addresses. Body can span multiple CR/LF-separated lines.
     // Attachments is a ///-separated list of file names.
     public static int Send(String SMTPServer, String SMTPPort, String Sender, String Recipient, String CcRecipient, String BccRecipient,
               String Subject, String Body, String ErrorMessage[], String Attachments, String encoding) {
          // Error status;
          int ErrorStatus = 0;
          // Create some properties and get the default Session;
          Properties props = System.getProperties();
          props.put("mail.smtp.host", SMTPServer);
          props.put("mail.smtp.port", SMTPPort);
          props.put("mail.mime.charset", encoding);
          Session session = Session.getDefaultInstance(props, null);
          try {
               // Create a message.
               MimeMessage msg = new MimeMessage(session);
               // extracts the senders and adds them to the message.
               // Sender is a comma-separated list of e-mail addresses as per RFC822.
                    InternetAddress[] TheAddresses = InternetAddress.parse(Sender);
                    msg.addFrom(TheAddresses);
               // Extract the recipients and assign them to the message.
               // Recipient is a comma-separated list of e-mail addresses as per RFC822.
                    InternetAddress[] TheAddresses = InternetAddress.parse(Recipient);
                    msg.addRecipients(Message.RecipientType.TO, TheAddresses);
               // Extract the Cc-recipients and assign them to the message;
               // CcRecipient is a comma-separated list of e-mail addresses as per RFC822
               if (null != CcRecipient) {
                    InternetAddress[] TheAddresses = InternetAddress.parse(CcRecipient);
                    msg.addRecipients(Message.RecipientType.CC, TheAddresses);
               // Extract the Bcc-recipients and assign them to the message;
               // BccRecipient is a comma-separated list of e-mail addresses as per RFC822
               if (null != BccRecipient) {
                    InternetAddress[] TheAddresses = InternetAddress.parse(BccRecipient);
                    msg.addRecipients(Message.RecipientType.BCC, TheAddresses);
               // Subject field
               msg.setSubject(Subject);
               // Create the Multipart to be added the parts to
               Multipart mp = new MimeMultipart();
               // Create and fill the first message part
                    MimeBodyPart mbp = new MimeBodyPart();
                    mbp.setText(Body);
                    // Attach the part to the multipart;
                    mp.addBodyPart(mbp);
               // Attach the files to the message
               if (null != Attachments) {
                    File file;
                    int StartIndex = 0, PosIndex = 0;
                    while (-1 != (PosIndex = Attachments.indexOf(",", StartIndex))) {
                         file = new File(Attachments.substring(StartIndex, PosIndex));
                         if (file.exists()) {
                              // Create and fill other message parts;
                              MimeBodyPart mbp = new MimeBodyPart();
                              FileDataSource fds = new FileDataSource(Attachments.substring(StartIndex, PosIndex));
                              mbp.setDataHandler(new DataHandler(fds));
                              mbp.setFileName(fds.getName());
                              mp.addBodyPart(mbp);
                         PosIndex += 3;
                         StartIndex = PosIndex;
                    // Last, or only, attachment file;
                    if (StartIndex < Attachments.length()) {
                         String filePath = Attachments.substring(StartIndex).trim();
                         file = new File(filePath);
                         if (file.exists()) {
                              MimeBodyPart mbp = new MimeBodyPart();
                              FileDataSource fds = new FileDataSource(filePath);
                              mbp.setDataHandler(new DataHandler(fds));
                              mbp.setFileName(fds.getName());
                              mp.addBodyPart(mbp);
               // Add the Multipart to the message
               msg.setContent(mp);
               // Set the Date: header
               msg.setSentDate(new Date());
               // Send the message;
               Transport.send(msg);
          } catch (MessagingException e) {
               ErrorMessage[0] = e.toString();
               Exception TheException = null;
               if ((TheException = e.getNextException()) != null)
                    ErrorMessage[0] = ErrorMessage[0] + "\n" + TheException.toString();
               ErrorStatus = 1;
          return ErrorStatus;
     } // End Send Class
     public static void main(String[] args) {
          String SMTPServer="";
          String SMTPPort="25";
          String Sender="";
          String Recipient="";
          //String Recipient="";
          String CcRecipient="";
          String BccRecipient="";
          String Subject="";
          String Body="";
          //String Body="";
          String[] ErrorMessage=new String[]{""};
          String Attachments="a.pdf, b.doc";
          String Encoding="ISO-8859-1";
          SendMail.Send(SMTPServer, SMTPPort, Sender, Recipient, CcRecipient, BccRecipient, Subject, Body, ErrorMessage, Attachments, Encoding);
} // End of public class SendMail):
You'll need at least activation.jar and mail.jar

Similar Messages

  • Word email attachments get corrupted from desktop to laptop

    I've been sending Microsoft Word attachments via email from my iMac (mid-2007 Intel running Yosemite) to my laptop (Macbook Pro running Mavericks). The downloads always come through as corrupt, though the original files are fine. (If I put them on a flash drive, I can open them on the Macbook.) The Macbook connects via wifi while the iMac is plugged in to a router and modem, in case that has anything to do with it. Any ideas?
    Thanks very much --
    Christine

    I should add that Word documents I send from the laptop to iMac come through fine.

  • Chinese email  content get corrupted in hotmail

    Hello Java Gurus
    my requirement is to read the chinese html in a jsp page and send as email to user.when i read this html and send mail to yahoo,indiatimes,or rediffmail users then no problem comes.its not get corrupted,but when i send this mail to hotmail users or cpanel users its email content get corrupted.
    Any idea to solve this issues.it is very urgent
    Thanks in advance
    Riaz

    I should add that Word documents I send from the laptop to iMac come through fine.

  • Email Attachments Become Corrupted When Moved to a Different Mailbox

    I believe that I have stumbled upon a bug in Mountain Lion mail.  Here is the set up:
    Server:
    Mac OS X Mountain Lion Server 10.8.2 running IMAP email service
    Clients:
    An assortment of Macs all running Mac OS X Mountain Lion 10.8.2 using Mail as the mail client over IMAP.
    Issue:
    Ever since upgrading all company Macs to Mountain Lion we have recieved complaints from people that email attachments are occationaly becoming currupted once moved to other mailboxes such as the Trash or even other IMAP folders.  The symptom has not been observed to occur with other mail services such as gMail or iCloud but rather seems to be isolated to how Mountain Lion Mail handles moved emails with attachments on an IMAP service hosted on Mountain Lion server.  The issue also seems to be related to PDF attachments only.  We could not get the issue to reoccur with say a Pages document.  The issue also does not always occur but occurs about 90% of the time. 
    The email essentially goes from looking normal in the inbox to containing this text in it after it has been moved to another mailbox (obviously the real thing is like a hundred pages long):
    --Apple-Mail=_6C0E1272-08D2-7895-83FF-2F03EF82B31D
    Content-Disposition: inline;
              filename="example.pdf"
    Content-Type: application/pdf;
              x-unix-mode=0644;
              name="example.pdf"
    Content-Transfer-Encoding: base64
    JVBERi0xLjMKJcTl8uXrp/Og0MTGCjQgMCBvYmoKPDwgL0xlbmd0aCA1IDAgUiAvRmlsdGVyIC9G
    bGF0ZURlY29kZSA+PgpzdHJlYW0KeAF1UttOwzAMfc9XnMcEaWmctkkr8cJlEncVCEjcHtAYEgjY
    mOCBv8dJ13YMUFXFso+P7WO/4xTvyJrpYjKdf3zev2DxxA5nKhj+bNW+k1dk+6+E3Rnjc4QFtgMo
    Ikx8qIT1uQiMCoE0OxAecQPZKIwslTq
    Now if that same email, now moved into a new mailbox, apearing corupted to the Mac Mail client, is viewed from say an iPhone or iPad, the attachment appears normal.  If a new Mac client is set up to read that email account that email also appears normal.  This would indicate that issue does not seem to be occuring server side but however seems related to a cashe issue with the Mail client. 
    Temporary Fix:
    Now this is not a good fix but deleting the entire /User/Library/Mail folder and forcing Mail to completely reconnect to the IMAP server and redownload all headers and attachements fixes the issue.  However this only fixes the emails that once appeard corrupted to the client.  Any new emails moved around will continue to get corupted.  Syncronizing the mailbox does nothing to rectify the issue.
    Plee for help:
    Obviosuly this is a serious issue and must be rectified.  We are using the most standard and Mac friendly/default set up possible (even a Mac server).  Has anyone expereinced this issue or want to venture a guess on how to fix it?  Does it seem like a bug in the Mail client to you?  Any ideas???
    I really apprecaite the help.
    -Christian

    Oh man! So they say "We know this is a bug and we can't fix it since Tiger" ????? This is Apple with an army of developers and they can't fix this annoying issue???? WHAT???? I think this is a not a day more problem to fix and their professional OS X Server is affected by this problem as well and they don't fix it... their own software... what a customer care!!!
    Anyway it sounds ******** and the solution is the same category... if you have only one mail in the mailbox and move to an other on a certain type of server it's getting corrupted, but the rebuild process works and when you move back it will be corrupted again! They should fix this but it looks like they will never fix it... it's a shame from a big company which sells premium products.
    So if you still in contact with an Apple technician and they're opened I can provide both of the server platform when the problem can be proofed. (one where the sync is ok and one where it isn't and only with one mail in it ) Please contact me and I can help!
    You can try other mail softwares and they can handle the imap protocol without major problems. I tried the following ones:
    - Postbox
    - Thunderbird
    - Sparrow
    - Mail Mate
    Both works very wall but any of them is so integrated as the mail app with osx. Unfortunately if you live in the apple ecosystem and own more than one mac computer you will stuck with the apple one with all of its bugs.
    ...since Tiger... I can't get over it...
    Sorry guys I getting angry when I hear this kind of stories...

  • Office 2007 attachments getting corrupted in PO Print Program

    HI SRM Experts,
    We are having SRM 5.0 Classic Scenario and EHP 4.0 ECC 6.0, we have a customized PO Print Program which after PO approval send notification to vendor & requestor of cart with the attachments.
    We are facing problem that when requester attaches MS 2007 attachments(having 4 characters as extension) it is converting these into default 3 character extension and thus they get corrupted. I have already made settings in DMS (DC30).
    Can anyone please help here to know if any SAP note is there for the same as I feel that we cannot change the ABAP program/code mentioned in standard Function module. Here is my finding after the debugging:
    The Function module 'CV120_KPRO_MASTER_DATA_GET' is responsible for returning the document type.
    It is returning the extension in field dappl of table ptx_data which is of type CHAR3.
    So it is not accepting the extension of CHAR4.
    Regards,
    Varun

    Hi
    Analyse the Dump in ST22 transaction
    difficult to say , as what was changed in the program is not known exactly
    from the dump you have to know
    Regards
    Anji

  • Email attachments getting auto downloaded

    Hi its seems there's not option to stop auto download of email attachment, has anyone able to resolve this on z3, i am getting huge internet bills.

    I don't believe there is a way to turn off the automatic download of attachments.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Why are my email attachments being corrupted?

    I have received a number of e-mails recently where attachments have been corrupted.  Other people have received exactly the same e-mails and the attachments have been just fine.  This has happened with jpgs and pdfs - I don't see any particular trend about what the attachment is.  The only common point seems to be my @mac.com MobileMe email backend.  Some threads have suggested that I 'rebuild' my e-mail folder - I've done that and it has no effect. I don't think it's my computer - I suspect that this is a server somewhere - what can I do?
    Macbook air 1.4 Ghz Core 2 duo - 10.6.8

    The issue with not seeing the paper clip in your Sent mailbox seems to be totally removed from anything related to recipients, and is something to perhaps yet be addresses in a future update.
    To the issue with recipients, I would guess the recipient is using Outlook or Outlook Express, and the message is being sent in Rich Text (a form of HTML) and the recipient either cannot open the attachment, or they have an over zealous anti-virus filter that is removing the attachment out of fear caused by the presence of HTML.
    More info about the recipient's platform, please.
    Ernie

  • How does an email address get corrupted?

    I routinely send an email to a group using Bcc to a list in my address book. All of the addresses in that list are correct yet I also routinely receive an error message from a remote server that one of those addresses is incorrect. The correct @shaw.ca has somehow or another been changed to @live.ca yet I have NO addresses in that list to a user at @live.ca. Neither do I have ANY addresses in my address book with @live.ca in the address. Where can this corruption be taking place?
    I am using Thunderbird on a PC with a fully updated version of Windows 7.

    Sorry, my fault - I sent it as a reply to your email which, of course went into your null box instead of the thread.
    The error message is:
    The following message to <[email protected]> was undeliverable.
    The reason for the problem:
    5.1.0 - Unknown address error 550-'Requested action not taken: mailbox unavailable'
    Reporting-MTA: dns; idcmail-mo1so.shaw.ca
    Final-Recipient: rfc822;[email protected]
    Action: failed
    Status: 5.0.0 (permanent failure)
    Remote-MTA: dns; [65.55.92.168]
    Diagnostic-Code: smtp; 5.1.0 - Unknown address error 550-'Requested action not taken: mailbox unavailable' (delivery attempts: 0)
    Note that the correct address is in the list of recipients to whom the messages are sent but, without fail, always returns this error message.

  • I use Gmail as my main contact/email - info gets corrupted in iCloud

    I have a realitive noob to this - we use Macs at my office but I have never owned a Mac until I bought a mid 2011 Macbook Pro from my IT guy at work. He maxed it out with RAM, etc so it suns sweetl Well I am now a Mac addict with a 1st gen iPad mini and also a 5S (stood in line it the day it came out).  I have only one apple ID which I use with all three devices and when I make changes in my gmail online book it doesn't automagically work.  I have also noticed that I when I enter contacts on iCloud it doesn't necessarily show up in my Gmail addresss
    Obviously, this makes me a sad panda and I need the situatioin rectfied since a lot of this is medical related to my disorder and I need the info alwaysl
    So, any response you can give me will be much appreciatedl
    Thanks,
    aichessgee
    P.S. Sorry if the spelling is atrocious - I broke my ankle two days ago and I am on a LOT of good drugs right now to help with the pain.  
    P.P.S. I also have a SERIOUS problem with my Photostream/iPhoto/whole photo deal where I am *this* close to busting a cap in the *** of all Mac products and going back to Androids.

    Thanks for the initial question - I will attempt to move the other stuff when I am not on medication and let you know how it works.
    Ok - the photostream/iPhoto issue:
    From the albums view on my iPhone I have the followingL
    Camera Roll
    My Photo Stream
    Panoramas
    Videos
    Events from my Mac - which if I go under this folder, I have all sorts of crap that have things like "resources" and images of file icons (we're talking like Windows 98 gifs), plus albums of the other albums listed below in addition to ones that I are missing from the original list.
    Last 12 months (from my Mac) which has 1249 photos
    Last import from my Mac (has 10 photos)
    My son's recovery from my Mac (has 54 photo)
    Pics of me from my mac (has 6 photos
    My sister's wedding from my Mac (176 photos)
    Pics of my kids from my Mac (6 photos)
    Dude's First Hike from my Mac (1 photo; there were originally 30+ photos in that album)
    USMC Ball 2013 from my Mac (16 photos)
    Caps Season Ticket Holder Party from my Mac (9 photos; originally had about 40)
    Funny pics 14 photos
    Macklemore Concert from my Mac (7 photos; originally were about 35)
    Dustin Lynch Concert from my Mac (83 photos; there were originally about 150 photos)
    Pink Concert from my Mac - 108 photos
    THanksgiving 2013 from my Mac (1 photo - originally had about 17 photos)
    My son comes home from my Mac (17 photos - that's about right)
    Sports Hotties from my Mac (3 photos - that's right)
    My son's MCT graduation from my Mac (7 photos; correct)
    NYE 2012  - 2013 from my Mac (4 photos; correct)
    Receipts for my son from my Mac (12 photos; correct)
    My son's promotion from my Mac (10 photos; correct)
    Kem concert from my Mac (8 photos; correct)
    Christmas and New Year's 2013 - 17 photos
    Then it keeps telling me it's synching repeatedly and never stops.
    When I go in to iPhoto on the Macbook to move photos, there are oftentimes duplicates of photos - often 3 to 4 of the same photo.  It won't allow me to drag or drop photos into proper albums except very rarely - there's no rhyme or reason.
    I'm not sure what to do. Everything is backed up and it seems like with every back up, it gets more and more screwed up. 
    Also, if I delete some of the photos, thinking that I deleted it from just the trashcan in iPhoto it turned out that I deleted them from my Facebook albums as well.
    So, at this point I am ready to throw the computer and I need to know what to do about getting these pics out of iPhoto, put in folders outside of iPhoto, and working with another program that will allow me to share them with Facebook, friends, etc.
    Thanks again for your above help and I'll let you know how that works,
    Aichessgee

  • Files corrupting when sending email attachments from Mail & Thunderbird

    Hi All
    I'm hoping that someone will be able to help here as this problem is driving me crazy!
    Most if not all of my email attachments are corrupting when sending from Apple Mail and Thunderbird.  I'm also having issues with publishing files via FTP from Rapidweaver 5!  I have spoken to BT about the issue but they have tested the line and say everything is OK.
    The strange thing is, it's happening on my MacBook Pro (Mountain Lion) and my Mac Pro (Lion). The problem's also happen when I'm using a friends high speed internet connection so that only leaves the server. I'm really out of my depth with the server side of things though. I did have a reply from Servage (my hosting company) who said I may have been the subject of a hack and an upload script!! Not sure what this means or how to check if this is the case. One question though, would this corrupt email attachments as well as uploading to the server?
    Many thanks
    Mark

    Further to the above:  I have now found that the same corruption happens when I email attachments and FTP from my PC laptop, so this rules out a computer issue.  I have also swapped wireless routers and exactly the same problem.  As mentioned above, I don't get the corruption when using another internet connection.
    Also, I have an iPhone which I've restored to factory default settings and when I take a photo with the phone and email it (using my home wireless network), the file corrupts, everytime.
    Using services such as YouSendIt and WeTransfer, gives the same problems!
    I'm desperate for help on this one and I'd even pay someone to resolve it!

  • Some PDF attachments are corrupted when emailed using javamail

    I have a java class that takes a file name, 'To' email, and 'From' email as parameters, and then emails the named file to the specified address as a Multipart email.
    The problem that I am facing is that sometimes the PDF cannot be opened when it arrives because it is corrupt. I know that prior to sending, the PDF opens without issue, so the problem is in the code somewhere.
    There are a couple of oddities here:
    1) PDFs that get corrupted and PDFs that do not get corrupted are generated from the same source (Oracle Report), so I believe that rules out a problem with malformed emails?
    2) If I compare the PDF before it gets sent to the PDF that arrives in my inbox using a hex editor (XVI32), the files are identical except that an extra character is getting added to the corrupt PDFs at the end of each line - hex '0A', which corresponds to ASCII linefeed. This indicates to me that maybe there is a problem with the way that the file is getting encoded when it is read. If I remove all of the 0A characters, the file opens correctly.
    I believe that the code I am using is set up correctly, as I have looked at countless examples of this online to try to find my problem. Hopefully someone can point me in the right direction. Code is included below.
    Thanks,
    Nick
    import java.util.*;
    import javax.activation.DataHandler;
    import javax.activation.FileDataSource;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class test {
        public static void main(String args[]) {
            System.out.println("entered TEST email class");
            if (args.length < 3) {
                System.out.println("Invalid number of arguments. Syntax is 'java test <fileName> <fromEmail> <toEmail>'");
            } else {
                System.out.println("Correct number of arguments.");
                send(args[0], args[1], args[2]);
        public static void send(String fileName, String fromEmail, String toEmail) {
            System.out.println("Made it to SEND method");
            try {
                Properties props = new Properties();
                props.put("mail.smtp.host", "email.host");
                Session session = Session.getDefaultInstance(props, null);
                MimeMessage msg = new MimeMessage(session);
                //set from/to email addresses
                System.out.println("Setting email addresses...");
                msg.setFrom(new InternetAddress(fromEmail));
                msg.setRecipients(javax.mail.Message.RecipientType.TO, toEmail);
                //set email subject
                System.out.println("Setting subject...");
                msg.setSubject("email from TEST class");
                //define a body part for the email text and add text to it
                System.out.println("Setting body...");
                MimeBodyPart messageBodyPart = new MimeBodyPart();
                messageBodyPart.setContent("This is the email body. Here is some more body.", "text/html");
                //add code for attachment here!!
                System.out.println("Setting attachment...");
                MimeBodyPart attachFilePart = new MimeBodyPart();
                FileDataSource fds =
                        new FileDataSource(fileName);
                attachFilePart.setDataHandler(new DataHandler(fds));
                attachFilePart.setFileName(fds.getName());
                //define a multipart, and add the text body part and the attachment body part to it
                System.out.println("Building message...");
                Multipart mp = new MimeMultipart();
                mp.addBodyPart(messageBodyPart);
                mp.addBodyPart(attachFilePart);
                //add the multipart to the message
                msg.setContent(mp);
                //send the email
                System.out.println("Sending message...");
                Transport.send(msg);
                System.out.println("Email has been sent!");
            } catch (Exception e) {
                System.out.println("Error in test.send method: " + e.getMessage());
    }Edited by: nbacon on Sep 2, 2010 12:12 PM

    Normally pdf files are text, with any binary data represented as encoded text. If your pdf files
    include raw binary data, JavaMail can be confused. JavaMail will try to guess what encoding
    is appropriate for your data. If the data is mostly text, JavaMail will use quoted-printable encoding,
    and will canonicalize the text lines to end with CRLF (0x0D, 0x0A). A 0x0D in the binary will look
    like an end of line and will turn into 0x0D, 0x0A.
    You can force JavaMail to use base64 encoding for your data, which will preserve the binary
    data exactly, by using
    attachFilePart.setHeader("Content-Transfer-Encoding", "base64");
    after setting the content for the part.
    Alternatively, you could figure out how to generate pdf files that don't include raw binary data.

  • Some HTML emails get corrupted in Mail.app

    I get a lot of HTML emails and just occasionally Mail.app seems to mangle the headers and think the mail is plain text, which means the attachments are useless. I then have to resort to Thunderbird to read the email.
    The corrupted emails usually start as follows:
    --Boundary-00=_T7P340MWKGMMYJ0CCJD0
    Content-Type: Multipart/Alternative; boundary="Boundary-00=_Z7P340MWKGMMYJ0CCJD0"
    --Boundary-00=_Z7P340MWKGMMYJ0CCJD0
    Content-Type: text/plain; charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    Anyone any ideas what is going wrong or how I might stop this from happening?
    John

    Hi Shang_Li,
    Unless you pay for the Hotmail premium account, the default mail access for Hotmail is POP3. By default when you "pop" a message off the mail server it removes that message from the server. That's why the messages are missing from the web interface. When you configure POP you have the option to leave a copy on the server for a specific period of time.
    Here's a good URL that explains the process - http://support.apple.com/kb/ht3228
    If you don't want mail to be removed off the server you can just uncheck the box that's mentioned in the above article. Or if you do want to have messages removed you can specify how long they're kept on the server (viewable on the web) after you access them in Mail.

  • .pdf email attachments open in photoshop.  How do I get them to open in Reader?

    Hey,
    .pdf email attachments open in photoshop.  How do I get them to open in Reader?
    thx

    You need to change your file association to open .pdf files with Adobe Reader.
    See http://windows.microsoft.com/en-us/windows/change-file-open-program#1TC=windows-7

  • On receiving jpegs via email, sometimes they get corrupted, and there are horizontal blocks appearing on the image

    On receiving jpegs via email, sometimes they get corrupted, and there are horizontal blocks appearing on the image that distort the image. Help???

        Hi Bruce523,
    Let's get to the bottom of this, your efforts are greatly appreciated! What is the software version on your device:http://vz.to/ZVhZsh ? I look forward to hearing from you soon.
    Thanks for your contribution to our community forums,
    AyaniB_VZW
    Follow us on Twitter @VZWSupport

  • How to get meta data for email attachments in iphone?

    Hi am new to iphone programming,i want to get the meta data for the emails attachments in the inbox of the iphone to be listed the emails with attachment.

    Hi..
    You have to use SWC_GET_ELEMENT CONTAINER '( string name of your attribute)' your_attribute.
    All attributes are part of container issue.. SWC_GET_ELEMENT command can give you these values.
    Hope to help...

Maybe you are looking for

  • What are the settings in i phone 4s for connecting internet in mobile data ?

    what are the settings in i phone 4s for connecting internet in mobile data ?

  • P7-1490 upgrade Graphics Card and Power Supply

    I just got a GEFORCE GTX 650TI Boost graphics card.  The 300 watt Power Supply on my P7-1490 can't handle it because I need a 6 pin power connector.  The 1490 comes with a 300 Watt Power Supply.  I need something at least 450 watts.  Which upgrade wi

  • Java.dll error

    Hi Everyone I've installed Java 2 SDE 1.4.0_01 on Win 98. I'm having no problems compiling and running applets. However when using the Command line Interface (DOS) there is serious problem. javac HelloWorld.java seems to compile ok. But, java HelloWo

  • Safari 5: Can't connect to Smile internet banking

    Hi All, Anyone else having problems connecting to Smile's internet banking? It works in Safari 4 and every other browser I throw at it. https://welcome23.smile.co.uk/SmileWeb/start.do I get the following error: Safari can't open the page "https://wel

  • I lost facetime, my camera , and youtube.

    I lost FaceTime , My Camera ,and Youtube. How could i get them back on My IPOD TOUCH?