Граф коммитов

147 Коммитов

Автор SHA1 Сообщение Дата
edwin%woudt.nl 4f425efd64 I'm backing out the changes to use the provider registry for now, because of problems. We should investigate this! 1999-03-05 15:16:09 +00:00
grail%cafebabe.org eee2c5da92 Signature storage into prefs. 1999-03-05 09:06:36 +00:00
grail%cafebabe.org d8d99d6ea2 Removed old references to AWT file chooser. We're never going back there. 1999-03-05 09:06:16 +00:00
edwin%woudt.nl 88cfa3a7cf The last step in updating the docs. 1999-03-05 01:48:15 +00:00
edwin%woudt.nl b7b2d6d9d8 Updated build docs 1999-03-05 01:26:30 +00:00
edwin%woudt.nl 69eeb3f0f3 Updated lib dependencies 1999-03-05 01:18:23 +00:00
edwin%woudt.nl 8e300bf47f Backed out mauros changes until they get fixed. 1999-03-05 00:04:48 +00:00
edwin%woudt.nl 1f37845190 A few weeks earlier I fixed a bug that the whole class was synchronized. I just removed it. A few methods however should have been synchronized instead. I've done that now. 1999-03-04 22:31:34 +00:00
talisman%anamorphic.com 301e409e5f Added by Mauro Botelho - we are now building addressbook gui from xml. 1999-03-04 04:14:09 +00:00
talisman%anamorphic.com eaad241376 *** empty log message *** 1999-03-04 04:13:07 +00:00
edwin%woudt.nl 87f41f5230 Patch from Morgan Schweers <morgan@vixen.com> to directly edit the From: header in the composition window. We need to add an advanced configuration option to turn this on, because otherwise not-so-clueful users might make mistakes. It'll stay here for now 1999-03-03 11:18:50 +00:00
edwin%woudt.nl c2c0108894 We don't want to send the whole path, just the filename. 1999-03-03 11:01:22 +00:00
edwin%woudt.nl 80cd593817 For adding attachments a swing JFileChooser is now displayed instead of the AWT FileDialog 1999-03-03 10:47:40 +00:00
edwin%woudt.nl bc13359515 Patches from Thomas Down <thomas.down@tri.ox.ac.uk> for better attachment sending handling. 1999-03-03 10:46:57 +00:00
edwin%woudt.nl 117aef44f7 Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
edwin%woudt.nl ea6058856e Message deletion works 1999-03-03 10:03:06 +00:00
edwin%woudt.nl ef51b76f97 Patches from Thomas Down <thomas.down@tri.ox.ac.uk> to get some working attachments. Also added the X-Mailer header. 1999-03-01 11:05:10 +00:00
grail%cafebabe.org fce69b279b Fixed a few constant references to their values. 1999-03-01 07:12:55 +00:00
grail%cafebabe.org 4ceeec444c Fixed my own lameness. 1999-03-01 05:28:18 +00:00
grail%cafebabe.org ad60b5a803 Last commit broke local storage viewing. Local store never quite "connect"
so ViewedStoreBase now checks isLocal() if isConnected() fails. Assumption
is that you're always connected if it's a local berkeley store.
1999-03-01 05:20:27 +00:00
grail%cafebabe.org eb1dde7ed6 Fixed situation where UI thread gets wedged when a dialog of any sort
is popped up. A new bug is created where after you authenticate, you
have to deselect, and reselect the item for it to show. It's a
temporary fix.
1999-03-01 01:04:19 +00:00
edwin%woudt.nl 74a91abbe4 Remove this ugly registration. This is the way to do it right! 1999-03-01 00:33:01 +00:00
grail%cafebabe.org 61c7f3d2c5 XML Tech Release API changes, take 2. 1999-03-01 00:09:16 +00:00
grail%cafebabe.org ad62ea049b Changes to fit with API differences in XML Technology Release. 1999-02-28 23:53:40 +00:00
grail%cafebabe.org 60bb38bfbd Labels and such for signature file in preference dialog UI. 1999-02-28 05:09:58 +00:00
grail%cafebabe.org 05b58033c0 Added signature file selection. 1999-02-28 04:53:24 +00:00
grail%cafebabe.org 22b2aae91e Layout used to break if you switched between different layouts. It seems
to be behaving now.
1999-02-27 08:56:33 +00:00
grail%cafebabe.org 3127b06d91 Images from chrisn to replace the existing ugly signature icon. 1999-02-27 06:47:08 +00:00
grail%cafebabe.org db405b4fbd Fixed OptionsPanel breakage. Everything is laid out all nice like. 1999-02-27 03:10:41 +00:00
grail%cafebabe.org e74b349cb2 Removed references to non-existence crytpo capability. This breaks
OptionsPanel for now.
1999-02-27 03:09:15 +00:00
edwin%woudt.nl 4dd94230aa You can't rename A to B if B exists. So we need to delete B first. 1999-02-26 15:12:09 +00:00
edwin%woudt.nl d0f49c778b Fix to let the Dialog show up. 1999-02-26 12:12:13 +00:00
edwin%woudt.nl 2fe1d7244b Status update! 1999-02-25 23:09:12 +00:00
edwin%woudt.nl 58a1b8629e Oops! Some illegal character slipped in. 1999-02-25 19:39:15 +00:00
edwin%woudt.nl d4f1fb81f1 Reflecting all currently working providers. (Except imap and smtp as they are handled correctly bij javamail itself) 1999-02-25 19:13:27 +00:00
edwin%woudt.nl 013fd7935d Fixed another nasty bug. Possibly also because the JavaMail API changed to first call protocolConnect with a null password and if that fails to lookup the password and call protocolConnect again. 1999-02-25 16:48:33 +00:00
edwin%woudt.nl 5e89afec24 Now that was a nasty bug. The Javamail API changed. Hmm... now we have two working news stores and maybe even two working POP3 stores. 1999-02-25 16:14:45 +00:00
edwin%woudt.nl 661ba2aa7f Needed to get news working. 1999-02-25 14:08:14 +00:00
grail%cafebabe.org f0fdd4b18f Removed some debugging information. 1999-02-25 07:44:57 +00:00
grail%cafebabe.org 8da5740814 Preference dialog shows up and even saves the info back. 1999-02-25 07:44:11 +00:00
edwin%woudt.nl 55a7d05bcd Fixing Windows news.rc filename issues. Windows does not allow files to start with a dot. 1999-02-24 22:04:48 +00:00
edwin%woudt.nl 9e602ad930 Reflecting the new nttp-store. 1999-02-24 21:43:14 +00:00
edwin%woudt.nl 92f6126080 Now let's see if I can commit it right this time. 1999-02-24 21:31:37 +00:00
edwin%woudt.nl 37a71331de Removing this. It goes directly in mozilla/grendel because of classpath problems. 1999-02-24 21:11:03 +00:00
edwin%woudt.nl e4c367f74a Backed out again as we are going to move stuff a few levels higher so we don't have to mess around with the classpath. 1999-02-24 21:07:00 +00:00
edwin%woudt.nl 137e94caf4 Oops, forgot this one. 1999-02-24 20:59:56 +00:00
edwin%woudt.nl bd46ec7baa Initial import of Knife's NNTP provider. 1999-02-23 18:25:48 +00:00
grail%cafebabe.org 7750c788fa Oopsie. MailServerPrefsEditor now initializes values. 1999-02-23 11:34:59 +00:00
edwin%woudt.nl f5b23898ce Uhmm... I guess it was late when I updated this file. 1999-02-23 10:24:06 +00:00
leaf%mozilla.org 3f1fc1327f cleaned status of illegal references 1999-02-23 07:38:26 +00:00