mail2rss is a .NET web service that checks your mailbox on demand and returns an RSS feed containing the unread messages in the mailbox. Supported protocols include POP3 and some public web based email systems like Hotmail, MSN, Gmail and Yahoo.
Be the first to post a text review of mail2rss. Rate and review a project by clicking thumbs up or thumbs down in the right column.
New features: - GMail (C) mail support using pop.gmail.com has been added. - From this version all passwords submitted to the webservice MUST be encrypted. The passwords can be encrypted using the provided form at the default page (Default.aspx) on the webservice. - An option to limit the size of retrieved message has been added. - An option to wrap the mail body into <pre> tag has been added. Very useful when the RSS content is shown using InternetExplorer object. Bug fixed: - When the message does not have an attachment the RSS category element will read, "mail message" otherwise it will read "mail message with attachment". Refactoring: - Project namespaces are renamed as following: * Web Service namespace is renamed to "Mail2Rss.WebService" * Web Service Unit Tests namespace is renamed to "Mail2Rss.UnitTest" - All error messages from all modules are moved to Utilities.cs as constants, this will help to translate them later. - Some unit tests have been added (if you get an nunit.core.dll error while running the NUnit, add nunit.core.dll and nunit.framework.dll to .NET global assembly cache). - Some code optimizations have been applied.
Please, tell us what you think about the mail2rss. Any feedback will be greatly appreciated.
mail2rss is a .NET web service that checks your mailbox on demand and returns an RSS feed containing the unread messages in the mailbox. Supported protocols include POP3 and some public web based email systems like Hotmail, MSN, Gmail and Yahoo. mail2rss 0.7 has been released. New features: - GMail (C) mail support using pop.gmail.com has been added. - From this version all passwords submitted to the webservice MUST be encrypted. The passwords can be encrypted using the provided form at the default page (Default.aspx) on the webservice. - An option to limit the size of retrieved message has been added. - An option to wrap the mail body into <pre> tag has been added. Very useful when the RSS content is shown using InternetExplorer object. Bug fixed: - When the message does not have an attachment the RSS category element will read, "mail message" otherwise it will read "mail message with attachment". Refactoring: - Project namespaces are renamed as following: * Web Service namespace is renamed to "Mail2Rss.WebService" * Web Service Unit Tests namespace is renamed to "Mail2Rss.UnitTest" - All error messages from all modules are moved to Utilities.cs as constants, this will help to translate them later. - Some unit tests have been added (if you get an nunit.core.dll error while running the NUnit, add nunit.core.dll and nunit.framework.dll to .NET global assembly cache). - Some code optimizations have been applied.
New features: - GMail (C) mail support using pop.gmail.com has been added. - From this version all passwords submitted to the webservice MUST be encrypted. The passwords can be encrypted using the provided form at the default page (Default.aspx) on the webservice. - An option to limit the size of retrieved message has been added. - An option to wrap the mail body into <pre> tag has been added. Very useful when the RSS content is shown using InternetExplorer object. Bug fixed: - When the message does not have an attachment the RSS category element will read, "mail message" otherwise it will read "mail message with attachment". Refactoring: - Project namespaces are renamed as following: * Web Service namespace is renamed to "Mail2Rss.WebService" * Web Service Unit Tests namespace is renamed to "Mail2Rss.UnitTest" - All error messages from all modules are moved to Utilities.cs as constants, this will help to translate them later. - Some unit tests have been added (if you get an nunit.core.dll error while running the NUnit, add nunit.core.dll and nunit.framework.dll to .NET global assembly cache). - Some code optimizations have been applied.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?