GET https://kbin.spritesserver.nl/index.php/u/@crank@beehaw.org/commented/2023-11-21::2023-11-21

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
3.61 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.08 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1561
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
  +slug: "How-to-keep-all-email-locally-in-a-useful-format"
  +title: "How to keep all email locally in a useful format that can be searched across devices?"
  +url: null
  +body: """
    I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
    \n
    I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
    \n
    One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
    \n
    What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
    \n
    Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
    \n
    Any idea would be welcome. I am a bit stuck.\n
    \n
    I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700654753 {#2411
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: [
    App\Entity\EntryComment {#1677
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
      +body: """
        Honestly i could live without *fast*. If its a text file there is always grep, ripgrep, silver searcher etc. But there is nothing in my deleted email demanding immediate attention. Any situation i forsee would accommodate waiting hours or days. I was kind of hoping to continue interacting with it in a webmail kind if way because piling up too many new things for something i wont be working on regularly is just asking for a mess.\n
        \n
        The mutt/notmuch proposal is a solid solution for the right person. To me, learning like 5 new major tools just for one project is a big risk. I played around with this stuff a couple years ago and failed at creating even a simple setup to do regular mail stuff. It is absolutely not clear.\n
        \n
        So i might try one if the intermediate solutions mentioned elsewhere. A solution that digests mail be acceptable as an addon extra.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700523698 {#1615
        date: 2023-11-21 00:41:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crank@beehaw.org"
        "@tvcvt@lemmy.ml"
        "@zzzzzz@lemmy.ml"
        "@marty_relaxes@discuss.technics.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1577 …}
      +nested: Doctrine\ORM\PersistentCollection {#1578 …}
      +votes: Doctrine\ORM\PersistentCollection {#1571 …}
      +reports: Doctrine\ORM\PersistentCollection {#1593 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 144683
      -bodyTs: "'5':93 'absolut':130 'accept':150 'accommod':36 'addon':153 'ago':114 'alway':14 'around':107 'ask':74 'attent':30 'big':103 'clear':132 'continu':47 'could':3 'coupl':112 'creat':118 'day':40 'delet':26 'demand':28 'digest':147 'elsewher':143 'email':27 'etc':19 'even':119 'extra':154 'fail':116 'fast':6 'file':11 'forse':34 'grep':15 'honest':1 'hope':45 'hour':38 'immedi':29 'interact':48 'intermedi':140 'kind':43,54 'learn':91 'like':92 'live':4 'mail':126,148 'major':95 'mani':61 'mention':142 'mess':77 'might':135 'mutt/notmuch':79 'new':62,94 'noth':23 'one':99,137 'person':88 'pile':58 'play':106 'project':100 'propos':80 'regular':71,125 'right':87 'ripgrep':16 'risk':104 'searcher':18 'setup':122 'silver':17 'simpl':121 'situat':32 'solid':83 'solut':84,141,145 'someth':65 'stuff':110,127 'text':10 'thing':63 'tool':96 'tri':136 'wait':37 'way':56 'webmail':53 'without':5 'wont':67 'work':69 'would':35 'year':113"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1695026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700523698 {#1646
        date: 2023-11-21 00:41:38.0 +01:00
      }
      +"title": 144683
    }
  ]
  -id: 14004
  -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
  -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700352061
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9647306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700265661 {#1673
    date: 2023-11-18 01:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1561
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
  +slug: "How-to-keep-all-email-locally-in-a-useful-format"
  +title: "How to keep all email locally in a useful format that can be searched across devices?"
  +url: null
  +body: """
    I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
    \n
    I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
    \n
    One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
    \n
    What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
    \n
    Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
    \n
    Any idea would be welcome. I am a bit stuck.\n
    \n
    I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700654753 {#2411
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: [
    App\Entity\EntryComment {#1677
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
      +body: """
        Honestly i could live without *fast*. If its a text file there is always grep, ripgrep, silver searcher etc. But there is nothing in my deleted email demanding immediate attention. Any situation i forsee would accommodate waiting hours or days. I was kind of hoping to continue interacting with it in a webmail kind if way because piling up too many new things for something i wont be working on regularly is just asking for a mess.\n
        \n
        The mutt/notmuch proposal is a solid solution for the right person. To me, learning like 5 new major tools just for one project is a big risk. I played around with this stuff a couple years ago and failed at creating even a simple setup to do regular mail stuff. It is absolutely not clear.\n
        \n
        So i might try one if the intermediate solutions mentioned elsewhere. A solution that digests mail be acceptable as an addon extra.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700523698 {#1615
        date: 2023-11-21 00:41:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crank@beehaw.org"
        "@tvcvt@lemmy.ml"
        "@zzzzzz@lemmy.ml"
        "@marty_relaxes@discuss.technics.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1577 …}
      +nested: Doctrine\ORM\PersistentCollection {#1578 …}
      +votes: Doctrine\ORM\PersistentCollection {#1571 …}
      +reports: Doctrine\ORM\PersistentCollection {#1593 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 144683
      -bodyTs: "'5':93 'absolut':130 'accept':150 'accommod':36 'addon':153 'ago':114 'alway':14 'around':107 'ask':74 'attent':30 'big':103 'clear':132 'continu':47 'could':3 'coupl':112 'creat':118 'day':40 'delet':26 'demand':28 'digest':147 'elsewher':143 'email':27 'etc':19 'even':119 'extra':154 'fail':116 'fast':6 'file':11 'forse':34 'grep':15 'honest':1 'hope':45 'hour':38 'immedi':29 'interact':48 'intermedi':140 'kind':43,54 'learn':91 'like':92 'live':4 'mail':126,148 'major':95 'mani':61 'mention':142 'mess':77 'might':135 'mutt/notmuch':79 'new':62,94 'noth':23 'one':99,137 'person':88 'pile':58 'play':106 'project':100 'propos':80 'regular':71,125 'right':87 'ripgrep':16 'risk':104 'searcher':18 'setup':122 'silver':17 'simpl':121 'situat':32 'solid':83 'solut':84,141,145 'someth':65 'stuff':110,127 'text':10 'thing':63 'tool':96 'tri':136 'wait':37 'way':56 'webmail':53 'without':5 'wont':67 'work':69 'would':35 'year':113"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1695026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700523698 {#1646
        date: 2023-11-21 00:41:38.0 +01:00
      }
      +"title": 144683
    }
  ]
  -id: 14004
  -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
  -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700352061
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9647306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700265661 {#1673
    date: 2023-11-18 01:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1561
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
  +slug: "How-to-keep-all-email-locally-in-a-useful-format"
  +title: "How to keep all email locally in a useful format that can be searched across devices?"
  +url: null
  +body: """
    I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
    \n
    I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
    \n
    One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
    \n
    What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
    \n
    Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
    \n
    Any idea would be welcome. I am a bit stuck.\n
    \n
    I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700654753 {#2411
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: [
    App\Entity\EntryComment {#1677
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
      +body: """
        Honestly i could live without *fast*. If its a text file there is always grep, ripgrep, silver searcher etc. But there is nothing in my deleted email demanding immediate attention. Any situation i forsee would accommodate waiting hours or days. I was kind of hoping to continue interacting with it in a webmail kind if way because piling up too many new things for something i wont be working on regularly is just asking for a mess.\n
        \n
        The mutt/notmuch proposal is a solid solution for the right person. To me, learning like 5 new major tools just for one project is a big risk. I played around with this stuff a couple years ago and failed at creating even a simple setup to do regular mail stuff. It is absolutely not clear.\n
        \n
        So i might try one if the intermediate solutions mentioned elsewhere. A solution that digests mail be acceptable as an addon extra.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700523698 {#1615
        date: 2023-11-21 00:41:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crank@beehaw.org"
        "@tvcvt@lemmy.ml"
        "@zzzzzz@lemmy.ml"
        "@marty_relaxes@discuss.technics.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1577 …}
      +nested: Doctrine\ORM\PersistentCollection {#1578 …}
      +votes: Doctrine\ORM\PersistentCollection {#1571 …}
      +reports: Doctrine\ORM\PersistentCollection {#1593 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 144683
      -bodyTs: "'5':93 'absolut':130 'accept':150 'accommod':36 'addon':153 'ago':114 'alway':14 'around':107 'ask':74 'attent':30 'big':103 'clear':132 'continu':47 'could':3 'coupl':112 'creat':118 'day':40 'delet':26 'demand':28 'digest':147 'elsewher':143 'email':27 'etc':19 'even':119 'extra':154 'fail':116 'fast':6 'file':11 'forse':34 'grep':15 'honest':1 'hope':45 'hour':38 'immedi':29 'interact':48 'intermedi':140 'kind':43,54 'learn':91 'like':92 'live':4 'mail':126,148 'major':95 'mani':61 'mention':142 'mess':77 'might':135 'mutt/notmuch':79 'new':62,94 'noth':23 'one':99,137 'person':88 'pile':58 'play':106 'project':100 'propos':80 'regular':71,125 'right':87 'ripgrep':16 'risk':104 'searcher':18 'setup':122 'silver':17 'simpl':121 'situat':32 'solid':83 'solut':84,141,145 'someth':65 'stuff':110,127 'text':10 'thing':63 'tool':96 'tri':136 'wait':37 'way':56 'webmail':53 'without':5 'wont':67 'work':69 'would':35 'year':113"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1695026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700523698 {#1646
        date: 2023-11-21 00:41:38.0 +01:00
      }
      +"title": 144683
    }
  ]
  -id: 14004
  -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
  -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700352061
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9647306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700265661 {#1673
    date: 2023-11-18 01:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1677
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
    +slug: "How-to-keep-all-email-locally-in-a-useful-format"
    +title: "How to keep all email locally in a useful format that can be searched across devices?"
    +url: null
    +body: """
      I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
      \n
      I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
      \n
      One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
      \n
      What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
      \n
      Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
      \n
      Any idea would be welcome. I am a bit stuck.\n
      \n
      I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700654753 {#2411
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1736 …}
    +votes: Doctrine\ORM\PersistentCollection {#1737 …}
    +reports: Doctrine\ORM\PersistentCollection {#1727 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      App\Entity\EntryComment {#1677}
    ]
    -id: 14004
    -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
    -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700352061
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9647306"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700265661 {#1673
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
  +body: """
    Honestly i could live without *fast*. If its a text file there is always grep, ripgrep, silver searcher etc. But there is nothing in my deleted email demanding immediate attention. Any situation i forsee would accommodate waiting hours or days. I was kind of hoping to continue interacting with it in a webmail kind if way because piling up too many new things for something i wont be working on regularly is just asking for a mess.\n
    \n
    The mutt/notmuch proposal is a solid solution for the right person. To me, learning like 5 new major tools just for one project is a big risk. I played around with this stuff a couple years ago and failed at creating even a simple setup to do regular mail stuff. It is absolutely not clear.\n
    \n
    So i might try one if the intermediate solutions mentioned elsewhere. A solution that digests mail be acceptable as an addon extra.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700523698 {#1615
    date: 2023-11-21 00:41:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crank@beehaw.org"
    "@tvcvt@lemmy.ml"
    "@zzzzzz@lemmy.ml"
    "@marty_relaxes@discuss.technics.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1577 …}
  +nested: Doctrine\ORM\PersistentCollection {#1578 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 144683
  -bodyTs: "'5':93 'absolut':130 'accept':150 'accommod':36 'addon':153 'ago':114 'alway':14 'around':107 'ask':74 'attent':30 'big':103 'clear':132 'continu':47 'could':3 'coupl':112 'creat':118 'day':40 'delet':26 'demand':28 'digest':147 'elsewher':143 'email':27 'etc':19 'even':119 'extra':154 'fail':116 'fast':6 'file':11 'forse':34 'grep':15 'honest':1 'hope':45 'hour':38 'immedi':29 'interact':48 'intermedi':140 'kind':43,54 'learn':91 'like':92 'live':4 'mail':126,148 'major':95 'mani':61 'mention':142 'mess':77 'might':135 'mutt/notmuch':79 'new':62,94 'noth':23 'one':99,137 'person':88 'pile':58 'play':106 'project':100 'propos':80 'regular':71,125 'right':87 'ripgrep':16 'risk':104 'searcher':18 'setup':122 'silver':17 'simpl':121 'situat':32 'solid':83 'solut':84,141,145 'someth':65 'stuff':110,127 'text':10 'thing':63 'tool':96 'tri':136 'wait':37 'way':56 'webmail':53 'without':5 'wont':67 'work':69 'would':35 'year':113"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1695026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700523698 {#1646
    date: 2023-11-21 00:41:38.0 +01:00
  }
  +"title": 144683
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1677
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
    +slug: "How-to-keep-all-email-locally-in-a-useful-format"
    +title: "How to keep all email locally in a useful format that can be searched across devices?"
    +url: null
    +body: """
      I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
      \n
      I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
      \n
      One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
      \n
      What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
      \n
      Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
      \n
      Any idea would be welcome. I am a bit stuck.\n
      \n
      I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700654753 {#2411
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1736 …}
    +votes: Doctrine\ORM\PersistentCollection {#1737 …}
    +reports: Doctrine\ORM\PersistentCollection {#1727 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      App\Entity\EntryComment {#1677}
    ]
    -id: 14004
    -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
    -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700352061
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9647306"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700265661 {#1673
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
  +body: """
    Honestly i could live without *fast*. If its a text file there is always grep, ripgrep, silver searcher etc. But there is nothing in my deleted email demanding immediate attention. Any situation i forsee would accommodate waiting hours or days. I was kind of hoping to continue interacting with it in a webmail kind if way because piling up too many new things for something i wont be working on regularly is just asking for a mess.\n
    \n
    The mutt/notmuch proposal is a solid solution for the right person. To me, learning like 5 new major tools just for one project is a big risk. I played around with this stuff a couple years ago and failed at creating even a simple setup to do regular mail stuff. It is absolutely not clear.\n
    \n
    So i might try one if the intermediate solutions mentioned elsewhere. A solution that digests mail be acceptable as an addon extra.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700523698 {#1615
    date: 2023-11-21 00:41:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crank@beehaw.org"
    "@tvcvt@lemmy.ml"
    "@zzzzzz@lemmy.ml"
    "@marty_relaxes@discuss.technics.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1577 …}
  +nested: Doctrine\ORM\PersistentCollection {#1578 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 144683
  -bodyTs: "'5':93 'absolut':130 'accept':150 'accommod':36 'addon':153 'ago':114 'alway':14 'around':107 'ask':74 'attent':30 'big':103 'clear':132 'continu':47 'could':3 'coupl':112 'creat':118 'day':40 'delet':26 'demand':28 'digest':147 'elsewher':143 'email':27 'etc':19 'even':119 'extra':154 'fail':116 'fast':6 'file':11 'forse':34 'grep':15 'honest':1 'hope':45 'hour':38 'immedi':29 'interact':48 'intermedi':140 'kind':43,54 'learn':91 'like':92 'live':4 'mail':126,148 'major':95 'mani':61 'mention':142 'mess':77 'might':135 'mutt/notmuch':79 'new':62,94 'noth':23 'one':99,137 'person':88 'pile':58 'play':106 'project':100 'propos':80 'regular':71,125 'right':87 'ripgrep':16 'risk':104 'searcher':18 'setup':122 'silver':17 'simpl':121 'situat':32 'solid':83 'solut':84,141,145 'someth':65 'stuff':110,127 'text':10 'thing':63 'tool':96 'tri':136 'wait':37 'way':56 'webmail':53 'without':5 'wont':67 'work':69 'would':35 'year':113"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1695026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700523698 {#1646
    date: 2023-11-21 00:41:38.0 +01:00
  }
  +"title": 144683
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1677
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: App\Entity\User {#259 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
    +slug: "How-to-keep-all-email-locally-in-a-useful-format"
    +title: "How to keep all email locally in a useful format that can be searched across devices?"
    +url: null
    +body: """
      I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
      \n
      I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
      \n
      One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
      \n
      What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
      \n
      Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
      \n
      Any idea would be welcome. I am a bit stuck.\n
      \n
      I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700654753 {#2411
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1736 …}
    +votes: Doctrine\ORM\PersistentCollection {#1737 …}
    +reports: Doctrine\ORM\PersistentCollection {#1727 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      App\Entity\EntryComment {#1677}
    ]
    -id: 14004
    -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
    -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700352061
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9647306"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700265661 {#1673
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
  +body: """
    Honestly i could live without *fast*. If its a text file there is always grep, ripgrep, silver searcher etc. But there is nothing in my deleted email demanding immediate attention. Any situation i forsee would accommodate waiting hours or days. I was kind of hoping to continue interacting with it in a webmail kind if way because piling up too many new things for something i wont be working on regularly is just asking for a mess.\n
    \n
    The mutt/notmuch proposal is a solid solution for the right person. To me, learning like 5 new major tools just for one project is a big risk. I played around with this stuff a couple years ago and failed at creating even a simple setup to do regular mail stuff. It is absolutely not clear.\n
    \n
    So i might try one if the intermediate solutions mentioned elsewhere. A solution that digests mail be acceptable as an addon extra.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700523698 {#1615
    date: 2023-11-21 00:41:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crank@beehaw.org"
    "@tvcvt@lemmy.ml"
    "@zzzzzz@lemmy.ml"
    "@marty_relaxes@discuss.technics.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1577 …}
  +nested: Doctrine\ORM\PersistentCollection {#1578 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 144683
  -bodyTs: "'5':93 'absolut':130 'accept':150 'accommod':36 'addon':153 'ago':114 'alway':14 'around':107 'ask':74 'attent':30 'big':103 'clear':132 'continu':47 'could':3 'coupl':112 'creat':118 'day':40 'delet':26 'demand':28 'digest':147 'elsewher':143 'email':27 'etc':19 'even':119 'extra':154 'fail':116 'fast':6 'file':11 'forse':34 'grep':15 'honest':1 'hope':45 'hour':38 'immedi':29 'interact':48 'intermedi':140 'kind':43,54 'learn':91 'like':92 'live':4 'mail':126,148 'major':95 'mani':61 'mention':142 'mess':77 'might':135 'mutt/notmuch':79 'new':62,94 'noth':23 'one':99,137 'person':88 'pile':58 'play':106 'project':100 'propos':80 'regular':71,125 'right':87 'ripgrep':16 'risk':104 'searcher':18 'setup':122 'silver':17 'simpl':121 'situat':32 'solid':83 'solut':84,141,145 'someth':65 'stuff':110,127 'text':10 'thing':63 'tool':96 'tri':136 'wait':37 'way':56 'webmail':53 'without':5 'wont':67 'work':69 'would':35 'year':113"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1695026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700523698 {#1646
    date: 2023-11-21 00:41:38.0 +01:00
  }
  +"title": 144683
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details