I believe $\sum\limits_{i=-\infty}^{\infty} \frac{1}{i2\pi+x} = \frac{1+\cos x}{2 \sin x}$ and that it is possible to prove it in a very indirect way (using filtering, Fourier Series and transforms. But is there a simpler way to get to this result ?
Edit : Here is the outline of the proof I had in mind. it consists in matching the perfect lowpass filter in fourier transforms with the equivalent in Fourier series :
The cardinal sine function ($s(t) = {{\sin t} \over t}$) is the impulse response of a square filter with no phase shifting and cutoff pulsation $\omega_c=1$ (and cutoff frequency $f_c=1/2\pi$). Its Fourier Transform would be $F(\omega) = \left. \begin{cases} C^{(*)}, & \text{for } -\omega_c \le \omega \le \omega_c \\ 0, & \text{otherwise }\end{cases} \right\}$
(*): According to the version of the Fourier Transform
So, the impulse response for a cutoff frequency of $f_c = 1$ would be $s(t)={{\sin 2\pi t} \over {2 \pi t}}$
Converting this to a Fourier series pattern would require making both the filtered signals and the filter impulse response periodic (let's say, of period 1). This means our impulse response will become $s(t)=\sum\limits_{i=-\infty}^\infty {{\sin 2\pi t} \over {2\pi (t+i)}}$
However, the equivalent filter in the Fourier Series domain is the one which accepts both the constant component and the fundamental frequency with a certain amplification factor (A) and no phase shifting, and reject all other frequencies. - i.e. $ s(t) = A (1+\cos 2 \pi t) $, which should be equal to $\sum\limits_{i=-\infty}^\infty {{\sin 2\pi t} \over {2\pi (t+i)}}$ (since we know that $\lim\limits_{t \to 1}{{\sin 2 \pi t} \over {2 \pi t}} = 1$, then A=1/2).
This leads to $\sum\limits_{i=-\infty}^\infty {{\sin 2\pi t} \over {2\pi (t+i)}} = {{1+\cos 2 \pi t} \over 2}$ which means that $\lim\limits_{N\to\infty}\sum\limits_{i=-N}^N {1 \over {2\pi (t+i)}} = {{1+\cos 2 \pi t} \over {2 \sin 2\pi t}}$ or for $x=2\pi t$, $\lim\limits_{N\to\infty}\sum\limits_{i=-N}^N {1 \over {2\pi i + x}} = {{1+\cos x} \over {2 x}}$
METHODOLOGY $1$:
The product representation of the sine function is
$$\sin( x)= x\prod_{n=1}^\infty \left(1-\frac{x^2}{n^2\pi^2}\right)\tag1$$
Taking the logarithmic derivative of $(1)$ reveals
$$\begin{align} \cot(x)&=\frac1x +\sum_{n=1}^\infty \frac{2x}{\left(n^2\pi^2-x^2\right)}\\\\ &=\frac1x+\sum_{n=1}^\infty \left(\frac{1}{x+n\pi}+\frac{1}{x-n\pi}\right)\\\\ &=\frac1x+\lim_{N\to \infty}\left(\sum_{n=1}^N \frac1{x+n\pi}+\sum_{n=1}^N\frac{1}{x-n\pi}\right)\\\\ &=\frac1x+\lim_{N\to \infty}\left(\sum_{n=1}^N \frac1{x+n\pi}+\sum_{n=-N}^{-1}\frac{1}{x+n\pi}\right)\\\\ &=\lim_{N\to\infty}\sum_{n=-N}^N \frac{1}{x+n\pi} \end{align}$$
Now note that
$$\frac{\cos(x)+1}{2\sin(x)}=\frac12\cot(x/2)$$
Can you wrap this up?
METHODOLOGY $2$:
In the same approach used in the Appendix of THIS ANSWER to derive the partial fraction expansion of the secant and cosecant functions, we begin by expanding the function $\cos(px)$ in the Fourier series
$$\cos(px)=a_0/2+\sum_{n=1}^\infty a_n\cos(nx) \tag2$$
for $x\in [-\pi/\pi]$. The Fourier coefficients are given by
$$\begin{align} a_n&=\frac{2}{\pi}\int_0^\pi \cos(px)\cos(nx)\,dx\\\\ &=\frac1\pi (-1)^n \sin(\pi p)\left(\frac{1}{p +n}+\frac{1}{p -n}\right)\tag 3 \end{align}$$
Substituting $(3)$ into $(2)$, setting $x=\pi$, and dividing by $\sin(\pi p)$ reveals
$$\begin{align} \pi \cot(\pi p)&=\frac1p +\sum_{n=1}^\infty \left(\frac{1}{p -n}+\frac{1}{p +n}\right)\tag4\\\\ &=\sum_{n=0}^\infty \left(\frac1{n+p}-\frac1{n-p+1}\right) \end{align}$$
Now, letting $p=x/\pi$ in $(4)$, we find that
$$\begin{align} \cot(x)&=\frac1x+\sum_{n=1}^\infty\left(\frac{1}{x-n\pi}+\frac{1}{x+n\pi}\right)\\\\ &=\lim_{N\to\infty}\sum_{n=-N}^N \frac{1}{x+n\pi} \end{align}$$ as was to be shown!