BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  General Support  POP3 Collection - SSL only?
Previous Previous
 
Next Next
New Post 4/16/2008 7:15 PM
Resolved
User is offline EyotaSoftware
4 posts
No Ranking


POP3 Collection - SSL only? 

I have just setup BugNet and quite impressed so far ... BUT I cant get pop3 collection working ... it appears to only support collection via SSL on port 995?

Can anyone shed any light on how to get this working with non ssl on port 110?

Thanks

Jamie

 

 
New Post 4/17/2008 8:30 AM
User is offline EyotaSoftware
4 posts
No Ranking


Re: POP3 Collection - SSL only? 

anyone? 

perhaps bugtracker.net will have to suffice

 
New Post 4/17/2008 9:31 AM
Accepted Answer 
User is offline wmanhse
1 posts
No Ranking


Re: POP3 Collection - SSL only? 
Modified By wmanhse  on 4/17/2008 8:32:37 AM)

Yes i grabbed the sourcecode and can confermed that its only SSL on POP3 mailreading.

So if you change in the file : BugNET_WAP\Old_App_Code\Pop3Reader\MailboxReader.cs

on about row258 to:

 

pop3.Connect(Pop3Server);
instead of:

pop3.ConnectSSL(Pop3Server);

You should get it to work, but if your mailsender dosent send any priority it still dosent work so you need to add :

else

 

{ entry.Priority = (int)Globals.PriorityType.Minor; }

to about row 359 so it gets an priority, or else it get an nice little error when you try to look at your entry.

Compile and deploy and you are good to go!


/Anders

 

 
New Post 4/17/2008 1:23 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: POP3 Collection - SSL only? 

Thank you both for finding these issues and for the code fixes.

I will make sure this gets fixed in the next release.


Davin Dubeau
BugNET - Core Developer

 
New Post 4/18/2008 4:40 AM
User is offline EyotaSoftware
4 posts
No Ranking


Re: POP3 Collection - SSL only? 

Thanks for the reply, much apprecieated.  I was hoping not to play with the code for the moment due to time contraints, but thats easy enough so I guess ill download the source after all ... just have to try not to get too carried away

 
Previous Previous
 
Next Next
  Forum  Support  General Support  POP3 Collection - SSL only?

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.