Actions
Bug #5557
openConsider removing slashes from the RSS feed names
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05.07.2019
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
My company uses Outlook as their mail client, and I wanted to explain to our users of RhodeCode how they can subscribe to RSS feeds of RhodeCode repos. The subscription does work, but I also got the following error:
One or more folders in your mailbox is named incorrectly.
The name of one or more of your folders includes the character "/" or more than 250 characters. Folders with names that include this character can't be downloaded to your IMAP e-mail program
My understanding is that Outlook creates one IMAP directory for each RSS subscription, and the name of this directory is the name of the feed. For RhodeCode, the name of the feed is the path to the repo, which contains slashes.
I suggest to use another symbol in the name of the feed, to avoid this unfortunate conflict.
Actions