pop3

Tiny pop3 client designed to be tunneled through ssh
git clone git://jacobedwards.org/pop3
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-11-10 22:08Add READMEJacob R. Edwards1+27-0
2024-11-10 22:03Include various unportable functions in the projectJacob R. Edwards7+299-17
2024-11-10 16:08Leave errno intact for mbox printf errorJacob R. Edwards1+5-1
2024-11-10 15:54Don't try and call pledge if not on OpenBSDJacob R. Edwards1+4-0
2024-11-10 15:40Remove CVS $$ tagsJacob R. Edwards3+0-6
2023-05-18 21:07Catch SIGINT and SIGTERM when fetching mailJacob R. Edwards1+13-3
2023-05-14 15:29Fix memory leak in pop_listJacob R. Edwards1+4-2
2023-05-14 06:09Fix manprefix being undefinedJacob R. Edwards1+2-2
2023-05-14 05:59Don't return immediately after failing to get a messageJacob R. Edwards1+10-8
2023-05-14 05:23Fix undefined variable in pop_list() returnJacob R. Edwards1+2-2
2023-05-14 04:08Bump copyright year and add email addressJacob R. Edwards1+2-2
2023-05-14 04:07Allow 8bit message bodiesJacob R. Edwards1+2-8
2023-05-14 03:11Check that the mbox separater line is printedJacob R. Edwards1+5-2
2023-05-14 02:46Make setting extra compiler options more convenientJacob R. Edwards1+27-18
2023-03-02 01:14Handle EOF in pop_readJacob R. Edwards1+5-2
2023-02-08 20:44Fix exit status taken from pop_quitJacob R. Edwards1+2-2
2023-02-08 20:32Fix pop_list on zero-length LIST returnJacob R. Edwards1+6-2
2022-04-05 01:56Fix message outputJacob R. Edwards1+55-18
2022-04-04 14:59Allow arguments to be given to the mailer programJacob R. Edwards2+19-19
2022-04-04 14:34Keep mail on server after retrieval by defaultJacob R. Edwards2+11-11
2022-04-03 17:55Add verbose flagJacob R. Edwards2+21-8
2022-04-03 17:37Add mailer optionJacob R. Edwards2+66-9
2022-03-25 22:54Fix typo and inconsistencies, and improve user option EnglishJacob R. Edwards1+9-9
2022-03-07 07:42Add pop3 clientJacob R. Edwards3+656-0