Project

General

Profile

Actions

Bug #5557

open

Consider removing slashes from the RSS feed names

Added by Olivier Renaud over 4 years ago. Updated over 4 years ago.

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 #1

Updated by Marcin Kuzminski [CTO] over 4 years ago

Actually when i think about this we should leaverage repo UID for this. Because even now if a repository is renamed/removed the FEED will break.

The new URL for subscription would look like that:

http://server.com/_6/feed-atom?auth_token=xxx

Where _6 is permanent repository ID

IMHO this should fix all the problems.

Actions #2

Updated by Redmine Integration over 4 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF