Leave Messages on the server - WeOnlyDo Discussion board

Leave Messages on the server (wodPop3)

by Jeff.sajedi, Monday, January 05, 2015, 02:16 (3372 days ago)

Hi

Is there any way to leave the email on the server when we get subject and attachments?
I would like to get E-Mail specially attachments and leave the email in the mail server.

Leave Messages on the server

by Jasmine, Monday, January 05, 2015, 07:03 (3371 days ago) @ Jeff.sajedi

Hi Jeff.

wodPop3 by default does not delete messages at all, so they should be on the server. However, most servers mark them as 'read' when you download them, and sometimes they move it to other folder in that case.

If you want message to be intact, perhaps you could use GetLines method instead of Get, in which case server doesn't see message as downloaded.

Hope this helps!
Jasmine.

Leave Messages on the server

by Jeff.sajedi, Monday, January 05, 2015, 11:23 (3371 days ago) @ Jasmine

Hi

I need to get the email attachment multiple time on different computers.
A computer emails a file and multiple computers/Clients will get the file.
When first computer issue 'get' command to get attachment. 'getallheader' command finds no more email.

How can we get attachment from multiple computers?

Leave Messages on the server

by wodSupport, Monday, January 05, 2015, 11:26 (3371 days ago) @ Jeff.sajedi

Jeff,

hi. I assume you're referring to connecting to GMAIL, correct? From Pop3 protocol perspective, you can access emails using Pop3 without deleting them without problems. How it is solved on gmail, I cannot say, I suggest you check out Pop3 settings in gmail and define there not to delete emails when they are retrieved using Pop3.

Can you try that?

Kreso

Leave Messages on the server

by Jeff.sajedi, Monday, January 05, 2015, 11:58 (3371 days ago) @ wodSupport

Yes we are using gmail.com, yes I can check gmail.com option.