You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by ShaneCurcuru <gi...@git.apache.org> on 2016/09/30 13:50:31 UTC

[GitHub] incubator-ponymail issue #169: Add mbox download to private lists

GitHub user ShaneCurcuru opened an issue:

    https://github.com/apache/incubator-ponymail/issues/169

    Add mbox download to private lists

    The download feature is incredibly useful, but is also needed on private lists.  What are the privacy/security/technical issues preventing this from appearing on private lists?  
    
    Presumably the download for private? would also be a configuration setting for the server install, so the admin can decide.
    
    Separately, it would be nice to make the download feature more obvious/have help for the end user.  (something I'll write eventually once I get into the code). 

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #169: Add mbox download to private lists

Posted by Humbedooh <gi...@git.apache.org>.
Github user Humbedooh commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/169
  
    well, it allows for faster changing into fetching private emails? :)
    All we would need to do is check against the AAA and allow it through if so.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #169: Add mbox download to private lists

Posted by Humbedooh <gi...@git.apache.org>.
Github user Humbedooh commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/169
  
    It was a design choice when it was made. I'm open to changing this to allow private lists to be downloaded.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #169: Add mbox download to private lists

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/169
  
    At present the code fetches all the ids [1] for the messages in the date range.
    It then throws away [2] all the private ids.
    However it could first check if the user has access to the list, as is done in other modules.
    
    [1] the ids are needed to access the actual message source
    [2] a bit wasteful, see #153


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #169: Add mbox download to private lists

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/169
  
    If it was a design choice, why does the implementation fetch private e-mail ids?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #169: Add mbox download to private lists

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/169


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---