User Profile

Collapse

Profile Sidebar

Collapse
arora
arora
Last Activity: Jul 14 '10, 08:25 AM
Joined: Apr 15 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • compiler: creates the machine-usable binary files from the code.
    linker: now there are more binary files so we need here linker to join togehter all binary files to do somthing useful
    See more | Go to post

    Leave a comment:


  • Facing problem to execute Append command on imap server

    Facing problem in Append Command. What mistake i did in Append command below, always return bad response
    =============== =============== ===========
    request: IMAP003 SELECT INBOX \r\n

    response: * FLAGS (\Answered \Flagged \Draft \Deleted \Seen)

    response: * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]

    response: * OK [UIDVALIDITY 3]

    response: * 122 EXISTS...
    See more | Go to post

  • arora
    started a topic How to create new message on IMAP server
    in .NET

    How to create new message on IMAP server

    Hi
    i am working on mail client application. i am facing a problem while create a new draft message on the IMAP server or create mail in Sent Item folder after send a mail.

    For that i used Append Command but it always return BAD Append response from the server.

    Anyone know how to execute Append command on IMAP server and provide me some code for it?.....
    See more | Go to post

  • Fetch Message Header without update FLAG Status from mail server

    Hi

    I am working on mail client application using IMAP. I have to show all the mail on client side from server as like in outlook. So i use FETCH Command to fetch the Message Header (FROM SUBJECT DATE) and show in grid. Now at this point i have to also show which are Read and Unread message. So i fetch FLAG Status also in FETCH command but it give always SEEN status because as i fetch the header it update the FLAG status.
    ...
    See more | Go to post
No activity results to display
Show More
Working...