# Pop3 轮询正在开发中

**URL:** https://meta.discourse.org/t/pop3-polling-on-development/81142
**Category:** Development
**Created:** [2018年二月21日 15:17 UTC](https://meta.discourse.org/t/pop3-polling-on-development/81142 "2018-02-21T15:17:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jordan1909](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jordan1909](https://meta.discourse.org/u/jordan1909)
#### Post date: [2018年二月21日 15:17 UTC](https://meta.discourse.org/t/pop3-polling-on-development/81142/1 "2018-02-21T15:17:23Z")

</div>

Is it possible to manually trigger a pop3 poll? My development instance doesn’t appear to be doing it, though all is configured correctly.

---

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [2018年二月21日 15:22 UTC](https://meta.discourse.org/t/pop3-polling-on-development/81142/2 "2018-02-21T15:22:25Z")

</div>

You need to set an environment variable when you run sidekiq, otherwise POP3 polling is disabled.

```
POLL_MAILBOX=1 bundle exec sidekiq

```

Then you can use the sidekiq web interface to trigger the `PollMailbox` manually.

---

<div class="post-metadata">

### Author: ![jordan1909](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jordan1909](https://meta.discourse.org/u/jordan1909)
#### Post date: [2018年二月21日 15:24 UTC](https://meta.discourse.org/t/pop3-polling-on-development/81142/3 "2018-02-21T15:24:17Z")

</div>

@gerhard

I owe you a 🍺

Thanks man
