0

We're currently using FogBugz 6 and are able to make use of the included Dart library for IMAP functionality.

Just wondering if FogBugz 7 is using the same approach.

flag

3 Answers

1

We use the .NET native mail processing to do our imports for FogBugz 7. We no longer use Dart.

link|flag
1

Actually, Fogbugz 7 only uses the standard .NET libraries for sending email, because there are no classes for POP in .net. The Wasabi.Mail.dll library has the POP library that FB7 uses. If you are running FB7 on your own server and are not running 64bit, then you should be able to modify it to use Dart's IMAP library with about the same amount of effort as for FB6.

link|flag
1

If you want IMAP support, it is included starting with FogBugz 7.3.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.