Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在运行 JUnit 测试时访问 POP3 帐户的方法。有谁知道这是怎么做到的吗?我猜我可能需要某种用于 POP3 访问的库。
好的,实际上它很简单,并且与 junit 没有真正的关系。我只是使用 java.mail.* 库来访问 POP3 帐户。