ChangeLog 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107
  1. 2003-12-07 16:15 Oswald Buddenhagen <ossi@users.sf.net>
  2. * debian/changelog:
  3. new release
  4. 2003-12-07 16:09 Oswald Buddenhagen <ossi@users.sf.net>
  5. * configure.in:
  6. bump version
  7. 2003-12-02 03:53 Oswald Buddenhagen <ossi@users.sf.net>
  8. * src/imap.c:
  9. echo the mailbox the password is for
  10. 2003-12-02 03:52 Oswald Buddenhagen <ossi@users.sf.net>
  11. * TODO:
  12. item morphed
  13. 2003-11-11 04:02 Oswald Buddenhagen <ossi@users.sf.net>
  14. * AUTHORS:
  15. be more explicit about maintainership, as people don't seem to get it.
  16. 2003-09-02 14:06 Oswald Buddenhagen <ossi@users.sf.net>
  17. * isync.1:
  18. minor additions
  19. 2003-07-02 19:18 Oswald Buddenhagen <ossi@users.sf.net>
  20. * src/imap.c:
  21. fix crash when syncing multiple mailboxes over a Tunnel
  22. 2003-05-14 15:42 Oswald Buddenhagen <ossi@users.sf.net>
  23. * isync.1:
  24. minor
  25. 2003-05-07 02:07 Oswald Buddenhagen <ossi@users.sf.net>
  26. * ChangeLog:
  27. regen
  28. 2003-05-07 02:06 Oswald Buddenhagen <ossi@users.sf.net>
  29. * .cvsignore, Makefile.am, autogen.sh, configure.in,
  30. debian/changelog, src/config.c, src/cram.c, src/dotlock.c,
  31. src/imap.c, src/isync.h, src/list.c, src/maildir.c, src/main.c,
  32. src/sync.c:
  33. - make it work without SSL
  34. - switch from -Ds in Makefile to config.h
  35. - small header cleaup
  36. 2003-05-07 02:04 Oswald Buddenhagen <ossi@users.sf.net>
  37. * isync.spec.in:
  38. make it actually work
  39. 2003-05-06 04:18 Oswald Buddenhagen <ossi@users.sf.net>
  40. * ChangeLog:
  41. regen
  42. 2003-05-06 04:17 Oswald Buddenhagen <ossi@users.sf.net>
  43. * Makefile.am, debian/Makefile.am:
  44. minors
  45. 2003-05-06 04:16 Oswald Buddenhagen <ossi@users.sf.net>
  46. * NEWS:
  47. update
  48. 2003-05-06 04:15 Oswald Buddenhagen <ossi@users.sf.net>
  49. * README:
  50. i'm bored :)
  51. 2003-05-05 19:58 Oswald Buddenhagen <ossi@users.sf.net>
  52. * src/: config.c, isync.h, main.c:
  53. don't free any config strings - who cares for a few bytes?
  54. this fixes some crashes at exit.
  55. 2003-05-05 19:17 Oswald Buddenhagen <ossi@users.sf.net>
  56. * Makefile.am:
  57. switch ChangeLog generation to cvs2cl
  58. 2003-05-05 15:43 Oswald Buddenhagen <ossi@users.sf.net>
  59. * isync.1:
  60. minor fixes
  61. 2003-05-05 15:41 Oswald Buddenhagen <ossi@users.sf.net>
  62. * configure.in:
  63. cleanup
  64. 2003-05-05 15:24 Oswald Buddenhagen <ossi@users.sf.net>
  65. * src/main.c:
  66. accumulate status over multiple mailboxes, i.e., don't abort after first
  67. failure
  68. 2003-05-05 14:54 Oswald Buddenhagen <ossi@users.sf.net>
  69. * src/imap.c:
  70. fix imaps:
  71. 2003-03-26 04:33 Oswald Buddenhagen <ossi@users.sf.net>
  72. * debian/: changelog, compat, control, dirs, rules:
  73. debian packaging update
  74. 2003-02-27 19:43 Oswald Buddenhagen <ossi@users.sf.net>
  75. * src/sync.c:
  76. ignore \Recent, as it is voided by the syncronization run itself.
  77. 2003-02-27 19:41 Oswald Buddenhagen <ossi@users.sf.net>
  78. * TODO:
  79. more to do ...
  80. 2002-12-28 16:31 Oswald Buddenhagen <ossi@users.sf.net>
  81. * src/: config.c, cram.c, imap.c, isync.h, list.c, maildir.c,
  82. main.c, sync.c:
  83. - update copyrights. 2003 didn't begin yet, but who cares? :)
  84. 2002-12-28 05:14 Oswald Buddenhagen <ossi@users.sf.net>
  85. * isync.1:
  86. - fixed typo
  87. - updated maintainer and location
  88. 2002-12-28 05:12 Oswald Buddenhagen <ossi@users.sf.net>
  89. * TODO:
  90. - ssh tunnels are supported for ages ...
  91. 2002-12-28 05:12 Oswald Buddenhagen <ossi@users.sf.net>
  92. * TODO, src/maildir.c, src/sync.c:
  93. - update isyncmaxuid properly
  94. 2002-12-28 05:04 Oswald Buddenhagen <ossi@users.sf.net>
  95. * src/config.c:
  96. - fixed two crashes
  97. 2002-12-28 05:02 Oswald Buddenhagen <ossi@users.sf.net>
  98. * src/imap.c:
  99. - handle bogus search responses more gracefully
  100. 2002-12-28 05:00 Oswald Buddenhagen <ossi@users.sf.net>
  101. * src/imap.c:
  102. - workaround imap server bug: lock files are no mailboxes
  103. 2002-12-28 04:58 Oswald Buddenhagen <ossi@users.sf.net>
  104. * src/: imap.c, sync.c:
  105. - improve console output
  106. 2002-12-28 04:11 Oswald Buddenhagen <ossi@users.sf.net>
  107. * .cvsignore:
  108. - ssht!
  109. 2002-12-28 04:07 Oswald Buddenhagen <ossi@users.sf.net>
  110. * debian/.cvsignore:
  111. - ssht!
  112. 2002-12-28 04:03 Oswald Buddenhagen <ossi@users.sf.net>
  113. * .cvsignore, AUTHORS, ChangeLog, Makefile.am, NEWS, README,
  114. autogen.sh, configure.in, isync.spec.in, debian/control,
  115. debian/copyright, debian/docs, src/.cvsignore, src/isync.h,
  116. src/Makefile.am:
  117. - took over maintenance
  118. - moved to sourceforge
  119. - reorganized cvs structure
  120. 2002-10-30 03:31 Michael Elkins <me@sigpipe.org>
  121. * isync.1, src/config.c, src/cram.c, src/dotlock.c, src/dotlock.h,
  122. src/imap.c, src/isync.h, src/list.c, src/maildir.c, src/main.c,
  123. src/sync.c:
  124. Updated the copyright notice to allow an exception for linking with OpenSSL,
  125. which has a non-GPL compatible license.
  126. 2002-10-30 03:23 Michael Elkins <me@sigpipe.org>
  127. * .cvsignore, isync.1, src/config.c, src/imap.c, src/isync.h,
  128. src/maildir.c, src/main.c, src/sync.c:
  129. Bunch 'o patches from Oswald Buddenhagen:
  130. i implemented some cool stuff (tm).
  131. first, the long missing "create server-side missing mailboxes". -C now
  132. creates both local and remote boxes; -L and -R create only local/remote.
  133. second, i implemented a 1:1 remote:local folder mapping (-1) with an
  134. optional INBOX exception (inbox/-I). the remote folder is specified with
  135. the folder keyword (or -F switch) and takes precedence over the
  136. namespace setting. the local directory with the mailboxes can now be
  137. specified on the command line, too (-M).
  138. another patch:
  139. - made the -1 switch settable permanently (OneToOne). after all, you
  140. usually define your mailbox layout once forever. removed -A, as it is
  141. semantically -a modified by -1.
  142. - cleaned up message output a bit. still, the quiet variable should be
  143. used throughout the program. at best, create some generic output
  144. function, which obeys a global verbosity level variable.
  145. - optimized + cleaned up configuration parser slightly
  146. - minor cleanups
  147. add an (almost) unique id to every uploaded message and search for it
  148. right after. i thought about using the message-id, but a) it is not
  149. guaranteed to be unique in a mailbox (imagine you edit a mail and store
  150. the dupe in the same box) and b) some mails (e.g., postponed) don't even
  151. have one. a downside of the current implementation is, that this
  152. id-header remains in the mailbox, but given that it wastes only 27 bytes
  153. per mail and removing it would mean several roundtrips more, this seems
  154. acceptable.
  155. i changed the line-counting loop to use a mmapped file instead of
  156. reading it in chunks, as it makes things simpler and is probably even
  157. faster for big mails.
  158. the amount of goto statements in my code may be scary, but c is simply
  159. lacking a multi-level break statement. :)
  160. this is the "shut up" patch. :) it makes the -q option consequent, so to
  161. say.
  162. additionally it adds an -l option which gathers all defined/found
  163. mailboxes and just outputs the list. don't ask what i need it for. ;)
  164. 2002-10-30 03:01 Michael Elkins <me@sigpipe.org>
  165. * src/maildir.c:
  166. fixed missing closedir() call (Joey Hess)
  167. 2002-06-27 05:55 Michael Elkins <me@sigpipe.org>
  168. * src/imap.c:
  169. explicitly set global.pass to NULL when getpass() returns an empty string.
  170. 2002-06-27 05:51 Michael Elkins <me@sigpipe.org>
  171. * src/imap.c:
  172. Oswald Buddenhagen <ossi@kde.org>
  173. * fix imap_open() brokeness with PREAUTH (missed hunk from previous patch)
  174. 2002-06-22 19:06 Michael Elkins <me@sigpipe.org>
  175. * src/: dotlock.c, imap.c:
  176. fixed errors introduced by ME when hand-applying Oswald Nuddenhagen's
  177. patch.
  178. 2002-06-22 03:21 Michael Elkins <me@sigpipe.org>
  179. * autogen.sh, src/dotlock.c, src/imap.c, src/isync.h, src/main.c:
  180. Patch from Oswald Buddenhagen <ossi@kde.org>
  181. - move prompt for password to imap_open()
  182. - don't ask for global password in PREAUTH state
  183. - use socketpair() to create one full-duplex fd in tunnel mode
  184. instead of two half-duplex pipes
  185. - don't set lck.l_pid in fcntl() call (its read-only)
  186. - use F_SETLK instead of F_SETLKW to avoid infinite waiting
  187. - use "$@" in autogen.sh to get proper word expansion
  188. 2002-06-21 02:26 Michael Elkins <me@sigpipe.org>
  189. * configure.in, src/isync.h:
  190. Fixed to compile under FreeBSD 4.6-RELEASE. Must include ndbm.h rather than
  191. db.h.
  192. 2002-06-21 01:33 Michael Elkins <me@sigpipe.org>
  193. * Makefile.am, src/dotlock.c, src/dotlock.h, src/maildir.c:
  194. remove debian/files
  195. move dotlocking code to dotlock.c.
  196. dotlocking code fixed to ignore whether or not the lockfile exists on
  197. open(). we only care about whether fcntl() was able to lock it.
  198. 2002-06-19 04:31 Michael Elkins <me@sigpipe.org>
  199. * src/sync.c:
  200. Don't bother uploaded messages marked deleted when we are going to expunge.
  201. 2002-06-19 03:11 Michael Elkins <me@sigpipe.org>
  202. * AUTHORS, src/imap.c, src/maildir.c:
  203. fixed unused var warning in imap_open()
  204. locking cleanups from Oswald Buddenhagen <ossi@kde.org>
  205. * don't need to stat the lockfile since it will always be size 0
  206. * only remove lockfile when we actually succeeded in locking
  207. 2002-06-19 02:44 Michael Elkins <me@sigpipe.org>
  208. * Makefile.am, debian/Makefile.am, debian/changelog:
  209. Debian package cleanups from Oswald Buddenhagen <ossi@kde.org>
  210. 2002-06-18 08:37 Michael Elkins <me@sigpipe.org>
  211. * README, isync.1, src/isync.h, src/maildir.c, src/main.c,
  212. src/sync.c:
  213. updated URL for project
  214. fixed segmentation fault caused by double free() when an error occurred
  215. during the IMAP transmission.
  216. fixed bug where isync could not handle a 0 value UIDVALIDITY
  217. 2002-04-19 23:38 Michael Elkins <me@sigpipe.org>
  218. * debian/: changelog, rules:
  219. changed debian/rules to set DESTDIR instead of `prefix' when doing a make
  220. install.
  221. 2002-04-19 21:43 Michael Elkins <me@sigpipe.org>
  222. * configure.in, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  223. src/isync.h, src/main.c:
  224. PREAUTH support from Oswald Buddenhagen <ossi@kde.org>
  225. Added Tunnel directive to allow the user to specify a shell command to run
  226. to set up an IMAP connection in place of a TCP socket (eg., to run over
  227. an SSH session).
  228. 2002-01-28 20:39 Michael Elkins <me@sigpipe.org>
  229. * ChangeLog, isync.spec.in, debian/changelog:
  230. post 0.8 release commit
  231. 2002-01-28 20:34 Michael Elkins <me@sigpipe.org>
  232. * TODO, configure.in:
  233. check for dbm_open() in libc and libdb
  234. 2002-01-17 20:33 Michael Elkins <me@sigpipe.org>
  235. * src/sync.c:
  236. don't bother renaming the message file if we are about to unlink() it
  237. 2002-01-16 23:23 Michael Elkins <me@sigpipe.org>
  238. * AUTHORS, Makefile.am, NEWS, src/sync.c:
  239. remove tilde backup files for distclean
  240. fixed indentation
  241. added full name to AUTHORS
  242. reformated NEWS blurb for 0.8
  243. 2002-01-16 23:13 Michael Elkins <me@sigpipe.org>
  244. * src/: maildir.c, sync.c:
  245. sync_mailbox() did not update the msg struct when flags were changed,
  246. causing the expunge command to fail
  247. remove bogus strfcpy() line
  248. 2002-01-16 22:51 Michael Elkins <me@sigpipe.org>
  249. * ChangeLog, Makefile.am, configure.in, debian/Makefile.am:
  250. added debian build files dist target so that people can use them to build
  251. their own .deb packages without having to use CVS
  252. 2002-01-16 22:43 Michael Elkins <me@sigpipe.org>
  253. * isync.1, debian/changelog, debian/control, debian/copyright,
  254. debian/docs, debian/rules, src/maildir.c, src/sync.c:
  255. added debian build files
  256. fixed indentation
  257. added bug note to manpage about db file format not being architecture
  258. independent
  259. 2002-01-16 22:22 Michael Elkins <me@sigpipe.org>
  260. * src/: maildir.c, sync.c:
  261. remove the uid from the db when a message is deleted from the maildir
  262. optimize db fetch/store to not copy the base filename
  263. 2002-01-16 20:47 Michael Elkins <me@sigpipe.org>
  264. * ChangeLog, NEWS, TODO, configure.in, isync.1, src/config.c,
  265. src/cram.c, src/imap.c, src/isync.h, src/list.c, src/maildir.c,
  266. src/main.c, src/sync.c:
  267. updated year in copyright notice
  268. the uid for each message in the maildir is now stored in a dbm database
  269. rather than the filename. this change was necessary because isync became
  270. confused if you copied a message to another folder, in which case the uid
  271. was invalid.
  272. as a result of the above change, isync now acquires a mutex on the mailbox
  273. to protect the dbm database from concurrent access.
  274. main() was reworked to continue gracefully when an error is encountered, and
  275. to always call maildir_close() so that the lock can be disabled, and the
  276. database closed.
  277. 2001-11-20 19:28 Michael Elkins <me@sigpipe.org>
  278. * ChangeLog, Makefile.am, isync.spec.in:
  279. post 0.7-release commit
  280. 2001-11-20 19:06 Michael Elkins <me@sigpipe.org>
  281. * Makefile.am, NEWS, isync.1, src/isync.h, src/maildir.c,
  282. src/main.c:
  283. added --create/-C command line option to force creation of the local
  284. maildir-style mailbox if nonexistent
  285. debug.h was not included in isync_SOURCES in Makefile.am
  286. 2001-11-19 20:41 Michael Elkins <me@sigpipe.org>
  287. * Makefile.am, TODO, configure.in, src/config.c, src/isync.h,
  288. src/list.c, src/main.c:
  289. added memory debugging code
  290. fixed memory leak in free_list()
  291. free memory associated with global settings on exit
  292. 2001-11-16 22:23 Michael Elkins <me@sigpipe.org>
  293. * ChangeLog, src/cram.c, src/imap.c, src/isync.h, src/sync.c:
  294. remove c++ style comments
  295. use %lu and cast off_t to unsigned long in printf()
  296. 2001-11-16 00:59 Michael Elkins <me@sigpipe.org>
  297. * NEWS, isync.1, src/config.c, src/isync.h, src/main.c, src/sync.c:
  298. Added MaxMessages patch from Eivind Eklund <eivind@FreeBSD.org>.
  299. config_defaults() can just use memcpy() instead of assigning each struct
  300. member individually.
  301. config_defaults() can be declared static
  302. 2001-11-14 18:40 Michael Elkins <me@sigpipe.org>
  303. * configure.in, src/config.c:
  304. move strndup() code into config.c for less complexity
  305. change AC_REPLACE_FUNC(strndup) to AC_CHECK_FUNCS(strndup)
  306. sed expression checking for gcc-3.0 should be quoted beccause it
  307. fails under Solaris 2.7
  308. 2001-11-13 01:36 Michael Elkins <me@sigpipe.org>
  309. * src/: config.c, sync.c:
  310. strndup() could return a non-NULL terminated string
  311. size_t should be printed with %lu
  312. when expending tildes (~), an extra slash was inserted after the user's home
  313. directory
  314. 2001-11-13 00:03 Michael Elkins <me@sigpipe.org>
  315. * src/: isync.h, maildir.c, main.c:
  316. merge maildir_sync() and maildir_close(). the maxuid in a maildir still
  317. needs to be updated in --fast mode, and the sync code already checks to see
  318. if any changes were made to the mailbox.
  319. 2001-11-09 01:35 Michael Elkins <me@sigpipe.org>
  320. * README:
  321. add FreeBSD to the list of tested platforms
  322. 2001-11-09 01:23 Michael Elkins <me@sigpipe.org>
  323. * configure.in, src/config.c, src/imap.c, src/maildir.c:
  324. update version to 0.7
  325. detect short write in write_strip()
  326. fix compilation warnings with gcc-2.95.4
  327. 2001-10-31 20:50 Michael Elkins <me@sigpipe.org>
  328. * configure.in, src/imap.c, src/isync.h, src/main.c, src/sync.c:
  329. set compiler warnings for gcc-3.0 as well
  330. display message with count of uploaded messages
  331. --quiet now supresses warnings in sync_mailbox()
  332. fixed compiler warnings with -Wshadow
  333. 2001-10-31 07:06 Michael Elkins <me@sigpipe.org>
  334. * ChangeLog, NEWS, isync.1:
  335. post 0.6 commit
  336. 2001-10-30 23:57 Michael Elkins <me@sigpipe.org>
  337. * README, configure.in:
  338. add strndup replacement function for systems which lack it
  339. 2001-10-03 19:10 Michael Elkins <me@sigpipe.org>
  340. * ChangeLog, Makefile.am, src/maildir.c:
  341. fixed broken code in maildir_clean_tmp()
  342. 2001-10-03 18:48 Michael Elkins <me@sigpipe.org>
  343. * TODO, src/maildir.c:
  344. added code to clean the tmp directory in a maildir to comply with
  345. maildir(5)
  346. 2001-10-03 08:32 Michael Elkins <me@sigpipe.org>
  347. * src/config.c:
  348. forgot to add code to parse the `Delete' option
  349. 2001-10-03 08:18 Michael Elkins <me@sigpipe.org>
  350. * src/main.c:
  351. forgot conditional #if HAVE_LIBSSL around setting of .use_imaps in main()
  352. from command line arguments
  353. 2001-10-03 08:15 Michael Elkins <me@sigpipe.org>
  354. * src/main.c:
  355. update Copyright printed by --help
  356. add compile time option list to --help output
  357. 2001-10-03 07:42 Michael Elkins <me@sigpipe.org>
  358. * NEWS, TODO, isync.1, isyncrc.sample, src/config.c, src/isync.h,
  359. src/main.c, src/sync.c:
  360. added `Delete' configuration option to force -d option
  361. sync_mailbox() didn't consider MaxSize == 0 to mean "unlimited".
  362. load_config() needs to print a newline in its error messages since
  363. next_arg() kills the newline of the line that was read out of the config
  364. file.
  365. 2001-10-03 02:03 Michael Elkins <me@sigpipe.org>
  366. * TODO:
  367. update TODO list with action items
  368. 2001-10-03 02:01 Michael Elkins <me@sigpipe.org>
  369. * src/: imap.c, sync.c:
  370. fixed maildir message filenames to comply with the maildir(5) specification.
  371. fixed write_strip() and imap_fetch_message() to check the return code of
  372. write() and fsync() to comply with maildir(5) spec.
  373. 2001-10-03 01:43 Michael Elkins <me@sigpipe.org>
  374. * src/main.c:
  375. the `Expunge' config directive didn't work since only the -e command line
  376. argument was consulted.
  377. 2001-10-03 00:46 Michael Elkins <me@sigpipe.org>
  378. * src/: config.c, imap.c, isync.h:
  379. we should issue a CAPABILITY even if we aren't going to use ssl/tls so that
  380. cram-md5 auth still works.
  381. 2001-07-18 20:56 Michael Elkins <me@sigpipe.org>
  382. * src/config.c:
  383. find_box() should attempt to expand all filenames if none of the other
  384. methods found a match.
  385. 2001-07-18 20:49 Michael Elkins <me@sigpipe.org>
  386. * src/: config.c, isync.h, maildir.c:
  387. fixed to not expand filenames until they are used inside of maildir_open(),
  388. so that aliases are not required for simple filenames.
  389. [re: http://bugs.debian.org/102255]
  390. 2001-06-23 01:30 Michael Elkins <me@sigpipe.org>
  391. * src/main.c:
  392. --host option didn't check for imaps: prefix
  393. 2001-06-21 22:45 Michael Elkins <me@sigpipe.org>
  394. * src/main.c:
  395. fixed core when specifying multiple mailboxes on the command line
  396. 2001-06-18 23:38 Michael Elkins <me@sigpipe.org>
  397. * TODO, configure.in, src/imap.c, isync.1:
  398. handle untagged responses in imap_fetch_message() so that it doesn't bomb
  399. out if new mail arrives while in the process of downloading
  400. noted in BUGS section of man page that if new mail arrives after the initial
  401. message list has been retrieved from the IMAP server, that new mail will not
  402. be fetched until the next invocation of isync.
  403. 2001-06-18 19:49 Michael Elkins <me@sigpipe.org>
  404. * src/: config.c, imap.c, isync.h, main.c:
  405. isync should continue to process additional mailboxes even if there is an
  406. error with a previous mailbox.
  407. added -a (--all) flag to synchronize all mailboxes defined in ~/.isyncrc
  408. 2001-06-13 19:13 Michael Elkins <me@sigpipe.org>
  409. * NEWS:
  410. post 0.5-release commit
  411. 2001-06-13 18:57 Michael Elkins <me@sigpipe.org>
  412. * ChangeLog:
  413. updated ChangeLog. removed smtppush binary.
  414. 2001-06-12 02:32 Michael Elkins <me@sigpipe.org>
  415. * AUTHORS, README, COPYING, Makefile.am, configure.in, src/main.c:
  416. initial import
  417. 2001-02-28 02:02 Michael Elkins <me@sigpipe.org>
  418. * src/: config.c, imap.c:
  419. fixed compiler warnings under Solaris 2.7
  420. 2001-02-19 19:44 Michael Elkins <me@sigpipe.org>
  421. * ChangeLog, src/cram.c, src/imap.c, src/maildir.c:
  422. rfc2595 compliance patch from Daniel Resare <noa@metamatrix.se>
  423. - CAPABILITY should be reissued after starting TLS since the
  424. previous call was not protected
  425. 2001-02-14 21:46 Michael Elkins <me@sigpipe.org>
  426. * isync.1, src/config.c, src/imap.c, src/main.c, src/sync.c:
  427. patch from Daniel Resare <noa@metamatrix.se>:
  428. 1 giving a path to a nonexistant rc-file with the -c argument dumps core
  429. The patch adds a check to ensure that the given rc-file is accessible
  430. 2 the error messages given from failed openssl calls are bogus
  431. The handles the error from SSL_connect () correctly. The bug is
  432. understndable since the error handling in openssl is quite obfuscated.
  433. Good news is that the documentation manapges has been greatly updated in
  434. the latest version (0.9.6). See in particular err(3), ERR_get_error(3)
  435. and SSL_get_error(3).
  436. Please note that possible SSL_ERROR_SSL type errors from SSL_read() and
  437. SSL_write() is not handled. This should also be fixed.
  438. 3 connecting using the STARTTLS command with an imap server that is
  439. configured only to accept the TLSv1 protocol gives an error because isync
  440. sends an SSLv2 Hello message for backwards compability. (This is the case
  441. with the uw-imap 2000 that ships with redhat-7.0)
  442. I've read RFC2595 several times to see if it says something about
  443. compability SSL2/SSL3 hello messages but can't find anything. IMHO the
  444. correct thing to do is change the default to not use SSL2/3 compability
  445. hello when using the STARTTLS command but use it if the imaps port is
  446. used. The patch implements this change
  447. 4 repeated calls to SSL_CTX_set_options overwrites the old settings (the
  448. values needs to be ORed together)
  449. fixed in the patch
  450. patch from me@mutt.org:
  451. \Recent messages were put in the cur/ directory instead of new/
  452. give error message when the LOGIN command fails
  453. 2001-02-02 00:35 Michael Elkins <me@sigpipe.org>
  454. * src/imap.c:
  455. patch from Daniel Resare <noa@metamatrix.se>
  456. - don't initialize ssl support if none of use_sslv* is enabled
  457. 2001-01-26 21:21 Michael Elkins <me@sigpipe.org>
  458. * src/: imap.c, isync.h:
  459. include <sys/types.h> for off_t
  460. patch from "lorenzo martignoni" <lorenzo.martignoni@technologist.com>
  461. - fixed uploading of message to IMAP server
  462. 2001-01-24 08:09 Michael Elkins <me@sigpipe.org>
  463. * isync.1, src/config.c, src/cram.c, src/imap.c, src/list.c,
  464. src/maildir.c, src/main.c, src/sync.c:
  465. fixed cram compilation error under bsd
  466. updated man page
  467. 2001-01-16 20:45 Michael Elkins <me@sigpipe.org>
  468. * TODO, isync.1, src/config.c, src/imap.c, src/isync.h, src/main.c:
  469. added support for tilde (~) expansion in the `Mailbox' and `CertificateFile'
  470. configuration directives
  471. added `Maildir' configuration command to specify the default location of the
  472. user's mailboxes. If a relative path is used in a `Mailbox' command, this
  473. path is used as a prefix.
  474. 2001-01-11 11:21 Michael Elkins <me@sigpipe.org>
  475. * configure.in, src/imap.c, src/isync.h:
  476. set imap->prefix to be the namespace prefix
  477. update version to 0.5
  478. fixed compilation warnings in imap.c
  479. 2001-01-11 11:13 Michael Elkins <me@sigpipe.org>
  480. * Makefile.am, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  481. src/isync.h, src/main.c, src/sync.c:
  482. broke config code into config.c
  483. added support for uploading local messages with no UID to the IMAP server
  484. added Expunge configuration option
  485. added CopyDeletedTo configuration option
  486. 2001-01-09 21:09 Michael Elkins <me@sigpipe.org>
  487. * src/: maildir.c, sync.c:
  488. always put changed messages in the cur/ subdirectory since they are no
  489. longer new.
  490. don't set \Seen implicitly for messages in the cur/ folder. Require the S
  491. flag on the message since Mutt will move Old (unread, but not recent)
  492. messges into cur/.
  493. 2001-01-08 10:45 Michael Elkins <me@sigpipe.org>
  494. * Makefile.am, src/main.c:
  495. patch from Hugo Haas <hugo@larve.net>
  496. -c was not specified in the getopt*() calls
  497. set global password to the one the user inputs and use that as the
  498. default for remaining mailboxes
  499. 2001-01-05 22:20 Michael Elkins <me@sigpipe.org>
  500. * configure.in:
  501. added --with-ssl-dir to specify an alternate installation of OpenSSL
  502. 2000-12-31 23:39 Michael Elkins <me@sigpipe.org>
  503. * ChangeLog, isync.spec.in:
  504. pre 0.4 commit.
  505. updated rpm spec file
  506. 2000-12-31 23:37 Michael Elkins <me@sigpipe.org>
  507. * src/sync.c:
  508. display how many messages were fetched from the server
  509. 2000-12-31 23:17 Michael Elkins <me@sigpipe.org>
  510. * src/imap.c:
  511. fixed compilation error with no libssl support ("lorenzo martignoni"
  512. <lorenzo.martignoni@technologist.com>)
  513. 2000-12-28 19:44 Michael Elkins <me@sigpipe.org>
  514. * src/main.c:
  515. fixed config parser to accept arbitrary whitespace
  516. 2000-12-27 22:16 Michael Elkins <me@sigpipe.org>
  517. * src/imap.c:
  518. use imap_close to terminate a connection in imap_open()
  519. 2000-12-27 22:14 Michael Elkins <me@sigpipe.org>
  520. * isync.1, src/imap.c, src/isync.h, src/maildir.c, src/main.c:
  521. allow leading whitespace in config files
  522. now possible to sync multiple mailboxes by specifying multiple aliases on
  523. the command line. IMAP connections are reused if possible.
  524. don't initialize ssl unless we are going to use it.
  525. 2000-12-23 22:57 Michael Elkins <me@sigpipe.org>
  526. * src/: imap.c, isync.h:
  527. don't use NAMESPACE unless the server supports it
  528. 2000-12-23 01:02 Michael Elkins <me@sigpipe.org>
  529. * Makefile.am, README, src/cram.c, src/imap.c, src/isync.h:
  530. added CRAM-MD5 authentication support.
  531. parse server capability string to determine if STARTTLS is available
  532. 2000-12-22 22:22 Michael Elkins <me@sigpipe.org>
  533. * README, isync.1, src/imap.c, src/isync.h, src/main.c:
  534. isync-brokenservers.diff (Jeremy Katz <katzj@linuxpower.org>)
  535. adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL
  536. for use with some broken IMAP servers.
  537. 2000-12-22 20:30 Michael Elkins <me@sigpipe.org>
  538. * src/: imap.c, sync.c:
  539. prompt user if they wish to continue if the server's X.509 certificate can't
  540. be verified.
  541. sync_mailbox should consider uid == 0 to be "unknown"
  542. 2000-12-22 16:48 Michael Elkins <me@sigpipe.org>
  543. * src/: main.c, sync.c:
  544. fixed sync_mailbox() to correctly write new messages to the local maildir
  545. box (Thomas Roessler <roessler@does-not-exist.org>)
  546. 2000-12-22 16:24 Michael Elkins <me@sigpipe.org>
  547. * src/main.c:
  548. set default MaxSize to 0 (unlimited)
  549. invert test for password being set after getpass() call (Magnus Jonsson
  550. <bigfoot@acc.umu.se>)
  551. 2000-12-22 08:14 Michael Elkins <me@sigpipe.org>
  552. * ChangeLog, NEWS, configure.in, isync.1, isyncrc.sample,
  553. src/imap.c, src/isync.h, src/maildir.c, src/main.c, src/sync.c:
  554. added MaxSize configuration variable
  555. fixed --fast to work robustly without relying on the \Recent flag in
  556. messages
  557. 2000-12-22 00:10 Michael Elkins <me@sigpipe.org>
  558. * src/: imap.c, isync.h, maildir.c, sync.c:
  559. RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does
  560. the same thing
  561. keep track of the uidvalidity so isync can detect if the mailbox on the
  562. server has changed since the last sync.
  563. 2000-12-21 21:59 Michael Elkins <me@sigpipe.org>
  564. * NEWS:
  565. updated NEWS for 0.3 release
  566. 2000-12-21 21:56 Michael Elkins <me@sigpipe.org>
  567. * Makefile.am, isync.spec.in:
  568. added support for building RPMS
  569. 2000-12-21 20:49 Michael Elkins <me@sigpipe.org>
  570. * Makefile.am, isync.1:
  571. added target for creating html version of the man page
  572. documented the imaps: prefix to the Host command
  573. 2000-12-21 20:11 Michael Elkins <me@sigpipe.org>
  574. * src/: imap.c, sync.c:
  575. can't assume flag order when fetching a message. just search for the
  576. first `{' to find the message size.
  577. 2000-12-21 19:16 Michael Elkins <me@sigpipe.org>
  578. * isync.1, src/sync.c:
  579. added BUGS section to manpage detailing the fact that we break the
  580. maildir(5) spec by parsing the filename
  581. change message delivery to use the method described in maildir(5)
  582. 2000-12-21 18:51 Michael Elkins <me@sigpipe.org>
  583. * configure.in, src/main.c, src/sync.c:
  584. use getpass() to get the user's password
  585. unlink the temp file if we are unable to fetch a new message from the
  586. server.
  587. update version to 0.3
  588. 2000-12-21 12:14 Michael Elkins <me@sigpipe.org>
  589. * isync.1:
  590. fixed typo in man page for --verbose option
  591. 2000-12-21 11:24 Michael Elkins <me@sigpipe.org>
  592. * Makefile.am, README, TODO, src/imap.c, src/isync.h, src/list.c:
  593. added generic IMAP list parser and rewrote imap_exec() to handle
  594. arbitrary data instead of hardcoded
  595. 2000-12-21 07:51 Michael Elkins <me@sigpipe.org>
  596. * Makefile.am, README, configure.in, src/main.c:
  597. fixes to compile cleanly under Solaris 2.7
  598. 2000-12-21 07:27 Michael Elkins <me@sigpipe.org>
  599. * configure.in, isync.1, src/imap.c, src/isync.h, src/main.c:
  600. added OpenSSL support
  601. 2000-12-21 01:35 Michael Elkins <me@sigpipe.org>
  602. * ChangeLog, configure.in, src/main.c:
  603. config options were not case insensitive
  604. 2000-12-21 01:30 Michael Elkins <me@sigpipe.org>
  605. * src/: imap.c, isync.h, maildir.c, main.c, sync.c:
  606. don't fetch deleted messages when expunging
  607. display number of messages that are to be deleted
  608. flags for \Recent messages were not properly fetched
  609. local messages with updated flags were not corrected renamed
  610. 2000-12-20 23:28 Michael Elkins <me@sigpipe.org>
  611. * ChangeLog, Makefile.am:
  612. updated ChangeLog
  613. added log: rule in Makefile.am
  614. 2000-12-20 23:10 Michael Elkins <me@sigpipe.org>
  615. * autogen.sh:
  616. added autogen.sh to regenerate the build environment
  617. 2000-12-20 23:00 Michael Elkins <me@sigpipe.org>
  618. * COPYING:
  619. added missing files
  620. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  621. * AUTHORS, ChangeLog, Makefile.am, NEWS, README, configure.in,
  622. src/isync.h, src/main.c, TODO, src/imap.c, src/maildir.c,
  623. src/sync.c, isync.1, isyncrc.sample:
  624. Initial revision
  625. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  626. * AUTHORS, ChangeLog, Makefile.am, NEWS, README, configure.in,
  627. src/isync.h, src/main.c, TODO, src/imap.c, src/maildir.c,
  628. src/sync.c, isync.1, isyncrc.sample:
  629. initial import