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
User Profile
Collapse
-
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... -
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?..... -
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.
...
No activity results to display
Show More
Leave a comment: