Preview the Compose Message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sruthini
    New Member
    • Aug 2007
    • 25

    Preview the Compose Message

    Hi,

    I am doing send mail using javamail, I have three doubt
    1.Preview the mail
    2.Check Spelling
    3.Save Draft
    I have no idea to above three,plz anybody give the idea to that.



    Thanks in advance
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by sruthini
    Hi,

    I am doing send mail using javamail, I have three doubt
    1.Preview the mail
    2.Check Spelling
    3.Save Draft
    I have no idea to above three,plz anybody give the idea to that.



    Thanks in advance
    All three have little or nothing to do with sending and receiving mail. They can be
    part of your application but the mail package can't help you out with it.

    kind regards,

    Jos

    Comment

    • heat84
      New Member
      • Nov 2007
      • 118

      #3
      Originally posted by sruthini
      Hi,

      I am doing send mail using javamail, I have three doubt
      1.Preview the mail
      2.Check Spelling
      3.Save Draft
      I have no idea to above three,plz anybody give the idea to that.



      Thanks in advance
      In some mail clients you configure the text editor you want to use when creating or editing new mail and all. What you need to do is to understand how to make the kind of editor you want to use and read how to code that . The editor then may have the above nitty gritties.

      Comment

      • sruthini
        New Member
        • Aug 2007
        • 25

        #4
        Hi,

        Can I add any Dictionary for spell checking give some idea .


        Thanks in advance

        Comment

        • heat84
          New Member
          • Nov 2007
          • 118

          #5
          Originally posted by sruthini
          Hi,

          Can I add any Dictionary for spell checking give some idea .


          Thanks in advance
          Thats possible , you can create the dictionary in a file and then the program reads from the supplied words in the file. Do you have any ideas.

          Comment

          • BigDaddyLH
            Recognized Expert Top Contributor
            • Dec 2007
            • 1216

            #6
            Originally posted by sruthini
            Hi,

            Can I add any Dictionary for spell checking give some idea .


            Thanks in advance
            Have you tried Google?

            Comment

            Working...