pkas

Untitled

May 10th, 2023
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. —————
  2. — Options —
  3. —————
  4. options.timeout = 20
  5. options.subscribe = true
  6. —————
  7. — Accounts —
  8. —————
  9. account1 = IMAP {
  10. server = 'imap.1und1.de',
  11. username = 'meine@mailadresse',
  12. password = 'meinpasswort,
  13. port = '993',
  14. ssl = 'tls1'
  15. }
  16. —————–
  17. — Mail rules —
  18. —————–
  19. — Ionos
  20. messages = account1.INBOX:contain_from('@ionos.de')
  21. account1.INBOX:move_messages(account1['Archiv/Internet/1&1/Ionos'], messages)
Advertisement
Add Comment
Please, Sign In to add comment