Many real-world networks evolve over time, that is, new contacts appear and old contacts may disappear. They can be modeled as temporal graphs where interactions between vertices (which represent people in the case of social networks) are represented by time-stamped edges. One of the most fundamental problems in (social) network analysis is community detection, and one of the most basic primitives to model a community is a clique. Addressing the problem of finding communities in temporal networks, Viard et al. [TCS 2016] introduced ∆-cliques as a natural temporal version of cliques. Himmel et al. [SNAM 2017] showed how to adapt the well-known Bron-Kerbosch algorithm to enumerate ∆-cliques. We continue this work and improve and extend the algorithm of Himmel et al. to enumerate temporal k-plexes (notably, cliques are the special case k = 1).We define a ∆-k-plex as a set of vertices with a lifetime, where during the lifetime each vertex has in each consecutive ∆ + 1 time steps edges to all but at most k − 1 vertices in the chosen set of vertices. We develop a recursive algorithm for enumerating all maximal ∆-k-plexes and perform experiments on real-world social networks that demonstrate the practical feasibility of our approach. In particular, for the special case of ∆-1-plexes (that is, ∆-cliques), we observe that our algorithm is on average significantly faster than the previous algorithms by Himmel et al. [SNAM 2017] and Viard et al. [IPL 2018] for enumerating ∆-cliques. * An extended abstract of this work appeared in the proceedings of the 2018 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM '18) [3]. This version contains all proof details, extended experimental findings, and the analysis of a new version of our algorithm that fixed a small bug in the code (which has no large impact on the results). † Supported by the DFG, projects DAMM (NI 369/13) and FPTinP (NI 369/16). ‡ Supported by the DFG, project MATE (NI 369/17).