HEX
Server: Apache
System: Linux iad1-shared-b8-33 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: samfetchero1 (10301780)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/share/zsh/functions/Completion/Unix/_fetchmail
#compdef fetchmail

_arguments -S \
  {--bsmtp,'(--logfile)-L','(-L)--logfile','(--fetchmailrc)-f','(-f)--fetchmailrc','(--idfile)-i','(-i)--idfile'}':file:_files' \
  {--plugin,--plugout,'(--mda)-m','(-m)--mda'}':command:_command_names -e' \
  {'(--username)-u','(-u)--username'}:user:_users \
  '--auth:authentication types:(password kerberos kerberos_v5)' \
  {'(--protocol)-p','(-p)--protocol'}:protocol:'(auto pop2 pop3 apop rpop kpop sdps imap imap-k4 imap-gss etrn)' \
  {'(--port)-P','(-P)--port'}':port number' \
  '*:mail server:_hosts' \
  --