GET https://kbin.spritesserver.nl/u/@marty_relaxes@discuss.tchncs.de/top/1y

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 …}
}
26.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.05 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 {#1579
  +user: Proxies\__CG__\App\Entity\User {#1720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1705 …}
  +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 {#1735
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1611 …}
  +reports: Doctrine\ORM\PersistentCollection {#1629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
  +badges: Doctrine\ORM\PersistentCollection {#2381 …}
  +children: [
    App\Entity\EntryComment {#1614
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1579 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
      +body: """
        Mutt (and neomutt) has very nice search capabilities, supporting regex search within specific mailboxes. However, it is a relatively slow search - unbearably slow for full text search in large mailboxes.\n
        \n
        Here, notmuch is usually used to complement mutt. It’s a very fast (full-text) mail indexer, which can be directly integrated in mutt and allows much faster searching (among other things such as advanced mail tagging, virtual mailboxes and more).\n
        \n
        It is generally a royal pain to set up with so many moving parts *but* once you do it is a very fast, comfortable mail environment if you’re comfy with the terminal.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700464200 {#1438
        date: 2023-11-20 08:10:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crank@beehaw.org"
        "@mosthated@feddit.nl"
        "@notsofunnycomment@mander.xyz"
        "@zzzzzz@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1655 …}
      +nested: Doctrine\ORM\PersistentCollection {#1654 …}
      +votes: Doctrine\ORM\PersistentCollection {#1679 …}
      +reports: Doctrine\ORM\PersistentCollection {#1668 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
      -id: 142214
      -bodyTs: "'advanc':66 'allow':57 'among':61 'capabl':8 'comfi':102 'comfort':96 'complement':37 'direct':52 'environ':98 'fast':43,95 'faster':59 'full':25,45 'full-text':44 'general':75 'howev':15 'index':48 'integr':53 'larg':29 'mail':47,67,97 'mailbox':14,30,70 'mani':84 'move':85 'much':58 'mutt':1,38,55 'neomutt':3 'nice':6 'notmuch':32 'pain':78 'part':86 're':101 'regex':10 'relat':19 'royal':77 'search':7,11,21,27,60 'set':80 'slow':20,23 'specif':13 'support':9 'tag':68 'termin':105 'text':26,46 'thing':63 'unbear':22 'use':35 'usual':34 'virtual':69 'within':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5016049"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700464200 {#1700
        date: 2023-11-20 08:10:00.0 +01:00
      }
      +"title": 142214
    }
  ]
  -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 {#1606
    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 {#1579
  +user: Proxies\__CG__\App\Entity\User {#1720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1705 …}
  +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 {#1735
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1611 …}
  +reports: Doctrine\ORM\PersistentCollection {#1629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
  +badges: Doctrine\ORM\PersistentCollection {#2381 …}
  +children: [
    App\Entity\EntryComment {#1614
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1579 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
      +body: """
        Mutt (and neomutt) has very nice search capabilities, supporting regex search within specific mailboxes. However, it is a relatively slow search - unbearably slow for full text search in large mailboxes.\n
        \n
        Here, notmuch is usually used to complement mutt. It’s a very fast (full-text) mail indexer, which can be directly integrated in mutt and allows much faster searching (among other things such as advanced mail tagging, virtual mailboxes and more).\n
        \n
        It is generally a royal pain to set up with so many moving parts *but* once you do it is a very fast, comfortable mail environment if you’re comfy with the terminal.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700464200 {#1438
        date: 2023-11-20 08:10:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crank@beehaw.org"
        "@mosthated@feddit.nl"
        "@notsofunnycomment@mander.xyz"
        "@zzzzzz@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1655 …}
      +nested: Doctrine\ORM\PersistentCollection {#1654 …}
      +votes: Doctrine\ORM\PersistentCollection {#1679 …}
      +reports: Doctrine\ORM\PersistentCollection {#1668 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
      -id: 142214
      -bodyTs: "'advanc':66 'allow':57 'among':61 'capabl':8 'comfi':102 'comfort':96 'complement':37 'direct':52 'environ':98 'fast':43,95 'faster':59 'full':25,45 'full-text':44 'general':75 'howev':15 'index':48 'integr':53 'larg':29 'mail':47,67,97 'mailbox':14,30,70 'mani':84 'move':85 'much':58 'mutt':1,38,55 'neomutt':3 'nice':6 'notmuch':32 'pain':78 'part':86 're':101 'regex':10 'relat':19 'royal':77 'search':7,11,21,27,60 'set':80 'slow':20,23 'specif':13 'support':9 'tag':68 'termin':105 'text':26,46 'thing':63 'unbear':22 'use':35 'usual':34 'virtual':69 'within':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5016049"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700464200 {#1700
        date: 2023-11-20 08:10:00.0 +01:00
      }
      +"title": 142214
    }
  ]
  -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 {#1606
    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 {#1579
  +user: Proxies\__CG__\App\Entity\User {#1720 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1705 …}
  +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 {#1735
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1711 …}
  +votes: Doctrine\ORM\PersistentCollection {#1611 …}
  +reports: Doctrine\ORM\PersistentCollection {#1629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
  +badges: Doctrine\ORM\PersistentCollection {#2381 …}
  +children: [
    App\Entity\EntryComment {#1614
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1579 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
      +body: """
        Mutt (and neomutt) has very nice search capabilities, supporting regex search within specific mailboxes. However, it is a relatively slow search - unbearably slow for full text search in large mailboxes.\n
        \n
        Here, notmuch is usually used to complement mutt. It’s a very fast (full-text) mail indexer, which can be directly integrated in mutt and allows much faster searching (among other things such as advanced mail tagging, virtual mailboxes and more).\n
        \n
        It is generally a royal pain to set up with so many moving parts *but* once you do it is a very fast, comfortable mail environment if you’re comfy with the terminal.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700464200 {#1438
        date: 2023-11-20 08:10:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crank@beehaw.org"
        "@mosthated@feddit.nl"
        "@notsofunnycomment@mander.xyz"
        "@zzzzzz@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1655 …}
      +nested: Doctrine\ORM\PersistentCollection {#1654 …}
      +votes: Doctrine\ORM\PersistentCollection {#1679 …}
      +reports: Doctrine\ORM\PersistentCollection {#1668 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
      -id: 142214
      -bodyTs: "'advanc':66 'allow':57 'among':61 'capabl':8 'comfi':102 'comfort':96 'complement':37 'direct':52 'environ':98 'fast':43,95 'faster':59 'full':25,45 'full-text':44 'general':75 'howev':15 'index':48 'integr':53 'larg':29 'mail':47,67,97 'mailbox':14,30,70 'mani':84 'move':85 'much':58 'mutt':1,38,55 'neomutt':3 'nice':6 'notmuch':32 'pain':78 'part':86 're':101 'regex':10 'relat':19 'royal':77 'search':7,11,21,27,60 'set':80 'slow':20,23 'specif':13 'support':9 'tag':68 'termin':105 'text':26,46 'thing':63 'unbear':22 'use':35 'usual':34 'virtual':69 'within':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5016049"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700464200 {#1700
        date: 2023-11-20 08:10:00.0 +01:00
      }
      +"title": 142214
    }
  ]
  -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 {#1606
    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 {#1614
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1579
    +user: Proxies\__CG__\App\Entity\User {#1720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1705 …}
    +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 {#1735
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1711 …}
    +votes: Doctrine\ORM\PersistentCollection {#1611 …}
    +reports: Doctrine\ORM\PersistentCollection {#1629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
    +badges: Doctrine\ORM\PersistentCollection {#2381 …}
    +children: [
      App\Entity\EntryComment {#1614}
    ]
    -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 {#1606
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
  +body: """
    Mutt (and neomutt) has very nice search capabilities, supporting regex search within specific mailboxes. However, it is a relatively slow search - unbearably slow for full text search in large mailboxes.\n
    \n
    Here, notmuch is usually used to complement mutt. It’s a very fast (full-text) mail indexer, which can be directly integrated in mutt and allows much faster searching (among other things such as advanced mail tagging, virtual mailboxes and more).\n
    \n
    It is generally a royal pain to set up with so many moving parts *but* once you do it is a very fast, comfortable mail environment if you’re comfy with the terminal.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700464200 {#1438
    date: 2023-11-20 08:10:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crank@beehaw.org"
    "@mosthated@feddit.nl"
    "@notsofunnycomment@mander.xyz"
    "@zzzzzz@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1655 …}
  +nested: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
  -id: 142214
  -bodyTs: "'advanc':66 'allow':57 'among':61 'capabl':8 'comfi':102 'comfort':96 'complement':37 'direct':52 'environ':98 'fast':43,95 'faster':59 'full':25,45 'full-text':44 'general':75 'howev':15 'index':48 'integr':53 'larg':29 'mail':47,67,97 'mailbox':14,30,70 'mani':84 'move':85 'much':58 'mutt':1,38,55 'neomutt':3 'nice':6 'notmuch':32 'pain':78 'part':86 're':101 'regex':10 'relat':19 'royal':77 'search':7,11,21,27,60 'set':80 'slow':20,23 'specif':13 'support':9 'tag':68 'termin':105 'text':26,46 'thing':63 'unbear':22 'use':35 'usual':34 'virtual':69 'within':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5016049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700464200 {#1700
    date: 2023-11-20 08:10:00.0 +01:00
  }
  +"title": 142214
}
"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 {#1614
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1579
    +user: Proxies\__CG__\App\Entity\User {#1720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1705 …}
    +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 {#1735
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1711 …}
    +votes: Doctrine\ORM\PersistentCollection {#1611 …}
    +reports: Doctrine\ORM\PersistentCollection {#1629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
    +badges: Doctrine\ORM\PersistentCollection {#2381 …}
    +children: [
      App\Entity\EntryComment {#1614}
    ]
    -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 {#1606
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
  +body: """
    Mutt (and neomutt) has very nice search capabilities, supporting regex search within specific mailboxes. However, it is a relatively slow search - unbearably slow for full text search in large mailboxes.\n
    \n
    Here, notmuch is usually used to complement mutt. It’s a very fast (full-text) mail indexer, which can be directly integrated in mutt and allows much faster searching (among other things such as advanced mail tagging, virtual mailboxes and more).\n
    \n
    It is generally a royal pain to set up with so many moving parts *but* once you do it is a very fast, comfortable mail environment if you’re comfy with the terminal.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700464200 {#1438
    date: 2023-11-20 08:10:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crank@beehaw.org"
    "@mosthated@feddit.nl"
    "@notsofunnycomment@mander.xyz"
    "@zzzzzz@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1655 …}
  +nested: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
  -id: 142214
  -bodyTs: "'advanc':66 'allow':57 'among':61 'capabl':8 'comfi':102 'comfort':96 'complement':37 'direct':52 'environ':98 'fast':43,95 'faster':59 'full':25,45 'full-text':44 'general':75 'howev':15 'index':48 'integr':53 'larg':29 'mail':47,67,97 'mailbox':14,30,70 'mani':84 'move':85 'much':58 'mutt':1,38,55 'neomutt':3 'nice':6 'notmuch':32 'pain':78 'part':86 're':101 'regex':10 'relat':19 'royal':77 'search':7,11,21,27,60 'set':80 'slow':20,23 'specif':13 'support':9 'tag':68 'termin':105 'text':26,46 'thing':63 'unbear':22 'use':35 'usual':34 'virtual':69 'within':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5016049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700464200 {#1700
    date: 2023-11-20 08:10:00.0 +01:00
  }
  +"title": 142214
}
"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 {#1614
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1579
    +user: Proxies\__CG__\App\Entity\User {#1720 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1705 …}
    +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 {#1735
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1711 …}
    +votes: Doctrine\ORM\PersistentCollection {#1611 …}
    +reports: Doctrine\ORM\PersistentCollection {#1629 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2468 …}
    +badges: Doctrine\ORM\PersistentCollection {#2381 …}
    +children: [
      App\Entity\EntryComment {#1614}
    ]
    -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 {#1606
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1585 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1653 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1651 …}
  +body: """
    Mutt (and neomutt) has very nice search capabilities, supporting regex search within specific mailboxes. However, it is a relatively slow search - unbearably slow for full text search in large mailboxes.\n
    \n
    Here, notmuch is usually used to complement mutt. It’s a very fast (full-text) mail indexer, which can be directly integrated in mutt and allows much faster searching (among other things such as advanced mail tagging, virtual mailboxes and more).\n
    \n
    It is generally a royal pain to set up with so many moving parts *but* once you do it is a very fast, comfortable mail environment if you’re comfy with the terminal.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700464200 {#1438
    date: 2023-11-20 08:10:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crank@beehaw.org"
    "@mosthated@feddit.nl"
    "@notsofunnycomment@mander.xyz"
    "@zzzzzz@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1655 …}
  +nested: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1549 …}
  -id: 142214
  -bodyTs: "'advanc':66 'allow':57 'among':61 'capabl':8 'comfi':102 'comfort':96 'complement':37 'direct':52 'environ':98 'fast':43,95 'faster':59 'full':25,45 'full-text':44 'general':75 'howev':15 'index':48 'integr':53 'larg':29 'mail':47,67,97 'mailbox':14,30,70 'mani':84 'move':85 'much':58 'mutt':1,38,55 'neomutt':3 'nice':6 'notmuch':32 'pain':78 'part':86 're':101 'regex':10 'relat':19 'royal':77 'search':7,11,21,27,60 'set':80 'slow':20,23 'specif':13 'support':9 'tag':68 'termin':105 'text':26,46 'thing':63 'unbear':22 'use':35 'usual':34 'virtual':69 'within':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5016049"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700464200 {#1700
    date: 2023-11-20 08:10:00.0 +01:00
  }
  +"title": 142214
}
"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